I created a simple WebDAV server to enable writable calendars in the iCalendar integration. I'm finishing up the code and I have a few outstanding issues to take care of.

I'm a little fuzzy on application servers and servlets, so I could use some advice and guidance.

From what I understand, the container takes care of transactions, so I shouldn't have to worry about transactions in my servlet code. Is that correct?

WebDAV does not recognize sessions - no information is persisted across requests. If that's the case, what would be a good strategy for user log in/log out? To be more specific, a user updates their calendar. A WebDAV request is made, the user is logged into OFBiz, the work effort updates are made, and then...? If the user is logged out afterwards, then that would also log them out of any browser sessions they have going.

Any help would be greatly appreciated!

-Adrian

Reply via email to