Online Widget development
Zembly is an online platform, where you can create your own Widgets and publish your own RESTfull webservices. If you already have a SUN webaccount, you can login and maintain your applications. It is also possible to use other public Widgets and services from other Zembly users. There are several services available from [...]
EJB’s, Netbeans and Glassfish
Most developers who are familiar with Netbeans, know that it is really easy to setup an EJB project. Netbeans generates an EJB3 component including an (local and / or remote) interface. These components can be simple and small, but can also be enormously large if you include a complete persistence layer based [...]
Vivek Pandey has made Grails 1.1 available in the updatecenter of GlassFish V2.
Vivek also worked on enabling ruby based application in the GlassFish V2 appserver.
So, if you’re interested in Grails or Ruby on GlassFish; Look in the updatecenter (GLASSFISH_INSTALL/updatecenter/bin/updatetool) and see Viveks post.
Everyday life in Java development
RDOWhile enterprise application projects keep on growing in complexity, we keep thinking about how to refactor and organize our code in the most efficient way. One of the most important actions is to keep separation of concern. Having a clear realization of how to keep all the layers isolated from each [...]