You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Shunmuga Raj <sh...@gmail.com> on 2011/08/25 09:08:22 UTC

DOUBT & Questions Abt Wicket

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?

3) Where the wicket can be used in real time scenario?

4) For which database it suits gud?

5) Which framework is best on performance view?

6) Why wicket has to be used?

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?

which one ll be more faster in execution?


Waiting for ur favorable reply/



Thanking you,
With regards,
Shunmuga Raj.P

Re: DOUBT & Questions Abt Wicket

Posted by Andrea Del Bene <ad...@ciseonweb.it>.
Hi Shunmuga,

based on my experience:
> 1) What are the advantages of wicket over Struts, Springs, Tapestry,
> Stripes?
>
> 2) What is the main advantages of Wicket?
The frameworks you have listed are based on MVC frameworks. Wicket is a 
component oriented framework, like GWT or Vaadin.
This kind of frameworks  are pretty similar to desktop GUI frameworks 
like Swing, meaning that they and offer an object oriented abstraction 
of web entities like pages, forms, input components and so on.  The 
difference between Wicket and MVC frameworks is well explanned here:

> 3) Where the wicket can be used in real time scenario?

> 4) For which database it suits gud?
Wicket is database-agnostic. You can integrate it with your favorite ORM 
o JDBC framework.
> 5) Which framework is best on performance view?
>
> 6) Why wicket has to be used?
>
Wicket
> 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?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DOUBT & Questions Abt Wicket

Posted by Shunmuga Raj <sh...@gmail.com>.
Thanks a lot Andrea Del Bene. U gave answers for most of ma queries. I was
quite clarified in it. thanks again

On Thu, Aug 25, 2011 at 3:06 PM, Andrea Del Bene <ad...@ciseonweb.it>wrote:

> Hi Shunmuga,
>
> based on my experience:
>
>> 1) What are the advantages of wicket over Struts, Springs, Tapestry,
>>
>> Stripes?
>>
>> 2) What is the main advantages of Wicket?
>>
> The frameworks you have listed are based on MVC frameworks. Wicket is a
> component oriented framework, like GWT or Vaadin.
> This kind of frameworks  are pretty similar to desktop GUI frameworks like
> Swing, meaning that they and offer an object oriented abstraction of web
> entities like pages, forms, input components and so on.  The difference
> between Wicket and MVC frameworks is well explained here:
>
> https://cwiki.apache.org/**WICKET/#Index-AboutWicket<https://cwiki.apache.org/WICKET/#Index-AboutWicket>
>
>
> 3) Where the wicket can be used in real time scenario?
>>
>
> 4) For which database it suits gud?
>>
> Wicket is database-agnostic. You can integrate it with your favorite ORM o
> JDBC framework.
>
>  5) Which framework is best on performance view?
>>
>> 6) Why wicket has to be used?
>>
>> Wicket is ideal for pages with a complex behavior ( usually pages with
> some AJAX) and when you have to manage a lot of user data
>
>
> 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, you can use these framework with EJB specification. Obviously if you
> use Spring you are likely to use the whole framework instead of EJB
>
> .
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<us...@wicket.apache.org>
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: DOUBT & Questions Abt Wicket

Posted by Andrea Del Bene <ad...@ciseonweb.it>.
Hi Shunmuga,

based on my experience:
> 1) What are the advantages of wicket over Struts, Springs, Tapestry,
> Stripes?
>
> 2) What is the main advantages of Wicket?
The frameworks you have listed are based on MVC frameworks. Wicket is a 
component oriented framework, like GWT or Vaadin.
This kind of frameworks  are pretty similar to desktop GUI frameworks 
like Swing, meaning that they and offer an object oriented abstraction 
of web entities like pages, forms, input components and so on.  The 
difference between Wicket and MVC frameworks is well explained here:

https://cwiki.apache.org/WICKET/#Index-AboutWicket

> 3) Where the wicket can be used in real time scenario?

> 4) For which database it suits gud?
Wicket is database-agnostic. You can integrate it with your favorite ORM 
o JDBC framework.

> 5) Which framework is best on performance view?
>
> 6) Why wicket has to be used?
>
Wicket is ideal for pages with a complex behavior ( usually pages with 
some AJAX) and when you have to manage a lot of user data

> 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, you can use these framework with EJB specification. Obviously if 
you use Spring you are likely to use the whole framework instead of EJB
.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DOUBT & Questions Abt Wicket

Posted by Shunmuga Raj <sh...@gmail.com>.
Thanks. I ll look into it

On 8/25/11, Josh Kamau <jo...@gmail.com> wrote:
> Hi there,
>
> Please go to www.stackoverflow.com and you will see many such questions.
> Just search for wicket over there.
>
> Josh.
>
> On Thu, Aug 25, 2011 at 10:08 AM, Shunmuga Raj
> <sh...@gmail.com>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?
>>
>> 3) Where the wicket can be used in real time scenario?
>>
>> 4) For which database it suits gud?
>>
>> 5) Which framework is best on performance view?
>>
>> 6) Why wicket has to be used?
>>
>> 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?
>>
>> which one ll be more faster in execution?
>>
>>
>> Waiting for ur favorable reply/
>>
>>
>>
>> Thanking you,
>> With regards,
>> Shunmuga Raj.P
>>
>

-- 
Sent from my mobile device

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DOUBT & Questions Abt Wicket

Posted by Josh Kamau <jo...@gmail.com>.
Hi there,

Please go to www.stackoverflow.com and you will see many such questions.
Just search for wicket over there.

Josh.

On Thu, Aug 25, 2011 at 10:08 AM, Shunmuga Raj <sh...@gmail.com>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?
>
> 3) Where the wicket can be used in real time scenario?
>
> 4) For which database it suits gud?
>
> 5) Which framework is best on performance view?
>
> 6) Why wicket has to be used?
>
> 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?
>
> which one ll be more faster in execution?
>
>
> Waiting for ur favorable reply/
>
>
>
> Thanking you,
> With regards,
> Shunmuga Raj.P
>

Re: DOUBT & Questions Abt Wicket

Posted by Martin Grigorov <mg...@apache.org>.
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 <sh...@gmail.com> 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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org