Embedded GlassFish with installation-less MySQL
OTN Java
How to use MySQL DB from GlassFish in testing.
How to use MySQL DB from GlassFish in testing.
This is a short howto about using Eclemma with Eclipse and GlassFish Embedded Container to get coverage information about your EJBs.
Java EE 6 introduces the flexible and powerful @Inject dependency injection model in addition to the already existing @EJB annotation. So when should you use what?
Recently, I got a question on how to disallow bundles to call System.exit method and shutdown the full system. The first solution is to do with an old static java applications : Delegates security to osgi framework : java -jar framework.jar -init -Djava.security.manager -Djava.security.policy=all.policy all.policygrant { permission java.security.AllPermission; }; Article Type: ...
Jeremy Grelle explains how to combine Spring with Flex in order to create RIA applications using BlazeDS, LiveCycle Data Services, Spring BlazeDS Integration and Flex Addon for Spring Roo. By Jeremy Grelle
In this interview, recorded at QCon London, Glassfish architect Jerome Dochez talks to Charles Humble about plans for Java EE 7. The interview covers what Java EE 6 has achieved, possible additional profiles, the impact of the cloud, new features planned for the platform, and modularity. By Jerome Dochez
If you need to capture an Ant script output and resend it to an JTextArea (or similar components), you can try a few solutions. For my purposes I solved this task by writing a new logger that extends the DefaultLogger and overwrite the buildFinished, buildStarted and messageLogged methods: James Sugrue
A lot of times I write code that is supposed to do lazy loading. However it is tough to actually verify if in fact the lazy loading is taking place or did my code just load the entire set of data instead. With traditional debugging tools it would take a bunch of println() statements, a new build, and probably the entire lunch hour to verify the lazy loading behavior. Note that in this case I...
Java and the JudgeNew Twist For ThoughtWorksC# for AndroidIndigo Returns Java to Eclipse. Indigo returns Java to eclipseTalking about Akka, Scala and life with Jonas Boner