Mark Watson’s Artificial Intelligence Books and Blog

Share this post

Convention over configuration in Java web apps

markwatson.com

Convention over configuration in Java web apps

Mark Watson
Jan 28, 2007
Share

Diego Pires Plentz sent me an update on a project that he works on: VRaptor that uses Java 5 annotations to reduce the amount of configuration required. An example:

@Logic(parameters={"login","password"})
public String execute(String login, String password) {

allows direct URL access to class methods, creation of POJOs, etc. This looks cool for Java developers, but for me I have moved on to Ruby on Rails for new web application development (unless a customer asks for J2EE :-)

Share
Comments
Top
New

No posts

Ready for more?

© 2023 Mark Watson
Privacy ∙ Terms ∙ Collection notice
Start WritingGet the app
Substack is the home for great writing