java

  • submit to reddit

Using JUnit Theories with Spring and Mockito

What is a Theory? Functionally, a theory is an alternative to JUnit's parameterized tests. Semantically, a theory encapsulates the tester's understanding of...

1 replies - 1757 views - 12/11/12 by Lucas Godoy in Articles

Holy Grails and Powerful Oracle

This is a brief step-by-step tutorial using GGTS on how to create a web service by getting information from an Oracle 11g database and exposing the data to...

0 replies - 7120 views - 12/09/12 by Brad Rippe in Articles

DbWrench Database Design v2.3.2

This release focused on reducing the application memory footprint, in particular the memory used by the design diagrams. There were also performance...

0 replies - 458 views - 12/09/12 by Harnek R in Announcements

Model Driven Software Development with UML - Back to the Java Root with KissMDA

After working since 2004 with MDA (Model Driven Architecture) / MDSD (Model Driven Software Development) technologies like AndroMDA, oAW, etc. always in...

0 replies - 893 views - 12/06/12 by Lofi Dewanto in Articles

Business Applications in the browser – finally a viable alternative

Web 2.0 applications are great. They are visually appealing, fast, intuitive and responsive. However, for large ERP systems and the like, the paradigms of the...

0 replies - 3094 views - 12/03/12 by Edvin Syse in Articles

Advanced JBoss & Java in the Cloud [Video]

I took some time to video a screencast of my session at the Red Hat Developer Day in London in early November. The session was recorded but I forgot to record...

0 replies - 4213 views - 11/30/12 by Eric D. Schabell in Articles

GraniteDS introduces Apache Flex 4.8, JavaFX 2.2 and WebSocket support

 GraniteDS 3.0.0.M1 is out with major new features!Here are some highlights:Apache Flex(R) 4.8.0 compatibilityNew messaging transport based on websockets...

0 replies - 786 views - 11/28/12 by Franck Wolff in Announcements

Java computer vision library BoofCV v0.11 released

BoofCV is an open source Java library for real-time computer vision and robotics applications. Written from scratch for ease of use and high performance, it...

0 replies - 687 views - 11/25/12 by Peter Abeles in Announcements

How useful are Java regular expressions to you?

Java regular expressions are a powerful tool you can use in so many occasions. This post does not intend to make you learn about regular expressions, but to...

0 replies - 1727 views - 11/23/12 by Mihai Dinca - P... in Articles

Should I make a class final?

One question comes out of my mind for several times recently. Should I make a class final if I know there’s no use case to inherit it? I think it’s a...

0 replies - 188 views - 11/21/12 by Yaozong Zhu in Articles

LDX+ XML Toolkit/Framework for Java

Our new LDX+ 2.1 (XML-Schema based Code Generator for Java) and Framework for Java, helps you develop your high-volume XML processing applications quickly and...

0 replies - 503 views - 11/20/12 by Lolke Dijkstra in Announcements

How do you test your tests? – Mutation analysis of Java programs with PIT

Software testing aims at checking the correctness of a program. But how can you check the correctness of your tests? Quis custodiet ipsos...

0 replies - 643 views - 11/19/12 by Romain Delamare in Articles

How to call a rest webservice with an untrusted SSL certificate

In our development environments we have configured self signed SSL certificates for our applications. Obviously we won't spend money for internal dev servers....

0 replies - 2737 views - 11/16/12 by Rodrigo Asensio in Uncategorized

Flyway 2.0: Out Of Order migrations, zero required dependencies, info and repair calls

Flyway 2.0 has seen the light of day! The highlights of this release are: Support for “out of order” migrations Zero required...

0 replies - 1571 views - 11/14/12 by Axel Fontaine in Announcements

Metro style Check Box for Java (JMetro)

  Here is an update to JMetro: the Checkbox with a metro style. A picture of the demo app running with the light and dark metro theme: The...

0 replies - 3424 views - 11/13/12 by Pedro Duque Vieira in Articles