I have a subscription to O'Reilly's Safari bookshelf. I'll look for it there.
I've been reading Manning's EJB3 in Action and O'Reilly's Harnessing Hibernate online. It's a pain reading online, but I'm already shelling out almost $50/month for the service... Thanks for the recommendation. Understanding Hibernate in Java isn't difficult. My struggle (as always) is thinking in Scala. Chas. Tim Perrett wrote: > Hey Chas, > > Can I suggest this book: > > http://www.amazon.com/Hibernate-Made-Easy-Persistence-Annotations/dp/0615201954 > > It sounds to me that you need to understand the magic of the entity > manager and how that can be utilized. I read this book a little while > ago and must say it was an eye opener. Dont be put off my the crap > looking cover and informal writing style, there is some great > information in there. > > Cheers > > Tim > > On Oct 18, 12:08 am, "Charles F. Munat" <[EMAIL PROTECTED]> wrote: >> Derek, >> >> Have you figured out how to keep the object in the continuation instead >> of just the id? >> >> Also, I'm working on a form. I'd like it to have four "states": >> >> 1. Initial form is blank >> a. Click Save to save the data >> b. Click Preview to preview the data >> >> 2. Preview shows what it will look like >> a. Click Save to save the data >> b. Click Edit to edit the data >> >> 3. Edit shows the form with the previously entered values >> (Same as add form, but preloaded) >> a. Click Save to save the data >> b. Click Preview to preview the data >> >> 4. Response shows the saved data >> >> Any ideas on how to do this? Anyone else? >> >> Chas. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
