Subject | Re: Getting started with java... |
---|---|
Author | htappe |
Post date | 2006-05-27T12:30:33Z |
> That depends. If you plan to use database-aware controls fromJBuilder, I
> guess you'd better stay with Borland components. They are quitesimilar to
> those you used in Delphi.classes,
>
> If you, though, plan to use plain Swing defining your own model
> then using Hibernate is ok. However it is different from what youhave used
> in Delphi (I assume you used IBX/FIB+/IBObjects or similar). The mainI forgot to say that I think about using eclipse.
> difference is that you will work with objects and collection of objects
> instead of records and fields.
And I used hibernate before. But only in a rather simple way and in a
web (struts) environment.
> > For reporting facilities I consider jasper/iReports.Did you use any other reporting components?
>
> I have not used them.
> > Besides any comments which I always appreciate I really would love toBut I haven't found any good/usable/helpful ones yet :-(
> > see some sample application (source code) to see how things work
> > together: firebird + hibernate + swing + reporting.
>
> The Firebird/Jaybird do not introduce any noticable specifics into the
> Swing/Hibernate usage scenarios. You can use any example of using
> Swing/Hibernate you find in the internet.
Thanks so far Roman
--Heiko