ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Why AJAX is Preferred for RIAs over Java

<< < (2/2)

wuwei23:
I'm really looking forward to Adobe's Apollo:

"Apollo is a cross-OS runtime that allows developers to leverage their existing web development skills (Flash, Flex, HTML, Ajax) to build and deploy desktop RIA’s."

iphigenie:
I was puzzled by how the flex framework needs java - it's especially ironic considering this article kind of says "flash beats ajax beats java as a web UI" (which it does)

urlwolf:
It needs java on the server, and only if you want to use the fancy serialization (binary objects going through the pipes).

That's where they plan to make money (I think).

If you want to do the standard MySQL on the server, then you need to do XML pushups (parsing XML in both client and server).

BTW, http://iscrybe.com/main/index.php, the super-duper organizer that will rule them all and has the fanciest calendar, seems to be flex. It makes sense that it can go  off line just fine.

housetier:
People might also want to look into OpenLaszlo:


 OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software.

OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and (...) DHTML. -http://www.openlaszlo.org/
--- End quote ---

On the server side you need a Java Servlet Container such as tomcat. Programs are compiled and displayed either by flash or dhtml (=AJAX). LZPIX is an impressive demo.

I am currently trying to write a complete IRC client "in Laszlo". We shall see how it'll turn out :)

tinjaw:
I played with Open Lazlo a bit. I liked what I saw. If you don't know already, there is an eclipse plugin to do Lazlo GUIs.

Navigation

[0] Message Index

[*] Previous page

Go to full version