Date: Thu, 3 Mar 2005 20:10:14 -0500 (EST) From: nejug.bos.us Subject: NEJUG March 10th Meeting Announcement This message is going out to all NEJUG members . . . The next NEJUG meeting will be held on Thursday March 10th at 6:00pm at the Bentley College Campus in Waltham, MA, where Gavin King will give a presentation on Hibernate. ******************************************************************************** * ** NOTE: THE MARCH 10 MEETING IS AT BENTLEY COLLEGE IN WALTHAM, MA. ** ** (INSTEAD OF SUN IN BURLINGTON) ** ** FOR DIRECTIONS, SEE: ** ** http://www.nejug.org/directions_bentley.jsp ** ******************************************************************************** * Overview: Working with object-oriented software and a relational database can be cumbersome and time consuming in today's enterprise environments. Hibernate is an object/relational mapping solution for Java environments. The term object/relational mapping (ORM) refers to the technique of mapping a data representation from an object model to a relational data model with a SQL-based schema. Hibernate not only takes care of the mapping from Java classes to database tables (and from Java data types to SQL data types), but also provides data query and retrieval facilities and can significantly reduce development time otherwise spent with manual data handling in SQL and JDBC. Hibernate's goal is to relieve the developer from 95 percent of common data persistence related programming tasks. Hibernate adapts to your development process, no matter if you start with a design from scratch or work with a legacy database. Hibernate generates SQL for you, relieves you from manual result set handling and object conversion and keeps your application portable to all SQL databases. Hibernate provides transparent persistence, the only requirement for a persistent class is a no-argument constructor. See our list of frequently asked questions about Hibernate: http://www.hibernate.org/16.html Hibernate is typically used in Java Swing applications, Java Servlet-based applications, or J2EE applications using EJB session beans. See this page for an overview of Hibernate application architecture: http://www.hibernate.org/198.html The up-to-date Hibernate road map gives you an overview of the current state and the plans for the future: http://www.hibernate.org/200.html Hibernate key features: * Natural programming model - Hibernate supports natural OO idiom; inheritance, polymorphism, composition and the Java collections framework * Support for ultra-fine-grained object models - a rich variety of mappings for collections and dependent objects * No build-time bytecode enhancement - there's no extra code generation or bytecode processing steps in your build procedure * Extreme scalability - Hibernate is extremely performant, has a dual-layer cache architecture, and may be used in a cluster * The query language - Hibernate addresses both sides of the problem; not only how to get objects into the database, but also how to get them out again * Support for "application" transactions - Hibernate supports both long-lived persistence contexts, and detach/reattach, and takes care of optimistic locking automatically * Free / open source - Hibernate is licensed under the LGPL (Lesser GNU Public License) About the speaker: Gavin King is the founder of the Hibernate project, the leading persistence solution for Java. He is an active member of the JSR-220 expert group, and contributed heavily to the design of EJB 3.0. With Christian Bauer, he was author of /Hibernate in Action/. Gavin works for JBoss, Inc, leading the development of Hibernate, implementing EJB 3.0, and providing services to JBoss customers. He lives in Melbourne, Australia, and Atlanta, Georgia. For more information about the meeting, please go to: http://www.nejug.org/next.jsp To register, please go to: http://www.nejug.org/meetingRegistration.jsp We hope to see you at the March 10th meeting. Thanks. Steve Steve Maienza President, New England Java Users Group CGI 600 Federal St. Andover, MA 01810 ------------------------------------ office: 978-946-3372 email: steven.maienza@cgi.com web: http://www.cgi.com nejug: http://www.nejug.org