I think GAE is slowest when the site isn't getting much traffic - they start JVMs on demand so low traffic often means usually means a JVM start for every user.
http://code.google.com/appengine/kb/java.html#What_Is_A_Loading_Request On 25 February 2010 08:21, Roman Ilin <[email protected]> wrote: > No I haven't seen it before. > Thank you Christian. > It does all I need, but GAE is slooooooooow :( > > > On Wed, Feb 24, 2010 at 10:07 PM, Christian Hülsmeier > <[email protected]> wrote: > > Hi Roman, > > > > did you try this tree component with GAE? > > > > http://code.google.com/p/wicket-tree/ > > > > I used it in a project before, but the app has not been hosted on GAE. > > > > Christian > > > >> -----Ursprüngliche Nachricht----- > >> Von: Roman Ilin [mailto:[email protected]] > >> Gesendet: Mittwoch, 24. Februar 2010 13:02 > >> An: [email protected] > >> Betreff: Re: Announcing: visural-wicket 0.5 released - open > >> source wicket components > >> > >> Nice components! > >> > >> I currently work on an application that should be deployed on GAE. > >> I think I'll need some new components because wickets three > >> and some other do not work on GAE. > >> > >> So I think I could commit some new components/ideas to your > >> project as well. > >> > >> Regards > >> > >> Roman > >> > >> > >> > >> On Wed, Feb 24, 2010 at 11:53 AM, Pedro Sena > >> <[email protected]> wrote: > >> > Great Job! > >> > > >> > I was looking for a Drop Down like that. > >> > > >> > Thanks and keep the good work. > >> > > >> > Regards, > >> > > >> > On Wed, Feb 24, 2010 at 7:49 AM, Richard Nichols > >> <[email protected]> wrote: > >> > > >> >> Hi wicket-users, > >> >> > >> >> I'm currently the sole developer of an open-source set of Wicket > >> >> components and utilties - "visural-wicket". > >> >> > >> >> *visural-wicket is a useful set of light-weight, loosely coupled > >> >> components and utilities for the Apache Wicket web > >> framework.* *Each > >> >> component is designed to be easily integrated into any existing > >> >> Wicket application with minimal dependencies.* *Other than > >> >> components, visural-wicket includes some other utilities > >> that assist > >> >> in the development of Wicket applications, such as an > >> >> annotation-based mounting system, model templates and > >> automatic "form > >> >> view mode" component.* > >> >> > >> >> The project is licensed under the *Apache 2.0* licence. > >> The download > >> >> package includes full source + javadocs. > >> >> > >> >> The project page is at > >> http://code.google.com/p/visural-wicket/ and > >> >> there are live examples at > >> >> http://visural-wicket-examples.appspot.com/ > >> >> > >> >> I've been working on this project for around 4 months and > >> it is now a > >> >> mature and pretty stable set of tools for developing > >> Wicket apps. I'm > >> >> using it in my day-to-day work in some very large applications. > >> >> > >> >> I'd like to get some feedback and/or collaborators on the current > >> >> state of the project, and hope that other members of the wicket > >> >> community may find these components and utilities useful. > >> >> > >> >> cheers, > >> >> Rich. > >> >> > >> >> -- > >> >> Richard Nichols :: http://www.visural.com/ :: > >> >> http://www.richardnichols.net/ > >> >> > >> > > >> > > >> > > >> > -- > >> > /** > >> > * Pedro Sena > >> > * Systems Architect > >> > * Sun Certified Java Programmer > >> > * Sun Certified Web Component Developer */ > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Richard Nichols :: http://www.visural.com/ :: http://www.richardnichols.net/
