Re: Wicket architecture diagram?

2009-03-26 Thread subbu_tce
Based on my understanding, i just prepared a diagram. Wicket Contributors.. Please review and let me know your valuable feedback. http://www.nabble.com/file/p22717793/wicket%2Barchitecture.jpg Thanks, Subbu. jWeekend wrote: > > Jeremy, > > It's one of the first things I looked for when I f

Bean Validation and Wicket

2009-03-21 Thread subbu_tce
Are there any plans in the future to make use of the Bean Validation Framework (JSR 303) in Wicket? Though we dont have any concrete implementations for JSR 303 yet and JSF 2.0 will be using JSR 303, how well is Wicket positioned to use bean validation? Thanks, Subbu. -- View this message in c

Re: Managing Pagemaps

2009-03-14 Thread subbu_tce
7;t try to do this type of stuff unless it > is actually a problem. Why not make sure you have applications first > and then see if it is actually a problem? > > Martijn > > On Sat, Mar 14, 2009 at 2:40 AM, subbu_tce > wrote: >> >> I mean two different wicket ap

Re: Managing Pagemaps

2009-03-14 Thread subbu_tce
7;t try to do this type of stuff unless it > is actually a problem. Why not make sure you have applications first > and then see if it is actually a problem? > > Martijn > > On Sat, Mar 14, 2009 at 2:40 AM, subbu_tce > wrote: >> >> I mean two different wicket ap

Two Wicket Apps in a single web app

2009-03-13 Thread subbu_tce
Is it possible to two or more wicket apps in a single web appliation? -- View this message in context: http://www.nabble.com/Two-Wicket-Apps-in-a-single-web-app-tp22508361p22508361.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Managing Pagemaps

2009-03-13 Thread subbu_tce
> contexts) > > Why do you want to clean up pagemaps.. A pagemap only holds they active > page > and nothing more. > What you can do is destroy the session on a logout button, but i guess you > cant invalidate the http session if it is shared over multiply apps... > > jo

Large Scale Applications using Wicket

2009-03-12 Thread subbu_tce
Do we have any Clustering Solutions other than Terracotta that can integrate with Wicket to avoid serialization of pages to support development of applications in a large scale? Thanks, Subbu. -- View this message in context: http://www.nabble.com/Large-Scale-Applications-using-Wicket-tp2248975

Versioning of Pages in PageMaps

2009-03-12 Thread subbu_tce
The Interface IPageSettings has the a method: setVersionPagesByDefault(). Does this method intend to provide the flexibility not to store page versions in page map? If it does give the support for not versioning pages, how does it impact the transparent support provided for back button? Thank

Managing Pagemaps

2009-03-12 Thread subbu_tce
I understand that wicket maintains page maps by windows / tabs opened. If the user navigates to pages in multiple wicket applications in the same window, how are the page maps maintained? Will a new page map be created / maintained for every wicket application navigated in the same window? And

Re: Wicket - Session Management

2009-03-04 Thread subbu_tce
Jeremy, I meant to ask about both the points that you have mentioned in your reply message: (i.e) Two wicket apps in two JVMs. How do we accomplish the following? - transfer state from first app to second app when clicking a link in the first app - access state in the first app from second app -

Re: Wicket - Session Management

2009-03-02 Thread subbu_tce
There is a small typo in the second question. Second question is reworded as below: Does wicket provide any programmatic extension points to have the state of components managed on the client side? Thanks, Subbu. subbu_tce wrote: > > Hi, > > I have two wicket applications ru

Wicket - Session Management

2009-03-02 Thread subbu_tce
Hi, I have two wicket applications running in two different JVMs. If clicking on a link in the first wicket application that runs in the first JVM, is redirected to the second wicket application that runs in second JVM, What support does Wicket provide to manage the page map in the session for t

Wicket - Multi Instance Support

2009-03-01 Thread subbu_tce
Hi, Does wicket provide any support for multiple application instances per user's session? In other words, how does wicket handle multiple browser windows for the sample application. Thanks. -- View this message in context: http://www.nabble.com/Wicket---Multi-Instance-Support-tp22271257p2227