[PJUG Javamail] CRUD for a javabean
Howard Abrams
howard.abrams at gmail.com
Fri Apr 24 20:02:01 UTC 2009
Grails probably won't help you since it is highly dependent on having
Hibernate manage the POJOs and I don't even think there are plans to
make that part optional.
You could build a Grails app that interfaces to the database, but then
you would have your POJO would be separate from the Grails object, and
that just seems pretty risky keeping those in sync just for the reason
you describe.
On Apr 22, 2009, at 3:07 PM, Vijay Balakrishnan wrote:
> Hi,
>
> I have seen this requirement come up a few times.
>
> There is a POJO Javabean (Entities within a database). Now the
> business user wants to do CRUD operations on the data in these
> entities in the DB.This app is hosted on Websphere(JDK 1.4.2).
>
> What is the fastest way to do this in java ?
>
> Is it using MBeans (JMX) or using Grails or whatever else ? I have
> seen a lot of fancy Ruby On rails stuff -so what is the equivalent
> (fastest) way to this in the Java, J2EE world ?
>
> TIA,
> Vijay
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail
More information about the Javamail
mailing list