Re: CURD/CRUD: a better way?

2002-09-24 Thread Peter A. J. Pilgrim

 Vincent Stoessel wrote:
 
 Hello All,
 I am here create my umpteenth form to interface with a db
 that I will be selecting, updating , inserting , deleting from.
 To save time I usually combine the insert/update form and make
 separate delete and search (select)  screens.
 What I was wondering if some angel out there has created
 an application, bean, or applet  that can generate an html form for 
 you based on the metainfo of an sql table.
 Doesn't have to be fancy looking, just working.
 this seems to be a common need for me at least. How are the smarts
 developers reducing time of this tedious task?

Expresso Framework http://www.jcorporate.com/
implements CRUD a la in Grand's book  Java Enterprise Pattern Wiley 2001

-- 
Peter Pilgrim +-\ +-+++++
Java Technologist | | | ||||| 'n' Shine
   |  O  | | ||  --+| ---+
 /\| ._  / | | \  \ ||
/  \   | | \ \ | |+--  || ---+ A new day
   /_  _\  Up| | | | | ||||| is coming
 ||+-+ +-+ +-+++++
home page=http://www.xenonsoft.demon.co.uk/; /


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




RE: CURD/CRUD: a better way?

2002-09-23 Thread Sandra Cann

You might want to have a look at the open source Expresso (which uses
Struts) and provides this functionality. You can find it at
www.jcorporate.com.

Cheers
Sandra


 From: Vincent Stoessel [EMAIL PROTECTED]
 Reply-To: Struts Users Mailing List 
 [EMAIL PROTECTED]
 To: Struts Users [EMAIL PROTECTED]
 Subject: CURD/CRUD: a better way?
 Date: Thu, 19 Sep 2002 13:03:08 -0400
 
 Hello All,
 I am here create my umpteenth form to interface with a db
 that I will be selecting, updating , inserting , deleting 
 from. To save 
 time I usually combine the insert/update form and make 
 separate delete 
 and search (select)  screens. What I was wondering if some angel out 
 there has created an application, bean, or applet  that can 
 generate an 
 html form for you based on the metainfo of an sql table.
 Doesn't have to be fancy looking, just working.
 this seems to be a common need for me at least. How are the smarts
 developers reducing time of this tedious task?
 
 Thanks.
 
 
 --
 Vincent Stoessel
 Linux Systems Developer
 vincent xaymaca.com
  smime.p7s 
 
 
 
 
 _
 MSN Photos is the easiest way to share and print your photos: 
 http://photos.msn.com/support/worldwide.aspx
 
 
 --
 To unsubscribe, e-mail:   
 mailto:struts-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 
 



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




Re: CURD/CRUD: a better way?

2002-09-21 Thread avinash

Hello,
yes, we share the same problem as you do and are now in a process of 
developing the components for that. we have reached half the way. ie the components 
that perform the following operations are done. we have to integrate them and sell the 
product. the features are

Target code Generation Technologies 

JSP,Struts
ASP

1. CRUD Operations
2. Data base driven Role Based Security includes Menu and Tree
3. Cascading Styles Assigner
4. Validations Mapper using the Struts one.

The trial versions of the same are going to be released in a month. we're yet to work 
out a business model. However, there are a few free tools and sites also available 
that do the task. 
You can look out for such sites. 

Product Goal: To produce a product that will have re-usable, customizable components 
in the web kingdom.

Web Kindom is a superset of all Targe Technologies.

Target Technology: Given a specific requirement, the set of Programming Language, 
Database,Architechture form it.

Ex: 
Front End : JSP
Backend: My-SQL
Validations: Java Script
Browser : Netscape 6.0
WebServer : Tomcat

thanq for listening. 

Avinash M
Associate Member technical Staff
www.inspira.com
Inspira Technologies
(An ISO 9001 company)
# 8-3-214/2,
Srinivas Colony (West),
Ameerpet,
Hyderabad - 500 038.
INDIA

Tel: +91-40-374 0420, 374 0400, 374 0433, 6581348
Fax: +91-40-375 6170

- Original Message - 
From: Vincent Stoessel [EMAIL PROTECTED]
To: Struts Users [EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 10:33 PM
Subject: CURD/CRUD: a better way?


 Hello All,
 I am here create my umpteenth form to interface with a db
 that I will be selecting, updating , inserting , deleting from.
 To save time I usually combine the insert/update form and make
 separate delete and search (select)  screens.
 What I was wondering if some angel out there has created
 an application, bean, or applet  that can generate an html form for you 
 based on the metainfo of an sql table.
 Doesn't have to be fancy looking, just working.
 this seems to be a common need for me at least. How are the smarts
 developers reducing time of this tedious task?
 
 Thanks.
 
 
 -- 
 Vincent Stoessel
 Linux Systems Developer
 vincent xaymaca.com
 



CURD/CRUD: a better way?

2002-09-19 Thread Vincent Stoessel

Hello All,
I am here create my umpteenth form to interface with a db
that I will be selecting, updating , inserting , deleting from.
To save time I usually combine the insert/update form and make
separate delete and search (select)  screens.
What I was wondering if some angel out there has created
an application, bean, or applet  that can generate an html form for you 
based on the metainfo of an sql table.
Doesn't have to be fancy looking, just working.
this seems to be a common need for me at least. How are the smarts
developers reducing time of this tedious task?

Thanks.


-- 
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com



smime.p7s
Description: S/MIME Cryptographic Signature


Re: CURD/CRUD: a better way?

2002-09-19 Thread David Graham

I don't know about form generation but there is a jakarta project called 
turbine with a sub component called torque that generates the persistence 
beans for you.  They do insert, update, delete, findByPK, etc.

Dave


From: Vincent Stoessel [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: Struts Users [EMAIL PROTECTED]
Subject: CURD/CRUD: a better way?
Date: Thu, 19 Sep 2002 13:03:08 -0400

Hello All,
I am here create my umpteenth form to interface with a db
that I will be selecting, updating , inserting , deleting from.
To save time I usually combine the insert/update form and make
separate delete and search (select)  screens.
What I was wondering if some angel out there has created
an application, bean, or applet  that can generate an html form for you 
based on the metainfo of an sql table.
Doesn't have to be fancy looking, just working.
this seems to be a common need for me at least. How are the smarts
developers reducing time of this tedious task?

Thanks.


--
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com
 smime.p7s 




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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




Re: CURD/CRUD: a better way?

2002-09-19 Thread V. Cekvenich

Search mail archives, there are several code generators and some in 
Struts resources page.

V.

(I have tried a few generates, some are xsl based and sql reverse tool 
could do it. My approach now is to hand code like this, I found it 
faster:  write JSP based on HTML prototype; write a bean based on JSP 
fields, and write a SQL Select string only in DAO based on bean fields. 
Unit test bean outside webApp/Struts for CRUD. My DAO using reflection 
and rowset metadata automaticaly does CRUD Updates, Inserts, Deletes. 
Code on basicPortal.sf.net).


Vincent Stoessel wrote:
 Hello All,
 I am here create my umpteenth form to interface with a db
 that I will be selecting, updating , inserting , deleting from.
 To save time I usually combine the insert/update form and make
 separate delete and search (select)  screens.
 What I was wondering if some angel out there has created
 an application, bean, or applet  that can generate an html form for you 
 based on the metainfo of an sql table.
 Doesn't have to be fancy looking, just working.
 this seems to be a common need for me at least. How are the smarts
 developers reducing time of this tedious task?
 
 Thanks.
 
 




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