
-----------------------------------
rizzix
Thu May 05, 2005 8:02 am

OpenLaszlo - Web Development Platform
-----------------------------------
This is just way too impressive. Check it out: http://www.openlaszlo.org/
It has a J2EE core in the backend and the client end is flash based. This pwns the Rails and Trails anyday. You dont necessarily have to code in java, it's all XML based.

Oh and dont forget to check out the demos: http://www.laszlosystems.com/partners/support/demos/

NOTE: While Trails and Rails are better suited for a common "coder", development using markup languages are actually better suited for the web developers.

Web Developers prefer describing their webpages (web development) verus coding them out, and hence they prefer the markup language to the imperative one. Thus OpenLaszlo is simply a fantastic choice. Of course functionality can be added through servlets, if needed.

Also: Here's an eclipse plugin for Laszlo development: [url=http://www.alphaworks.ibm.com/tech/ide4laszlo?open&S_TACT=105AGX59&S_CMP=GR&ca=dgr-jw26awide4laszlo]here

-----------------------------------
wtd
Thu May 05, 2005 12:08 pm


-----------------------------------
Isn't this basically what Rails does?  A template looks like:



   Hello world


   
   Hello world!
   



That's pretty much just describing the page, and the syntax is about as developer-friendly as XML.

-----------------------------------
rizzix
Thu May 05, 2005 2:10 pm


-----------------------------------
nope u see thats not declarative any more.. its imperative... actually its a hybrid like in PHP and JSP or XSLT.
