Stefan Wagner

«Truth can only be found in one place: the code.»  Robert C. Martin alias Uncle Bob


Blog | Archive | Resume | Projects | References

Fast development with Java Play

10 Aug 2013 | play-framework

I currently work in a project where we use the Play framework from Typesafe. I’m really impressed how fast we develop our web application. Actually, after generating the project over the console

$ play new myFirstApp

you start immediately developing your domain stuff. I’d say, if you start with some J2EE monster which is heavily configurable, until you have all that what the Play framework offers you, it’d take probably two weeks to set up your application until you’re able to start.

Here is some all included stuff the Play framework gives you for free:

comments powered by Disqus

Older · View Archive (11)

Use polymorphism!

A while ago, I wrote code with long if else statements due to an user interaction on a web modeller that created some new objects on the backend. Like this you were able to model some IT infrastructure with its componets such as swiches, routers, firewalls, ect.

Newer

Analyse logs with Graphviz

A swiss health insurance has some problems with their telephone system and keeps loosing calls. Nobody knows ther reason. The system logs a lot and it’s really hard to get information from there. There is a state of a call like initialized, queued, connected unordered and mix with other calls.