Friday, June 1, 2007

remember..!! using framework is not to make Urs development difficult and cumbersome

to remember to myself and may be you are, as matter a fact that a framework/s used in our development is not to make u difficult and tightly, time consuming urs development process. It can help instead. If we have knowledge on behind the technology and howto using the technology, at least best practice its usage, it can much help us, could reduce or relieve some task on our development process, commonly on coding phase.
as was been told by Stephan Janssen, on discussing using ORM, Hibernate on application development based on object oriented:
"Hibernate's goal is to relieve the developer from 95 percent of common data persistence related programming tasks. Hibernate adapts to your development process, no matter if you start with a design from scratch or work with a legacy database. Hibernate generates SQL for you, relieves you from manual result set handling and object conversion and keeps your application portable to all SQL databases. Hibernate provides transparent persistence, the only requirement for a persistent class is a no-argument constructor."....