Re: Java Object Persistence (JSP & Java)
- From: Bryce <spamtrap@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 10:25:56 -0500
On 31 Oct 2005 06:12:49 -0800, "Snyke" <Decker.Christian@xxxxxxxxx>
wrote:
>Hi all.
>
>I'm currently working on a simulation with a web frontend. The
>simulation is based on 3 components:
> - A Webfrontend
> - A persister (which is the object of my quetsio :-)
> - A WorkHorse
>
>The Workhorse is doing the actual simulation while the web frontend is
>used to interact with the Simulation (queueing and dequeueing new
>events to the simulation stack).
>Now my question is what the best choice for the persister would be.
>I found http://www.prevayler.org/wiki.jsp which looks nice but I don't
>know if it's the best choice. Is there a library that transparently
>saves and loads whole Object dependencies from an SQL Database, or is
>an Object Cloud better?
>What is your experience with this/other libraries?
Prevayler holds your objects in memory (correct me if I"m wrong).
If you need a SQL Database (Prevayler doesn't do SQL AFAIK), then I'd
look at Hibernate.
--
now with more cowbell
.
- Prev by Date: Re: my program be blocked by inputstream ><~~
- Next by Date: Re: Generics and subclasses
- Previous by thread: Re: my program be blocked by inputstream ><~~
- Next by thread: Struts ActionForm and View's initialization
- Index(es):