Hello Paula,
Wednesday, June 06, 2001, 11:54:08 PM, you wrote:
PT> Hi all, I am new to JBoss and to J2EE. I am wondering if it is possible to
PT> implement some sort of version control on application data on the server?
PT> The application will have multiple clients and I need to maintian versi
Hi Paula,
> To try to clarfiy, my data will be stored in a database..as yet I don't
know
> which one. I guess I was trying to figure out if given multiple clients
> manipulating data via EJBs, is there anyway to have one of these clients
> with administrator 'rights' who can rollback changes made
s is a
> difficult problem to solve and will have very high overhead.
>
> - Original Message -
> From: "Paula Turnbull" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 07, 2001 10:28 PM
> Subject: RE: [JBoss-user] Version control
>
ndo. This is a
difficult problem to solve and will have very high overhead.
- Original Message -
From: "Paula Turnbull" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 10:28 PM
Subject: RE: [JBoss-user] Version control
> Thanks for you
mplementation.
I'll investigate the ideas posted. Thanks.
>Paula
-Original Message-
From: Juha Lindfors [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 7 June 2001 10:25 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Version control
Hi,
You would need to create your own imple
Hi,
I think you may have trouble with cvs since it is not really ACID
transactional. On the other hand, lots of people use mysql.
If your data fits reasonably well in a rdbms, you may be able to do
something like this:
For each table T, have another table V_T with the same columns + a new
abst
Hi,
You would need to create your own implementation of the persistence manager
to support versioning persistence (via CVS or by other means). We don't
provide you with that kind of PM yet. Could be an interesting project though.
-- Juha
At 14:54 7.6.2001 +1000, you wrote:
>
>Hi all, I am new
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 wond
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 dat