DAO design pattern in a session bean ?

I have recently been challenged by a colleague with a .Net background about the way I sometimes use session beans in web applications. Indeed, I like to implement DAOs as session beans. Some people argue that it’s best not to directly implement CRUD methods in session beans. The main reason being that they prefer to … Read more

Design prototypes and more with Axure

I heard about a tool which seems to be helpful to design prototypes that help design web applications when functionalities are still not final.

You drag and drop components and generate prototypes or specifications (word), with no programming. The generated code of the prototype is HTML and JavaScript.

Read more