JSF is the standard Java EE technology for building web user interfaces. It provides a powerful framework for developing server-side applications, allowing you to cleanly separate visual presentation and application logic. JSF 2.0 is a major upgrade that not only adds many useful features but also greatly simplifies the programming
Java Frameworks
JavaServer Faces
JSF is the standard Java EE technology for building web user interfaces. It provides a powerful framework for developing server-side applications, allowing you to cleanly separate visual presentation and application logic. JSF 2.0 is a major upgrade that not only adds many useful features but also greatly simplifies the programming
Java Collection Framework
The Collection Framework provides a well-designed set if interface and classes for sorting and manipulating groups of data as a single unit, a collection. The Java Collection Framework provides a standard programming interface to many of the most common abstractions, without burdening the programmer with too many
Hibernate
Hibernate is an object-relational mapping (ORM) library for the Java language, providing a framework for mapping an object-oriented domain model to a traditional relational database. Hibernate solves object-relational impedance mismatch problems by replacing direct persistence-related database accesses with high-level object handling functions. Hibernate is free as open source software that is distributed under the GNU Lesser General Public License. Rather than utilize bytecode processing or code generation, Hibernate uses runtime reflection to determine the persistent properties of a class.
Package Javacard Framework
Package Javacard Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. These classes and interfaces provide the minimum required functionality for a Java Card environment. If additional functionality is desired, for example to specialize the card for a particular market, other frameworks would need to be
Top 3 Java Frameworks
When it comes to Java programming, the word 'framework' is used quite often. A framework is basically an encapsulated way to do something (usually) more efficiently. It is a collection of efficient processing power that is, hopefully free, and wrapped up nicely into one or more libraries. There are many Java
Page 1 of 2


