Sourceforge Summary || Introduction || Tutorial
Why WEBOE
There are many framework ajax framework widgets. I am thinking for example to dojo or zk. This is not another ajax ui widgets toolkit.
The scope of this software is to resolve complexity of web pages and introduce real-time event handling thanks to ajax. For example for data-entry web applications can contains more and more ui elements that can't be easy used as a flat list of elements. Il would be nice and productive to create a hierarchie or composition of object that would manage the page. Moreover even data-entry application require that some job is done during the form compilation, ie loading persons, addresses, validation using server side logic and so on.

WEBOE can make this!

WEBOE is opensource
Open source it means that the source code is available for anyone. See the GPL licenze for more information about this.

But open source means a collaborative work too. You can free use the code ... find some problem ... report them ... find more improvement ... say opinions ... send back some feedbacks and code. This the way we want that this project will like.

Moreover this conditions are required:

1) If you use this software for your software you must insert a 
   credits to http://weboeajax.sourceforge.net in the about
   
2) If you test or make improvement to this software I like
   you send back feedbacks and code to the forum
   
3) If you translate the concept of weboe to other languages
   and platform you must insert a credit to the main idea
   at http://weboeajax.sourceforge.net
WEBOE is open architecture
WEBOE is a base engine. WEBOE is a alpha release. But we are triing to make it always extensible and changeable with your needs.

  1. Rederer are responsible to create the visual representation of structure objects. At the moment there is a basic renderer toolkit. It would be nice to extend the basic renderer toolkit or to create new one for example one for zk, one for dojo and so on ...
  2. You can create new complex objects on top of existing one creating more powerful object that fit your business and create some packages focused for a business domanin (db, financial, healt)
How to instal WEBOE
WEBOE is packed as a war. A war is a (zipped) file enabled for deploy into j2ee container like tomcat. Put the weboe.war file in webapps directory for tomcat or anoter container. Then point the browser to http://localhost:8080/weboe/ (replace localhost and port with you server settings)
How to learn and try WEBOE
I have maked this tutorial to step into WEBOE. The best way is to download the code. This site is maded USING WEBOE. The code you download contains the core code and this site and you can immediatly try to make some pages. Under bz.davide.weboe.site you can find the examples of the tutorial and you can try to modify these. Then go to forum and tell you problems and needs!