background preloader

Java

Facebook Twitter

Scan

AribaWeb - Server. AppFuse - rails. Ninja. Introduction We successfully developed and maintained applications with different frameworks. For our own businesses and for our customers. Frameworks we used were mainly JEE, Spring but also Play framework (1 and 2). To make it clear: All these frameworks are awesome. We love them and enjoy working with them :) They are a huge help in developing large scale applications in Java. But for our particular use cases those frameworks often did not feel right for many many reasons. Somewhere in 2012 we took a deep breath and began developing ideas about the web framework of our dreams. Key features we wanted to see After long hours of discussions and a lot of prototypes we came up with the following key features: Web friendly.

And because we have many customers that run their applications on the Google App Engine (GAE) we needed to support the GAE, too. Back in 2012 there was not a single Java framework (!) Jodd - Library. Apache Click. Stripes. Introduction This guide is designed to get you up and running with Stripes as quickly as possible. It contains a section on configuring Stripes in a web application, and another on developing your first Stripes application. Requirements Stripes makes significant use of several features in Java 1.5 such as Annotations and Generics. It also relies heavily on several Servlet 2.4/JSP 2.0 features. It is also expected that the reader has some experience with JSP development, and understands that there exists an Expression Language, though not necessarily too much about it.

Configuring Stripes Stripes is designed to require as little configuration as possible. <? Next you'll need to drop stripes.jar into your classpath, usually in your /WEB-INF/lib directory. The above libraries are all supplied in the Stripes distribution, and have been tested with Stripes. In addition, it's very helpful to be able to see the logging output of Stripes. My First Stripes Application The JSP The ActionBean Resources. Play Framework - rails. WEB4J.