• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

In need for feedback of component based web application framework using Guice as backend

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm developing an open source component based web application framework called Context (http://www.contextfw.net) and currently it is at version 0.8.2. It is licenced under Apache Licence.

I'm in process of creating community around it and I would really appreciate, if you could try it and give opinions and comments. I'm personally really exited about it, because it has already proven to be an excellent web framework.

Main features are:

* System is built on top of Guice and Guice Servlet
* Component based
* Stateful pages
* Server/client-communication is purely ajax-based.
* Uses XSL for templating
* Support for delayed request (comet/server push)
* Scala-friendly

Other fancy features are:

* Embeddability: Context pages can be embedded to pages made with other
frameworks or to just raw HTML-files.

* Mockability: It is possible to mock server/client interaction
and create mock interfaces for quick prototyping, representing
new ideas or just simple cross-browser testing.

The newest version is just released, so it is recommended to download a pre made zip-file in downloads-section to begin a new project.

Your feedback would really help the project to evolve.

Thank you for your time,
Marko Lavikainen
http://www.contextfw.net
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic