Java EE 5 Technologies Main

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

Articles
  

Articles:
  • Ajax and Java development made simpler, Part 4: Create JSF-like components, using JSP tag files by Andrei Cioroianu   - [Clicks: 9]
    JavaServer Pages (JSP) and JavaServer Faces (JSF) used to have different variants of the Expression Language (EL). Their unification in JSP 2.1 opened new possibilities, allowing you to use deferred values and deferred method attributes in your custom JSP tags. This article shows how to develop Java Web components based on JSP tag files, which are much simpler and easier to build than the JSF components.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/wa-aj-simplejava4.html - Jul, 2008
  • Developing long term strategies for using Java EE technology by Jim Knutson   - [Clicks: 10]
    Changes to technology are inevitable and necessary, and some of these changes could affect how your existing applications operate. Such inevitability might make it seem risky to commit to technologies that are driven by changing specifications, such as Java EE. However, it is possible to minimize the impact of incompatible changes with informed choices and good planning when determining which technologies are appropriate for you to use. This article offers information to help you make those informed choices, and also explains what IBM does to minimize the impact of these changes to your organization.
    http://www.ibm.com/developerworks/websphere/techjournal/0805_knutson/0805_knutson.html - May, 2008
  • Introducing [fleXive] - A Complementary Approach to Java EE 5 Web Development by Markus Plesser, Daniel Lichtenberger   - [Clicks: 6]
    This article is an introduction to Flexive, an open source Java EE 5 application development stack. The authors have extracted a complete application template and describe its use.
    http://www.onjava.com/pub/a/onjava/2008/04/30/introducing-flexive-a-complementary-approach-to-java-ee-5-web-development.html - May, 2008
  • Better Programming With Java EE: A Conversation With Java Champion Adam Bien by Janice J. Heiss   - [Clicks: 15]
    Java Champion Adam Bien talks about the challenges and intricacies of Java EE, ways to conduct large-scale IT projects, and the joys of developing.
    http://java.sun.com/developer/technicalArticles/Interviews/community/bien_qa.html - Apr, 2008
  • Best Practices for Building Production Quality EAR Files by Hussein Badakhchani   - [Clicks: 14]
    In this article I examine the options available for packaging and deploying Java EE applications. I will start by reviewing the Java EE 5 specifications pertaining to application assembly and deployment. Next I will set out packaging specifications for production EAR files and review some of the techniques you can use to implement and enforce them. This article is aimed at those responsible for creating or enforcing standards and those who regularly troubleshoot application deployments. The primary audience will therefore be BEA WebLogic administrators; however, anyone who has an interest in ensuring application deployments run smoothly will benefit from reading this article.
    http://dev2dev.bea.com/pub/a/2008/01/packaging-best-practices.html - Feb, 2008

[Top]