In this post I will show you a simple ajax and comet-enabled web application which is implemented using Leon Framework our new baby.
Leon applications are running on the JVM and are implemented in HTML, CSS and JavaScript.
In this blog post I’m going to explore Streams in Scala’s Collection API. So first of all what is a Stream? A Stream is a lazy evaluated list. This means that elements in a Stream gets only evaluated when they are needed. Therefore Streams can be infinite while strict collections cannot. A Stream can also be seen as an immutable Iterator.
sbt is a simple build tool for Scala projects and seems to become the standard build tool for Scala projects.
After completing the following steps you have a sbt project with some running sample code that demonstrates the usage of mongoDB from Scala.
Creating a simple RESTful Web Application with JAX-RS and extjs is an easy one with NetBeans.
Jaxb is a great java library for mapping xml documents to Java objects and vice versa. But how can Jaxb be used to parse large xml documents?
The Unofficial JAXB Guide contains a small section which provides some useful information about this topic.