Java EE 5 Technologies Main

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Java EE 5: Power and productivity with less complexity by Scott Moore   - [Clicks: 28]
    Momentum for organizations to adopt Java Platform, Enterprise Edition 5 (Java EE 5) is steadily increasing as the platform's container support, developer tools, educational resources, and developer-community experience all improve. Get a high-level view of the new productivity features and API enhancements in Java EE 5 and work through a Web service example that demonstrates its simplified development models.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-jee5/index.html - Nov, 2007
  • Java EE meets Web 2.0 by Constantine Plotnikov, Artem Papkov, Jim Smith   - [Clicks: 23]
    Web 2.0 applications developed using standard Java Platform, Enterprise Edition 5 (Java EE)-based approaches face serious performance and scalability problems. The reason is that many principles that underlie the Java EE platform's design -- especially, the use of synchronous APIs -- don't apply to the requirements of Web 2.0 solutions. This article explains the disparity between the Java EE and Web 2.0 approaches, explores the benefits of asynchronous designs, and evaluates some solutions for developing asynchronous Web applications with the Java platform.
    http://www.ibm.com/developerworks/java/library/wa-aj-web2jee/index.html - Nov, 2007
  • Get to know Java EE 5 by Roland Barcia   - [Clicks: 54]
    An overview of the new Java EE 5 specification, its many significant enhancements, and what it means for your WebSphere applications.
    http://www.ibm.com/developerworks/websphere/library/techarticles/0707_barcia/0707_barcia.html - Jul, 2007
  • Spring and Java EE 5 (PART 2) by Debu Panda   - [Clicks: 83]
    In the first part of this article you learned how Java EE 5 has simplified enterprise application development by adopting a POJO programming model and making use of Java 5 metadata annotations. You also discovered how the Spring Framework version 2.0 integrates with Java Persistence API (JPA) and makes it simple to use from enterprise Java applications.
    http://java.sys-con.com/read/393298.htm - Jun, 2007
  • Using Annotations in Web Applications by Shing Wai Chan   - [Clicks: 27]
    This tip shows you how to construct a secure web application that includes servlets and JSP pages. By configuring the web.xml file for the web application, you can protect the servlets and JSP pages over a Secure Sockets Layer connection. This is a common security approach in a web production environment.
    http://java.sun.com/mailers/techtips/enterprise/2007/TechTips_May07.html#1 - May, 2007
  • Using Annotations on the Java EE 5.0 Platform by Sangeetha S., Subrahmanya S. V.   - [Clicks: 23]
    Java EE 5 achieves a high level of simplification over previous editions of the platform by using annotations for declarative programming. In this article, Sangeetha S. and Subrahmanya S. V. look into this approach and its many uses.
    http://today.java.net/pub/a/today/2007/05/22/using-annotations-in-java-ee-5.html - May, 2007
  • Spring and Java EE 5. Part 1: Simplicity and power combined by Debu Panda   - [Clicks: 90]
    The Java Platform, Enterprise Edition, or Java EE, is the most popular middleware platform for developing and deploying enterprise applications. Java EE offers developers a choice of vendors, portability, scalability, and robustness. However, it has been criticized for its complexity and its need for a lot of redundant and procedural code. In addition, lightweight frameworks such as Spring and scripting platforms such as Ruby on Rails have emerged to challenge the platform's supremacy in the middleware world.
    http://java.sys-con.com/read/366297.htm - Apr, 2007
  • From Java EE security to Acegi by Xinyu Liu   - [Clicks: 58]
    Application security as an enterprise-level concern needs to be carefully addressed by developers. This article compares the security services defined in Java EE and Acegi to help developers select the appropriate security services and program security from an enterprise-wide view.
    http://www.javaworld.com/javaworld/jw-03-2007/jw-03-security.html - Mar, 2007
  • Introducing the Java Pet Store 2.0 Application by Mark Basler, Sean Brydon, Dana Nourie, Inderjeet Singh   - [Clicks: 41]
    Work with the Java Pet Store 2.0 demo and the Java EE 5 platform to develop an Ajax-enabled Web 2.0 application that is user-driven, user-organized, and user-policed.
    http://java.sun.com/developer/technicalArticles/J2EE/petstore/ - Mar, 2007
  • Comment lines: Scott Johnson: JavaServer Pages for beginners by Scott Johnson   - [Clicks: 12]
    JavaServer Pages technology has been around for years, but it still is not very well understood. Although intended for beginners, all levels of expertise will benefit from this primer on exactly how JSP containers work.
    http://www.ibm.com/developerworks/websphere/techjournal/0702_col_johnson/0702_col_johnson.html - Feb, 2007

[Top]