JDBC tag library released, source code ?

2001-03-19 Thread Joel Cordonnier

Hi!

I'm very interested to use this taglib. Is the source
code also available ? where ? (the URL?)

Thanks
Joel


--- Ted Husted [EMAIL PROTECTED] a crit :  Note:
These tags are very easy to use with the
 Struts connection pool.
 
 Simply give your datasource a "key" property in your
 Struts-config file,
 and use the same key with the JDBC connection tag. 
 
   data-sources
   data-source
 driverClass="org.gjt.mm.mysql.Driver"
maxCount="4"
minCount="2"
password=""
 url="jdbc:mysql://localhost/test"
user="test"
 key="DATASOURCE"
   /
   /data-sources
 
 and in your JSP
 
 sql:connection id="cn1"
 dataSource="DATASOURCE"/sql:connection
 
 Viola! That's it!
 
 (Or, if you're a purist, omit the key property and
 use:
 
 sql:connection id="cn1" 

dataSource="%=org.apache.struts.action.Action.DATA_SOURCE_KEY%"
 /sql:connection
 
 whew!)
 
  Original Message 
 From: Morgan Delagrange [EMAIL PROTECTED]
 Subject: [ANNOUNCE] JDBC tag library released
 To: taglibs-dev
 [EMAIL PROTECTED],taglibs-user
 [EMAIL PROTECTED]
 
 Taglibs is proud to announce the release of the JDBC
 tag library!  For full details, visit the site:
 
  

http://jakarta.apache.org/taglibs/doc/jdbc-doc/intro.html
 
 The JDBC tag library is designed for reading from
 and
 writing to databases.  Features include:
 
   - Seamless support for multiple databases
   - Obtaining connections from Drivers, 
 DataSources, and JNDI DataSources
   - Support for Statements and PreparedStatements
   - Automatic looping of ResultSets
   - And so much more!
 
 Thanks to Rich Catlett, Glenn Nielsen, and most
 especially Marius Scurtescu for their invaluable
 contributions.
 
 - Morgan Delagrange
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/


___
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com



Re: Struts Framework Class Model

2001-03-07 Thread Joel Cordonnier

Could you repost the model with a XMI format ?
Thanks
Joel


--- JeffTaillon [EMAIL PROTECTED] a
crit :  Hello
 
 I say a request for the class model of the struts
 framework. I attached
 the model file.
 Unzip and open the readme file.
 
 For me it helped a lot...
 
 A+
 
 Jeff
 

 ATTACHMENT part 2 application/x-zip-compressed
name=StrutsFrameworkModel.zip



___
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com



newbie: org.apache.struts.digester, HELP please

2001-03-05 Thread Joel Cordonnier

Hi ! i'm a mewbie with struts.

In fact, i'm very interested in the
org.apache.struts.digester package for XML parsing.
There a some questions:

- I have some XML file that are processed by XSLT for
rendering, and i have also to build an other version
of the front end with JSP pages. IS STRUTS THE RIGHT
TOOL ?

- if so, is there some example that use the
org.apache.struts.digester package ?

Thanks
Joel

___
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com