Subject | Re: [Firebird-Java] Getting started with java... |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-05-27T12:18:51Z |
> Being a delphi developer for several years now my next project will beThat depends. If you plan to use database-aware controls from JBuilder, I
> a java rich client swing application. Working with a firebird database
> as back end of course.
> I was thinking of using hibernate as the persistence layer.
guess you'd better stay with Borland components. They are quite similar to
those you used in Delphi.
If you, though, plan to use plain Swing defining your own model classes,
then using Hibernate is ok. However it is different from what you have used
in Delphi (I assume you used IBX/FIB+/IBObjects or similar). The main
difference is that you will work with objects and collection of objects
instead of records and fields.
> For reporting facilities I consider jasper/iReports.I have not used them.
> Besides any comments which I always appreciate I really would love toThe Firebird/Jaybird do not introduce any noticable specifics into the
> see some sample application (source code) to see how things work
> together: firebird + hibernate + swing + reporting.
Swing/Hibernate usage scenarios. You can use any example of using
Swing/Hibernate you find in the internet.
Roman