Re: JBoss for Delphi Users



Actually persistence as specified in J2EE is based on Entity beans.
Hibernate is another way of doing persistance. Also there is JDO.
Using plain JDBC is just like using ODBC in Windows ;-)

Doychin

"Jim Cooper" <jcooper@xxxxxxxxxxxxx> wrote in message
news:44d47079$1@xxxxxxxxxxxxxxxxxxxxxxxxx

In particular, I am curious as to how client datasets might be
implemented in JBoss

JBoss doesn't work like that - it is not a set of components like the VCL.
It's an application server which provides the services required by
Enterprise Java Beans, and into which many other frameworks can be
plugged. AFAICT, the normal way to do data storage is to use Hibernate
(there is a .NET version of this called NHibernate that you can play with
in Delphi), not to directly use JDBC. Often even the Hibernate stuff is
not used directly.

Cheers,
Jim Cooper

_____________________________________________

Jim Cooper jcooper@xxxxxxxxxxxxx
Skype : jim.cooper
Tabdee Ltd http://www.tabdee.ltd.uk

TurboSync - Connecting Delphi to your Palm
_____________________________________________


.



Relevant Pages

  • Re: Hibernate alternatives
    ... > Hibernate is not the de facto standard! ... > implement a DAO layer, which abstracts from the persistence mechanism. ... that you've lost the very thing that makes O/R mapping popular anyway. ...
    (comp.lang.java.programmer)
  • Re: J2EE web framework: struts vs spring vs hibernate
    ... spring and hibernate. ... What I understand struts is MVC mode for web design, ... Hibernate is one of many persistence frameworks for Java, it falls into the category object-relation-mapping-tool, used for mapping database tables to java objects transparently. ... People tend to avoid Entity Beans because they're difficult to configure and can have performance issues, but that's not always the case. ...
    (comp.lang.java.programmer)
  • Re: Hibernate alternatives
    ... >>Hibernate is not the de facto standard! ... >>implement a DAO layer, which abstracts from the persistence mechanism. ... future need to change persistence implementations. ...
    (comp.lang.java.programmer)
  • Re: Making the most of code
    ... Hibernate implements the Java Persistence API. ... Sure, every class that corresponds to a table needs to be saved but if you have a one-to-one correspondence between database tables and classes, your classes are pure data with no behaviour. ... Any behaviors it does have will not relate to persistence, but to its own concerns, trusting persistence matters to the layer that handles them. ...
    (comp.lang.java.programmer)
  • Re: EntityManager wirft NullpointerException: EJB3.0-JBOSS-HIBERNATE
    ... Werden denn bei der Initialisierung der Entitäten auch Hibernate Infos angezeigt? ... Connection zu einer Oracle-Datenbank aufzubauen und entwickle mit ... Meine Persistence Unit ist wie folgt in der persistence.xml ... In meinem Session Bean deklariere ich den EntityManager: ...
    (de.comp.lang.java)