Tag: <span>scala</span>

Migrating a Struts/Java E-Mail Application to Lift/Scala

This video reports decisions and experiences in migrating a Java application to Lift/Scala. The topics covered are: The Mapper OR-Mapping framework; Problems in separating user interface from business logic; Comparison with JPA and Hibernate; How to get quickly an application without scaffolding; Configuring Lift by the LiftRules and S objects; …

Writing Asynchronous Web Application (Comet) Using the Atmosphere Framework

Today writing portable Web applications that can use the power of the Comet technique is almost impossible: Tomcat, Jetty, and Grizzly/GlassFish application server all have their own set of private APIs. Atmosphere leverages and builds on Project Jersey and the Java API for RESTful Web Services (JAX-RS). Jersey is the …