Main Page

From Javapedia

Jump to: navigation, search
Welcome to Javapedia
The Java Encyclopedia
Currently 45 articles dedicated to Java

Find information, code examples, tutorials, and videos on anything related to Java. Edit articles and help spread knowledge to your fellow Java programmers!

Overview · Editing · Help

Categories

Popular Java Topics

Tutorials and Code Examples

Reference Guides

 Featured article

Hibernate

Image:Hibernate_logo.gif Hibernate is an object-relational mapping (ORM) solution for the Java language: it provides an easy to use framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant amount of relational data persistence-related programming tasks.

Hibernate adapts to the developer's development process, whether starting from scratch or from an existing database.

Hibernate's primary feature is mapping from Java classes to database tables (and from Java data types to SQL data types) and also provides data query and retrieval facilities. Hibernate generates the SQL calls and relieves the developer from manual result set handling and object conversion, keeping the application portable to all SQL databases, with database portability delivered at very little performance overhead.

read more...

Web

JSP · Servlets · XML · Struts · Spring MVC · JavaScript Frameworks · AJAX · Application Servers


Database

JDBC · Hibernate · iBATIS

Core Java

Networking · Security · Serialization · I/O · Threads

Tools

Ant · Log4J · Apache Commons

Enterprise

Spring framework · EJB · RMI · CORBA

IDEs

Eclipse · NetBeans · Visual Cafe · Visual J++

GUI Development

Swing · Applets · AWT

Standards/Best Practices

Design Patterns · Algorithms · Unit Testing · Performance Tuning/Optimization

Mobile


Reference

People · Books · Terms · History · JavaDoc

Personal tools