Aswath,

I am using spring-mvc + velocity + dcevm for rapid development:
http://blog.rafaelsanches.com/2012/02/02/spring-mvc-velocity-dcevm/

Unfortunately I had to do a lot of hacks to overcome cold startup with
spring. I will be writing on a blog post soon.

The three main issues of spring are:
1) At the very beginning, before spring is even called, appengine do a nice
classpath scanning searching for taglib stuff. Even if you don't use
taglib, jsp or any other 1997 stuff.
2) context:component-scan is slow. Again, because of classpath scanning.
3) WebApplicationContext takes forever to initialize.

I have a solution for 2 and almost for 3.

thanks
rafa


On Tue, Jul 16, 2013 at 12:47 AM, Aswath Satrasala <
[email protected]> wrote:

> Hello,
> Any one is using apache click (click.apache.org) with appengine.  I
> personally feel it interesting for rapid web application development and
> for producing rich client applications.
>
> Any opinions on this framework.
>
> -Aswath
>
> On Thu, Dec 20, 2012 at 9:06 PM, Aleksei Rovenski <
> [email protected]> wrote:
>
>> Maybe Sitebricks?
>>
>> четверг, 20 декабря 2012 г., 12:17:06 UTC+2 пользователь aswath написал:
>>
>>> Hi All,
>>> What is a good java MVC framework to use in GAE development.
>>> I use GWT for most stuff, and servlets and JSP's.  But, doing simple
>>> things in GWT is more time consuming. For more complex forms and UI logic,
>>> I will still do in GWT
>>>
>>> I am looking for a java MVC framework with good UI components for rapid
>>> web development.
>>>
>>> I have worked few years ago on Struts and little bit on JSF.   I am not
>>> in favor of Struts for now.   I am not sure about the JSF community and its
>>> support now.
>>>
>>> I have gone thru the group and found few
>>> * vRaptor
>>> * Slice
>>> * Wicket etc.
>>>
>>> What is currently used by the developers? It should be easy to learn,
>>> and a lot of documentation to get started.
>>>
>>> -Aswath
>>> www.AccountingGuru.in
>>>
>>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to