Subject | Re: [Firebird-Java] Re: Visual Components |
---|---|
Author | Lucio nuñez |
Post date | 2004-03-27T16:03:31Z |
Thank you again Roman, I'll check that.
Roman Rokytskyy <rrokytskyy@...> wrote:> Which classes are the most transparent and easily to use?
I'm not expert in Java GUI applications, so if you ask about
data-aware components (Swing, SWT) I cannot help. But if you think
about persisting data, consider Hibernate. You just develop your
object model using JavaBeans contracts (that's not EJB, only standard
beans) and you specify mapping between your classes and database.
After this persistence happens almost automagically. Check Hibernate
examples at www.hibernate.org.
Roman
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/Firebird-Java/
To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.
[Non-text portions of this message have been removed]
Roman Rokytskyy <rrokytskyy@...> wrote:> Which classes are the most transparent and easily to use?
I'm not expert in Java GUI applications, so if you ask about
data-aware components (Swing, SWT) I cannot help. But if you think
about persisting data, consider Hibernate. You just develop your
object model using JavaBeans contracts (that's not EJB, only standard
beans) and you specify mapping between your classes and database.
After this persistence happens almost automagically. Check Hibernate
examples at www.hibernate.org.
Roman
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/Firebird-Java/
To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.
[Non-text portions of this message have been removed]