From: "Valter G. Nogueira Jr." <[EMAIL PROTECTED]>
> I have read a lot about Struts, Hibernate and DAO.
> But these aproachs are too verbose, I mean manually define XML configs,
jsp
> pages, actions...

Cross Struts off that list, it has nothing to do with accessing your data.

DAO is a pattern-- some of the existing frameworks implement it, or you can
do it yourself.

I haven't used Hibernate, but of the three I think it's the closest to what
you want.  It should get you out of having to worry about when/where to
store the information.

> I was looking for some tool which I point to my database schema and it
> produces the bunch of code.
> It would be good if it was tied to a data dictionary that could
dynamically
> change checks and labels.

JDO might be what you're looking for:
http://jdocentral.com/  http://java.sun.com/products/jdo/index.jsp

You're still going to have to do some work up front to configure whatever
you choose.

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to