Hi Konstantin,

it would be _so_ useful if you could write up a little bit of 
documentation of this demo (which I notice is already recieving 
some attention in the java.blogs community) so that I can link 
to that from the Hibernate website.

Looks like I might be using XDoclet + Hibernate in a project
soon myself :)

Gavin.

> -----Original Message-----
> From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 13 December 2002 8:12 PM
> To: xdoclet-devel
> Cc: hibernate-devel
> Subject: [Hibernate] Demo of Hibernate used from session bean 
> with XDoclet generated .sar - descriptor
> 
> 
> Hi all, 
> Yesterday I put together a small demo 
> showing hibernate in action:
> 
> 1. XDoclet generated mappings & service descriptor
> 2. Session bean accessing hibernate
> 3. Small client.
> 
> This works with JBoss. 
> 
> Schema snipper for hypersonic:
> ---%<--------
> CREATE TABLE HIBERNATE_CUSTOMER(ID INTEGER NOT NULL
> IDENTITY PRIMARY KEY,CUSTOMERDESCRIPTION
> VARCHAR,CUSTOMERNAME VARCHAR,CUSTOMERNUMBER
> VARCHAR,UNIQUE(ID))
> CREATE UNIQUE INDEX PK_HIBERNATE_CUSTOMER ON
> HIBERNATE_CUSTOMER(ID)
> -----%<---------
> 
> This demo will need current CVS version of xdoclet,
> and also current hibernate version.
> 
> ant deploy compiles and depoys SessionBean & hibernate
> service, then you can use startup script in client
> directory. 
> 
> YOu can download it from: http://www.pribluda.de/hibernate-test.tar.gz
> 
> regards,
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> 
http://www.yook.de > < render charts online ->
http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
hibernate-devel mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


********** CAUTION - Disclaimer **********
This message may contain privileged and confidential
information. If you are not the intended recipient of this
message (or responsible for delivery of the message to
such person) you are hereby notified that any use,
dissemination, distribution or reproduction of this message
is prohibited. If you have received this message in error,
you should destroy it and kindly notify the sender by reply
e-mail. Please advise immediately if you or your employer
do not consent to Internet e-mail for messages of this kind.
Opinions, conclusions and other information in this
message that do not relate to the official business of
Expert Information Services Pty Ltd ("The Company")
shall be understood as neither given nor endorsed by it.

The Company advises that this e-mail and any attached
files should be scanned to detect viruses. The Company
accepts no liability for loss or damage (whether caused
by negligence or not) resulting from the use of any
attached files.
**EIS******** End of Disclaimer **********



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to