Web Programming Step by Step — By Marty Stepp, Jess Miller, and Victoria Kirst

September 28th, 2009

It is always a pleasure to be able to promote the efforts of your friends and colleagues. In this case, I am extremely excited to recommend a book on Web development written by one of my former instructors at the University of Arizona, Marty Stepp, and, a fellow former, Section Leader, Jessica Miller. Congratulations to you both. And, to all I highly recommend diving into this book it is written with the clever insight and colorful commentary that made each and everyone of Marty’s sessions unforgettable.

You can find the book here:
Web Programming Step by Step

books

Build Your Own AMQP Client

April 7th, 2009
No comments

This a great article by Ben Hood on how-to
“Build your own AMQP client”.

AMQP

HTML 5 WebSocket: It’s Alive!

March 22nd, 2009
1 comment

A native implementation of HTML5 Web socket is now available in the truck of the Firefox code base. That means that a native interface for Web socket should be generally available in Firefox in a few short months. You can track the feature here. So, WebKit when you do expect to catchup? ;-)

HTML 5, WebSocket, WebSockets

QCon London — Lift and David Pallock

March 12th, 2009

I just sat in on a talk by David Pallock on the Lift framework here at QCon London. What struck me most about the talk is how well Scala lends itself to the concept of the real-time Web–a concept that we try hard to evangelize at Kaazing. With Lift, many of the view components are Comet enabled which allows for real-time Web platform. Very cool, I must say. Even cooler, if we can sprinkle a little bit HTML 5 on there. ;-)

Also, David has a very nice, relaxed, conversational style of presenting that is very conducive for questions. Its obvious he is driving for understanding rather than pushing a pre-canned set of ideas, and I think he does a good job of educating rather than marketing. Well done David!

Lift, Scala

KAAZING Coming to InfoQ London (March 9-13)

February 18th, 2009
No comments

If you are in the area, I will be representing Kaazing at QCon London March 9-13. You can either drop by our booth to hear the latest about HTML5 and Kaazing Gateway or sit in on one of two talks. The first is a 3 hour tutorial that will give you some hands-on exposure to development with HTML5 WebSockets. The second is a talk where we will dive into the details about how Kaazing makes HTML5 available today.

Events, Kaazing

Book Review: DWR Java AJAX Applications

January 14th, 2009
1 comment

I recently read “DWR Java AJAX Applications” by Sami Salkous–a PACKT Publication. At first, I was put off by the books short length and cover price of $39.99 US. However, after reading the book-to-cover twice I was pleasantly surprised to find that book not only adequately covers the subject of DWR, but covers it well. This is an excellent book if you are just starting to dabble with DWR. The book is jam packed with excellent code samples. It also provides solid coverage of deployment. I will recommend this book to any novice. Where I find the book falls short, but am not certain that it was ever meant to cover, is on the topics of performance and scalability. The book also only provides deployment examples for Apache Geronimo. It would be nice to add a few more examples for Jetty and JBoss. The development setup in the book is also specific to Eclipse. One additional nice to have would be an example of how-to structure a DWR project with Maven. Despite these minor shortcomings the book is a good read and the author should be proud of this publication. Nice work Sami! Now, if I can just get PACKT to lower their price a tad. ;-)

Uncategorized

WebSocket Radar: Building Real Time Web Applications Using HTML 5 Web Sockets

November 17th, 2008
1 comment

 

Sidda recently wrote a good that provides a nice overview of the technology as well as a contrast to existing Comet transports. Sidda will also be speaking at IndicThreads in Pune, India next week.

Kaazing, WebSocket, WebSockets

WebSockets Radar: Even South America is Getting To WebSockets Thing

November 5th, 2008
No comments

 

Check it out at Dos Ideas.

Kaazing, Kaazing Enterprise Gateway, Kaazing Gateway, WebSocket

Enter to Win an 8GB iPod Nano!

November 2nd, 2008
No comments

The Kaazing team is dedicated to delivering the absolute best product possible and we feel the only way to accomplish that is to build the product you want. As such, we are working to improve our current documentation offering and would like to hear your feedback on how we can make our current and future documentation better. As a reward, we are offering an iPod Nano as well as a Kaazing T-Shirt for the first 5 respondents. Please visit kaazing.org for more information.

Kaazing

How do I get the source for Kaazing Gateway?

October 30th, 2008
2 comments

This question gets asked a lot and the answer really could not be much simpler. To download the source from kaazing.org simply issue the following subversion command:


svn co https://www.kaazing.org/svn

Thats it! To build the source download and install maven, then issue the following command in the top-level directory, which contains a pom.xml file:


mvn clean install

Done!

Kaazing, Kaazing Enterprise Gateway, Kaazing Gateway, WebSocket, WebSockets