Monthly Archives: October 2009

Lessons learned trusting Code Generators

To give you a short answer beforehand: Do not do it! But let me tell you my experience: I started using Jersey back in 2007 when it was at version 0.4. Netbeans however already had a plugin to get you started on the fast track by generating REST Webservices out of Entity Classes, which you can [...]
Posted in java | Tagged , , | 1 Comment

Website deployments: Plain old Ant

In the last entry I was mentioning several solutions for managing web site deployments and packaging for php webapps. Since with PHP there is usually no build process already at development time this has often to be established especially for test & production – and yes there needs to be a build process if you [...]
Posted in Web2.0, javascript, php | Tagged , , | Leave a comment

Initialise External Javascript in Page Fragments

In the last couple of hours I was contemplating around maintainable, performant and non-obstrusive Javascript on a project I am working on. Following situation: - Much Inline Javascript - Many JS and CSS files referenced - No Frontend Deployment/Build Process in place - Some Javascript values are set at page generation time by Server Side code - Webserver is not configured [...]
Posted in Uncategorized, javascript | Tagged | 1 Comment