server side components for table editing

2003-03-30 Thread Carsten Hammer
Hi,
Is there anything available like server side web components for table 
organized data? I mean something that can be used to add/delete/modify 
(e.g. database) table rows implemented using struts,servlets,jsps or 
whatever and what then can be easily integrated in a J2EE environment 
using Entity Beans and a session facade accessed be struts based web 
components.
Dot NET seems to have things like this and I guess similar things should 
be possible using java as well.
Best regards,
Carsten Hammer



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: server side components for table editing

2003-03-30 Thread Brandon Goodin
Something like this?

http://jdbforms.sourceforge.net/

Brandon Goodin

-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Carsten Hammer
Sent: Sunday, March 30, 2003 12:38 PM
To: [EMAIL PROTECTED]
Subject: server side components for table editing


Hi,
Is there anything available like server side web components for table 
organized data? I mean something that can be used to add/delete/modify 
(e.g. database) table rows implemented using struts,servlets,jsps or 
whatever and what then can be easily integrated in a J2EE environment 
using Entity Beans and a session facade accessed be struts based web 
components.
Dot NET seems to have things like this and I guess similar things should 
be possible using java as well.
Best regards,
Carsten Hammer



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: server side components for table editing

2003-03-30 Thread Carsten Hammer


Brandon Goodin schrieb:
Something like this?

http://jdbforms.sourceforge.net/

Brandon Goodin
Yes, nearly!
But I would like it to be a bit less database centric.
I want to use it for a three thier approach using J2EE and therefore 
have to work not on jdbc drivers but on my own methods. I guess it 
wouldnt buy me anything if I am forced to provide a jdbc driver for 
access to me session beans.
However this is an interesting project. Thanks for the pointer!
Best regards,
Carsten Hammer



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]