Re: [JBoss-user] Version control

2001-06-13 Thread Anton Vityaz
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

Re: [JBoss-user] Version control

2001-06-08 Thread Georg Rehfeld
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

Re: [JBoss-user] Version control

2001-06-08 Thread Dave Smith
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 >

Re: [JBoss-user] Version control

2001-06-08 Thread Guy Rouillier
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

RE: [JBoss-user] Version control

2001-06-07 Thread Paula Turnbull
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

Re: [JBoss-user] Version control

2001-06-07 Thread David Jencks
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

Re: [JBoss-user] Version control

2001-06-07 Thread Juha Lindfors
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

Re: [JBoss-user] Version control

2001-06-07 Thread Guy Rouillier
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

[JBoss-user] Version control

2001-06-06 Thread Paula Turnbull
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