2009年11月23日 星期一

Growl notification protocol

http://www.growlforwindows.com/gfw/default.aspx

2009年11月4日 星期三

We are going to use XMPP server to implement it.

Install Java 6:
$ apt-get install sun-java6-jdk sun-java6-fonts

Now download and install the Openfire server:
$ wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3.6.4_all.deb
$ sudo dpkg -i openfire_3.6.4_all.deb
$ sudo /etc/init.d/openfire restart

Similar to install server for Wave Protocol. But we do want to use this technology for a general purpose real-time programs (applications) sharing.

2009年11月3日 星期二

Let's think of using XMPP to do the real-time applications interactives.

http://xmpp.org/software/libraries.shtml

I will define a run-time model for using XMPP server with a plug-in to provide server and server communication. We (clients) just monitor the result and define the data paths for tasks.

2009年11月2日 星期一

It's Open and Free. We define Web Computing APIs together!

We can see a lot of mashup and clouds computing on the internet. Many standards we can use, such as Javascript, JSON, XML, etc. May Tag libraries and web frameworks on earth. How can we use a common language to use and share these resources and distributed data, media, or even computing among coulds hosting in any server around the world.

In the near future, everyone is making their own applications and run on any web pages, just like blogs, twitters is so popular on the world in 2009.

How to make this programming or making an application so easy? The most important is the infastructure of the web programming is going to be so popular and matural.

You can finds 1508 APIs and 4419 Mashups (by Nov. 2, 2009) so far in http://www.programmableweb.com/. How we can use these APIs more simple and agile.

Inspired by Grails (a Rails based on Groovy languages), add new Tag libraries in your GSP (Groovy Server Pages) using plug-ins. What else we can do for standard markup languages, such as xml or html, and css. What computing languages or script languages we should use for web programming?

Hope to see your comments and join discussion.