Re: Generate a JSP database "access bean" through table interrogation?
Check Town-2.2 from http://www.working-dogs.com/town/ It creates beans from a database, and generate the insert/update/delete/retrieve methods. Gopi >I was thinking of a utility that would interrogate a set of database tables, >and then generate java beans that would be able to get/set, update, delete, >insert, and validate.. the beans could then be "dropped" onto an html >page (as in Macromedia Ultradev 4). > >Has anyone found anything like this? Are you doing anything like this? Is it >of value? > >I found something similar to what I am talking about >http://space.tin.it/computer/csadun/software/cmaker/cmaker.html > >Thanks, >Keith > >=== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets --- Gopi Mandava(703) 267-1735 x307 CoManage Inc. "The world is more apt to be destroyed by bad politicians than bad physics" - A.Einstein === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
Re: Generate a JSP database "access bean" through table interrogation?
Hi Keith. You're talking about implementing a persistence layer - still one of the hottest topics in OO development. I'll point you in the direction of some of the best work in this area - http://www.ambysoft.com. Exolab is developing a java based persistence layer (Castor) that is gaining allot of acceptance in the community right now - http://castor.exolab.com. It's a great platform for using XML to map objects to relational databases. Keith Kwiatek wrote: > Hello, > > I was thinking of a utility that would interrogate a set of database tables, > and then generate java beans that would be able to get/set, update, delete, > insert, and validate.. the beans could then be "dropped" onto an html > page (as in Macromedia Ultradev 4). > > Has anyone found anything like this? Are you doing anything like this? Is it > of value? > > I found something similar to what I am talking about > http://space.tin.it/computer/csadun/software/cmaker/cmaker.html > > Thanks, > Keith > > === > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets -- Erik I Morton Software Developer -- CommerceHub http://www.commercehub.com 518-886-0704 21 Corporate Drive Clifton Park, NY 12065 === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
Generate a JSP database "access bean" through table interrogation?
Hello, I was thinking of a utility that would interrogate a set of database tables, and then generate java beans that would be able to get/set, update, delete, insert, and validate.. the beans could then be "dropped" onto an html page (as in Macromedia Ultradev 4). Has anyone found anything like this? Are you doing anything like this? Is it of value? I found something similar to what I am talking about http://space.tin.it/computer/csadun/software/cmaker/cmaker.html Thanks, Keith === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets