Subject | Re: Completely new to Firebird-Java --> embedded question |
---|---|
Author | Javier Soques |
Post date | 2003-11-06T23:24:40Z |
There is a GUI toolkit for java called thinlet (www.thinlet.com) that
seems promising. It's seems to be easier to make small gui apps with
this.
Bye
Javier Soques
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
seems promising. It's seems to be easier to make small gui apps with
this.
Bye
Javier Soques
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> Hi Martijn,that
>
> > A local app with Eclipse.
>
> What kind of app you want to write? GUI? If yes, be ready to spend
> more time on UI than on database connectivity. In this case you can
> already start learning writing GUI applications in Java - be sure
> JayBird 1.5 will be released before you learn Swing completely(Swing
> has the same position in Java as VCL in Delphi but from my POV ismore
> complex than VCL) ;). You should check SWT (UI components fromEclipse
> project), some people say that SWT is easier/better than Swing.with
>
> If you just want to learn using Java with Firebird, I would start
> web applications (servlets and JSP).
>
> Best regards,
> Roman Rokytskyy