December 2008 Issue of Java Jazz up magazine

Apple launched a stack of patches recently fixing at least 18 security vulnerabilities in its implementation of Java for Mac users.

December 2008 Issue of Java Jazz up magazine

December 2008 Issue of Java Jazz up magazine

       

  1. Java News
    Apple launched a stack of patches recently fixing at least 18 security vulnerabilities in its implementation of Java for Mac users.

      
  2. Java Developers Desk: Annotations
    Sun Microsystem added the features like annotation to make the development easier and more efficient in jdk 5. The main objective to develop the annotations is to make the development easier.
       
     
  3. JBoss Application Server
    JBoss is a free, open source application server under the LGPL license that is widely used for developing and deploying enterprise Java applications (J2EE), Web applications, and Portals.
     
  4. EJB 3.0
    Enterprise beans are the Java EE server side components that run inside the ejb container and encapsulate the business logic of an enterprise application.

       
  5. XML - DTD
    XML is a cross-platform, software and hardware independent tool for transmitting information? XML is a W3C Recommendations. It stands for Extensible Markup Language.
      
  6. Hibernate with Annotation
    Hibernate needs a metadata to govern the transformation of data from POJO to database tables and vice versa. Most commonly XML file is used to write the metadata information in Hibernate.
       
  7. Introduction to Ant
    Ant is a platform-independent build tool that specially supports for the Java programming language. It is written purely in Java. Ant is a powerful technique that helps the developers to convert their developmental structures in deployment structures.
      
  8. Struts2 Data Tags
    Apache Struts is an open-source framework used to develop Java web applications. We started introducing struts generic tags in the November issue.
        
      
  9. Integrating JSF, Spring and Hibernate
    Integrating JSF, Spring and Hibernate This article explains integrating JSF (MyFaces), Spring and Hibernate to build real world User Login and Registration Application using MySQL as database.
      
  10. Facelet
    Facelet is a view technology for Java Server Faces (JSF) that allows building composite views more quickly and easily than with JSP which is the default view technology for JSF.
     
  11. Design Patterns
    Behavioral Patterns Behavioral patterns are those patterns, which are specifically concerned with communication (interaction) between the objects.