Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

java ee

  • submit to reddit

Resin Application Server supports Memcached Wire Protocol

Caucho Technology, the leader in lightweight high performance application servers, announced Resin Memcached support is now available in version 4.0.24 and higher.

0 replies - 176 views - 01/24/12 by Bill Digman in Announcements

Which Integration Framework Should You Use – Spring Integration, Mule ESB or Apache Camel?

Data exchanges between companies are increasing a lot. The number of applications that must be integrated is increasing, too. The interfaces use different technologies, protocols and data formats. Nevertheless, the integration of these applications must be...

0 replies - 3162 views - 01/19/12 by Kai Wähner in Articles

Java EE 6 Training with Antonio Goncalves in Munich

I'm happy to announce the training dates for our Java EE Training with Java Champion Antonio Goncalves:23. - 25. May 20127. - 9. November 2012     About the course:

0 replies - 291 views - 01/19/12 by Toni Epple in Announcements

Technical Job Interview Questions for Java EE architects

Here are some (not a complete list) of my technical job interview questions about Java EE and related issues on the server side. I don't give here any answers to the questions as you can easily find them on the web, but I usually add a comment. Database...

10 replies - 9775 views - 12/02/11 by Thomas Eichberger in Articles

Thoughts on modified MVC for web application development

I have been doing Java EE development for a long time, almost as long as Java EE first started way back before it was branded as Java EE.  I have noticed a lot of trends in Java developers’ work and one trend I consider most disturbing is a tendency to...

2 replies - 776 views - 08/15/11 by Mike Dzone in Announcements

Do you need to move from Spring to Java EE 6?

I read an interesting post last year - “Moving from Spring to Java EE 6: The Age of Frameworks is Over”.  I am sure, everyone would have its perspective on the above blog and here are my views on this. But before that, let’s step back and look and why...

12 replies - 5853 views - 07/30/11 by Naveen Balani in News

Rapid Cloud Development with Spring Roo – Part 1: Google App Engine (GAE)

Spring Roo is a tool to offer rapid application development on the Java platform. I already explained when to use it: http://www.kai-waehner.de/blog/2011/04/05/when-to-use-spring-roo.  Spring Roo supports two solutions for Cloud Computing at the moment:...

0 replies - 4794 views - 07/20/11 by Kai Wähner in Articles

Great Article on Java EE 6 (from Spring)

Wow, this is hands down the best article there is on Java EE 6 that I‘ve seen. It‘s a good read and covers a lot of great stuff, from OpenSessionInView through the new extended persistence context and the relationship to lazy.

10 replies - 7255 views - 06/10/11 by Rob Williams in Articles

New Oracle JDeveloper with JSF 2.0, Maven, Hudson, REST, OSGi and more

Oracle Released today a major update of its JDeveloper 11g development environment.  This new major release contains hundreds of new features with the following big ticket items:

0 replies - 1672 views - 06/07/11 by Shay Shmeltzer in Announcements

CDI AOP Tutorial: Java Standard Method Interception Tutorial - Java EE

This article discusses CDI based AOP in a tutorial format. CDI is the Java standard for dependency injection (DI) and interception (AOP). It is evident from the popularity of DI and AOP that Java needs to address DI and AOP so that it can build other...

17 replies - 9830 views - 05/25/11 by Rick Hightower in Articles

CDI Dependency Injection - Tutorial II - Annotation Processing and Plugins - Java EE

CDI provides a pluggable architecture allowing you to easily process your own annotations. Read this article to understand the inner workings of CDI and why this JSR is so important.

25 replies - 17473 views - 04/05/11 by Rick Hightower in Articles

CDI Dependency Injection - An Introductory Tutorial Part 1 - Java EE

CDI is the Java standard for dependency injection (DI) and interception (AOP). It is evident from the popularity of DI and AOP that Java needs to address DI and AOP so that it can build other standards and JSRs on top of it. DI and AOP are the...

16 replies - 28230 views - 03/28/11 by Rick Hightower in Articles

Liquibase and Hibernate

I have been examining the liquibase project and analyzing it’s benefits as a database management tool.We create an application called LiquibaseTryOuts.  The structure of the projects is as follows: The dependencies are listed below

0 replies - 7536 views - 11/17/10 by Gabriel Jeremia... in Articles

Getting Started With Defne Web Framework and Apache OpenWebBeans

Defne is a service oriented web application framework. The main motivation behind Defne is ease of use. Defne allows developers to concentrate on their business logic while it provides all other application requirements such as transaction and security. With...

1 replies - 3229 views - 07/15/10 by Gurkan Erdogdu in Articles

In Defense of Tomcat

Sateesh Narahari of MuleSoft says he's cleaning up the FUD he's been hearing from Java EE app server vendors about Tomcat.  As a company that's heavily invested in open source Tomcat products like the Tcat Server management tools (which are free to use in...

13 replies - 7895 views - 06/10/10 by Mitchell Pronsc... in Articles