there are no precise answers to these questions. for some apps Wicket is better, for other it is not
better search in mail archives and StackOverflow On Thu, Aug 25, 2011 at 10:08 AM, Shunmuga Raj <[email protected]> wrote: > Hi All, > > I was a beginner to wicket. I have some doubts and questions > abt wicket. > > Questions: > 1) What are the advantages of wicket over Struts, Springs, Tapestry, > Stripes? > > 2) What is the main advantages of Wicket? Object oriented programming in Java, easy to test your app > > 3) Where the wicket can be used in real time scenario? web development. don't use it for embedded devices > > 4) For which database it suits gud? Any > > 5) Which framework is best on performance view? it depends on the use case > > 6) Why wicket has to be used? you have to decide whether you like it or not. if you are more productive with another technology/framework then use it > > Doubts: > > Now i'm developing a web application project for feeding data & generating > report for it. For feeding data, i have to give login for every users. > according a scenario at a time multiple concurrent users ll feed data. For > this which java technology ll be more effective, powerful, efficient? which > framework s best for this? > > another scenario is i have to ensure that one user can login at only one > system, he should login at another system on the same time. tat is one user > can have one sessin at one system at a time. he can login to another to > another system at a same time if he tries means an error should be thrown. > for this vat i've to do? can u offer some sample code? > > Where EJB can be used? What is the difference in using EJB over frameworks > like Struts, Spring, Wicket, Tapestry, Stripes? Is it possible to use > frameworks with EJB? Yes. Better read more what is EJB and then you'll see that there is no overlap between Wicket and EJB. > > which one ll be more faster in execution? it depends on many factors but mostly on your own code > > > Waiting for ur favorable reply/ > > > > Thanking you, > With regards, > Shunmuga Raj.P > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
