Nov 262012
 

Most client applications today are browser based and use HTML CSS Javascript. However we often find that these applications lack the richness of native desktop applications. Can Java reload desktop application like rich interfaces while also providing modern features & capabilities? Is JavaFX the answer?

This session will deep dive into JavaFX starting with a look at the history of JavaFX before and after Oracle acquisition.It will look at the features and benefits of JavaFX,  what is FXML and SceneBuilder and using  JavaFX with other languages.

Continue reading »

Nov 202012
 

Redis is an advanced in memory key-value store designed for a world where “Memory is the new disk and disk is the new tape”. Redis has some unique properties — like blazing read and write speed, rich atomic operations and asynchronous persistence — which make it ideally suited for a number of situations. This talk will introduce Redis and discuss its common usage patterns. Continue reading »

Oct 022012
 

Updates from the Java EE and Spring Framework Panel Discussion at JavaOne.  Panelist: 1) Richard Hightower – Developer, InfoQ 2) Bert Ertman – Fellow, Luminis 3)Gordon Dickens – Technical Architect, IT101, Inc. 4)Chris Beams – Senior Technical Staff, VMware 5) Arun Gupta – Technology Evangelist, Oracle . The bulk of audience are enterprise developers. Show of hands suggests that most are using JavaEE and Spring. Continue reading »

Sep 032012
 

With over 25 million activation in the holiday season of 2011 alone it is hard to ignore mobile application development today. Every organization, even large enterprises are looking to build small useful mobile applications for their employees on the go. This presents a huge opportunity as well as a challenge for the web / desktop application developer who now faces the dilemma of learning a highly fragmented developer space.

Rocky Jaiswal shares his experience of learning, developing and publishing a mobile app in just two weeks. He also looks at the tools available to us for mobile application development and pros and cons of each. Continue reading »

Aug 272012
 

Punam Dahiya shares her experiences on “Why Node.js and how to effectively use Node.js in production”.  She shares her experiences and learning while rewriting framework of UrbanTouch.com, one of the leading player in on-line beauty sector in India. UrbanTouch platform was originally written using Magento, an open source based ecommerce web application built using Zend Framework.

To provide support to growing user base with a scalable Internet application , we are rewriting the site in Node.js , which is based on event-driven I/O programming model that uses Server Side JavaScript on a VM that is incredibly fast (V8). Javascript, despite its oddities can be a great language to code in.

Node.js : A web developer’s journey –  was presented at IndicThreads Conference, Delhi NCR, India (July 2012). Presentation – Slides

Continue reading »