Think of Struts as a flow control framework.. ie from one jsp or action class
to another. Struts has no care in the world what your DB is. Your main concerns
should be on the server side.
BTW:
It is always cheaper and quicker to do things one step at a time the right way.
For your company I w
To make your application available for migration to different Databases you
should use an Object to Relationship Mapping technology, such as Java
Persistence API or Hibernate, once you've developed an application that
way, you can just change the driver of the database and migrate to another
one...
S2 doesn't have anything to do with the persistence layer.
Dave
On Thu, Jan 12, 2012 at 3:33 PM, Arikatla SreenivasaRao <
certainty.sre...@gmail.com> wrote:
> Hi,
>
> My company is building a new application using Struts2 with database as
> DB2.In future if I want to migrate my database to Oracl
Hi,
My company is building a new application using Struts2 with database as
DB2.In future if I want to migrate my database to Oracle is it is
to Migrate.Somebody told it is easier in some frameworks. So is this
applicable to Struts2 as well.
If my purpose to migrate data from DB2 to Oracle in fut
4 matches
Mail list logo