Posts filed under 'JEE'
The issues of persistance have taken the most of my sparetime recently as I have planned the implementation details of JPA entity layer…
good basis for investigation have provided the 2 series of peristance provided by IBM Developerworrks articles..namely
Patterns of persistence, Part 1: Strategies and best practices for modern ORM tools
and Patterns of persistence, Part 2: Increase code reuse and enhance performance,other useful links are oracle’s best basic Java
Persistance API practices article and the JEE blueprints of persistance….
as recommeded in the basic Java Percstance API practices the Integration with Spring is fabulous combination ….in addition if you utilize hibernate enity interceptors as was the case in IBM persistance series the configuratio with spring is done in the folllowng way http://forum.springframework.org/archive/index.php/t-10512.html and voila you get the benefit of the auditing features of JPA enity modifications and updates…
Enabling compression on the web server will make data be transferred in compressed form. The browser will decompress the data on the fly, making the application faster. If your application uses Ajax, what usually increases the volume of data transferred from server to client, compression of data will significantly improve your application performance.
Here is how to enable GZIP compression on Tomcat: edit file /conf/server.xml and add to the HTTP Connector configuration something like this:
10 tomcat configurataion tips
June 24th, 2008
The article about the futher enhancments in EJB 3 specific spectrum by Reha Rahman highlits the new dimensions the EJB 3 specification is heading…added pattern of Singletons…you could send your feedback about the planned new features of EJB 3.1…give your feedback….also big influence in the whole was the Oracle’s Bea aqusition…the the Spring supporters are now one mammunt….read more about Rod Jhonsson’s feelings about this merge. Planning to attend some major Java seminars in Europe…why not to attend Java Sympohisum held In Prague during next Summer -
January 26th, 2008
hi,
just brief overview of the different features common for open source JEE application servers
jboss,geronimo and Tomcat on JavaWorld article - Jboss,Geronimo or Tomcat ?
I just found out that Red Hat provides Jboss Developer Studio for 99 $ ..is it worth the investment…well give it a try and …..give feedback…
December 11th, 2007
Hi,
As a java developer there are plenty of open source frameworks to choose from…the streaming insight analysis into the subject in form of streaming video session under the tile of Comparing Java Web Frameworks presented by Matt Raibles …the author of Spring Live and Struts Live books. Based on the conclusion from this presentation one doesn’t have to be worried whatever you are implementing right frameworks…use whatever frameworks you are currently using and you are fluent with using it….that’s good news…
I have tried to come to terms with Stripes framework…and have also found intresting articles how to integrate JSF with EJB3 and how to itegrate google maps with it….Carol MacDonald’s Blog…
happy tuning with whatever frameworks you have chosen to play with on you desktop —sandbox development environment..
December 3rd, 2007
In the dark and long hours of Fall one waits for the arrival of Jboss 5.0 rease - at least I’m. The release of 4.22 provides not the full flavours of JEE but at least support for EJB 3 as you can yourself take notice of by reading Dimitris BlogB
The supported feateures of Jboss 4.22 release are summarized in relase notes.
Detailes how to configure Jboss relase 4.22 are available on RedHat site configuration, clusterinng
Combined with the beta2 version of Red Hat Developer Studio you are ready to try out the Seams framework featrues and JEE features provided by Red Hat’s Jboss division. You my also try out how it is possible to desing Jboss specific richfaces by following Richfaces tutorial
Consulting in Jboss related technologies are provided by Jab in Finland.
Take a brief climpse of the Jems lead developer at Java One 2007 confrence…but more developer oriented streaming video refactoring to Seam by Brian Leonard ..how to get rid of managed beans configuration in JSF.
Books available about Jems-Beginning Jboss Seams from Novice to Professional
New Seams version 2.0 relased just during this week - good and precise introductive and illustrative overview about Seams is presented in video session provided by Christian Bauer - don’t f orget to see the pdf-presenation file incudes the powerpoint presentation files shown during the session.
also worth of intrest is to read Michael Yuan’s Seam book
and not that it all would be just about seams….read the Intro to Spring 2.5 article in the serverside site.
November 1st, 2007