By toni | Published:
March 31, 2009
I’ve tried today to expose some of our services in our application service layer.
All those classes are simple POJOs, autowired with Spring.
I’ve chosen Hessian for few reasons:
I never liked xml, soap, etc…
we need web services over http (so no RMI)
it’s very fast
we might need different type of clients connecting to the application (Hessian apparently supports [...]
By toni | Published:
November 19, 2008
Balsamiq mockups is a cool application to quickly, easily write applications mockups and share them on the web, some benefits taken from its website:
Improve your Usability
Explore Different Designs in Minutes
Get to Agreement Early with a tool everyone can use
Cut down spec-writing time
Spend your time coding, not churning
Use it with your clients, Letting them help you bring their [...]
By toni | Published:
November 19, 2008
During ThoughtWorks University XI we took the decision to introduce to the trainees Waffle as an example of MVC framework.
I’ve been impressed by the simplicity of the framework. It has been a while since the last time I’ve played with any Java Web Framework ( I think it was around 6 years ago the last [...]
Posted in General Stuff | Also tagged Java, mvc, waffle, web |