Not sure what you mean by "version control on application data".  I think
what you are saying is that your deployed application will have multiple
clients.  Each of these clients uses one or more of your EJBs to update some
data somewhere.  Where?  In a database?  Then you want to know if JBoss will
help you maintain multiple snapshots of this data?  If I have paraphrased
your question accurately, then no, JBoss can't do that for you, and CVS
won't either.  If you data is in a database, then your database will have to
support this.   If your data is not in a database, where is it, and how is
it being maintained?

----- Original Message -----
From: "Paula Turnbull" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 12:54 AM
Subject: [JBoss-user] Version control


>
> Hi all, I am new to JBoss and to J2EE. I am wondering if it is possible to
> implement some sort of version control on application data on the server?
> The application will have multiple clients and I need to maintian version
> control so the site administrator can rollback to previous versions of
data
> that has been modified by one or more of these clients. Is it possible to
> integrate a third party system such as CVS? Or would I have to implement
> this myself?
>
> Thanks,
> Paula
>
> ***********************************************************
> Paula Turnbull
> Java Programmer
> Centre for Pest Information Technology and Transfer (C-PITT)
> Hartley Teakle Building
> The University of Queensland
> Brisbane QLD 4072 Australia
>
> Email:        [EMAIL PROTECTED]
> Telephone: +61 7 3365 1840
> Facsimile:  +61 7 3365 1855
>
> www.cpitt.uq.edu.au
> www.lucidcentral.com
>
> NOTICE - This message contains information intended only for the use of
the
> addressee named above.  It may also be confidential and/or privileged.  If
> you are not the intended recipient of this message you are hereby notified
> that you must not disseminate, copy or take any action in respect to it.
If
> you have received this message in error please notify Centre for Pest
> Information Technology & Transfer immediately via
> mailto:[EMAIL PROTECTED]
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to