Posted on September 28th, 2010 by Richa Singhal
The declarative nature of JavaFx code often results in an ugly, untidy and lengthy files which are quite overwhelming at times. It’s very easy to let things written-on in JavaFX script unless it gets impossible to follow such deeply nested code as it is not easy to figure out what goes with what. Though we [...]
Filed under: JavaFX | 4 Comments »
Posted on September 17th, 2010 by jthakur
Last week I came across a new requirement in my project where tapestry is used. Project requirement: Internationalization, where language of the content, image text everything is changed as per the language selected. Client was very happy with curve edge button which also had gradient and embossed effect. These effects cannot be generated by using [...]
Filed under: CSS, HTML, tapestry, Usability | No Comments »
Posted on September 14th, 2010 by Ravindra
I have been exploring Apache Cassandra recently for implementation of a project. Cassandra is a NoSQL (not only SQL) database open sourced by Facebook. This blog shares a Groovy implementation of a Cassandra client which makes accessing Cassandra as simple as accessing a HashMap. The Groovy implementation is currently a wrapper on the basic Thrift API. [...]
Filed under: cassandra, Groovy, nosql | 1 Comment »