Hi, I have a desktop application that I need to move to the web. The desktop app supports multiple windows. I'm told it wouldn't be unusual to have as many as 30 windows open. All of the windows can be moved, resized, expanded to full screen (fill the original app window) and minimize. The user community doesn't want to lose any look and feel of the desktop app.
Here are the hurdles that I see -) keeping the child windows on top of the parent window. -) expanding a child window to fill the parent window -) can I create a modal window? A few of the desktop windows are modal. -) is there a limit to the number of child windows -) concerns about multi-window support in wicket So, -) Will wicket support any of this without me having to resort to writing javascript? -) What issues have I overlooked that will preclude the use of wicket Thanks for your input I looked at wicket a few years ago. I'm a fan of the just java and just html aspect not to mention reusable components. I would really like to hear that wicket will support this multi-window environment. If not it looks like jquery which means lots of javascript and I think large amounts of javascript are unmanageable. Chuck --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
