Hi,

I have a large application written in WebWork, Spring and iBATIS. After having started working with Wicket it really pains me that I have to continue developing with WebWork, so I want to start migrating this application on a page-by-page basis :)

I'm thinking I'd add a filter for wicket with a "/w" filter-mapping, and migrate one page after another.

The WebWork session holds information about currently logged in user, currently selected customer etc, and I need a way to sync this with a Wicket session. I could ofcourse add this information to the url everytime I hit a Wicket-page, but that seems really messy.

Any suggestions?

Sincerely,
Edvin Syse


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

Reply via email to