You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Juraj Lenharcik <ju...@datainput.de> on 2002/09/11 14:16:28 UTC

AW: [Announce] [New Extension] ApplicationResources.properties fr om Database

I would be interessted; Whats about XMLRessources? ;-)

-----Ursprüngliche Nachricht-----
Von: Galbreath, Mark [mailto:Galbreath@tessco.com]
Gesendet: Mittwoch, 11. September 2002 14:07
An: 'Struts Users Mailing List'
Betreff: RE: [Announce] [New Extension] ApplicationResources.properties
fr om Database


Cool.  I wrote a generic class to turn any key-value properties strings in a
database table into a java.util.Properties object.  If anybody's interested,
I can make that available as well.

Mark

-----Original Message-----
From: James Mitchell [mailto:jmitchtx@telocity.com]
Sent: Wednesday, September 11, 2002 12:55 AM
To: Struts Users Mailing List
Subject: RE: [Announce] [New Extension] ApplicationResources.properties
from Database


Sorry for the delay.  I've decided to post this on our website.

Please feel free to download and try it out.

 http://www.open-tools.org/struts-atlanta/downloads/DBMessageResources

If for some reason the site goes down, just send me an email and I'll get it
to you.




James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -----Original Message-----
> From: James Mitchell [mailto:jmitchtx@telocity.com]
> Sent: Tuesday, September 10, 2002 3:06 PM
> To: Struts Users Mailing List
> Subject: [Announce] [New Extension] ApplicationResources.properties from
> Database
>
>
> For anyone interested, I have finished implementing DBMessageResources
> which allows you to keep the key-value pairs (from your
> ApplicationResources.properties) in a single database table.
>
> You can load your property files into a table (generic schema is provided)
> and with this extension, by only modifying <message-resources> in the
> struts-config.xml your application will run WITHOUT ANY code changes. (See
> the readme.txt file included)
>
> This extension uses OJB (http://jakarta.apache.org/ojb) O/R mapping for
> database configuration and connection pool management.
>
> I have included a modified version of the (1.1b2) struts-example to
> demonstrate.
>
> I have tested this with Struts 1.1b2, and I'm sure it will work with 1.1b1
> (If anyone requires a 1.0.x compatible, I can look at that also)
>
> I will get this project available as soon as I work through some
> cvs issues
> on sf.net:
>
> If anyone is REALLY itching to get their hands on it sooner, send me a
> email.
>
> For those who were waiting, thanks for your patience.
>
>
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [Announce] [New Extension] ApplicationResources.properties fr om Database

Posted by James Mitchell <jm...@telocity.com>.
I've already started on this.  I'll let you know.

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -----Original Message-----
> From: Juraj Lenharcik [mailto:juraj.lenharcik@datainput.de]
> Sent: Wednesday, September 11, 2002 8:16 AM
> To: 'Struts Users Mailing List'
> Subject: AW: [Announce] [New Extension] ApplicationResources.properties
> fr om Database
>
>
> I would be interessted; Whats about XMLRessources? ;-)
>
> -----Ursprüngliche Nachricht-----
> Von: Galbreath, Mark [mailto:Galbreath@tessco.com]
> Gesendet: Mittwoch, 11. September 2002 14:07
> An: 'Struts Users Mailing List'
> Betreff: RE: [Announce] [New Extension] ApplicationResources.properties
> fr om Database
>
>
> Cool.  I wrote a generic class to turn any key-value properties
> strings in a
> database table into a java.util.Properties object.  If anybody's
> interested,
> I can make that available as well.
>
> Mark
>
> -----Original Message-----
> From: James Mitchell [mailto:jmitchtx@telocity.com]
> Sent: Wednesday, September 11, 2002 12:55 AM
> To: Struts Users Mailing List
> Subject: RE: [Announce] [New Extension] ApplicationResources.properties
> from Database
>
>
> Sorry for the delay.  I've decided to post this on our website.
>
> Please feel free to download and try it out.
>
>  http://www.open-tools.org/struts-atlanta/downloads/DBMessageResources
>
> If for some reason the site goes down, just send me an email and
> I'll get it
> to you.
>
>
>
>
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
>
>
>
>
> > -----Original Message-----
> > From: James Mitchell [mailto:jmitchtx@telocity.com]
> > Sent: Tuesday, September 10, 2002 3:06 PM
> > To: Struts Users Mailing List
> > Subject: [Announce] [New Extension] ApplicationResources.properties from
> > Database
> >
> >
> > For anyone interested, I have finished implementing DBMessageResources
> > which allows you to keep the key-value pairs (from your
> > ApplicationResources.properties) in a single database table.
> >
> > You can load your property files into a table (generic schema
> is provided)
> > and with this extension, by only modifying <message-resources> in the
> > struts-config.xml your application will run WITHOUT ANY code
> changes. (See
> > the readme.txt file included)
> >
> > This extension uses OJB (http://jakarta.apache.org/ojb) O/R mapping for
> > database configuration and connection pool management.
> >
> > I have included a modified version of the (1.1b2) struts-example to
> > demonstrate.
> >
> > I have tested this with Struts 1.1b2, and I'm sure it will work
> with 1.1b1
> > (If anyone requires a 1.0.x compatible, I can look at that also)
> >
> > I will get this project available as soon as I work through some
> > cvs issues
> > on sf.net:
> >
> > If anyone is REALLY itching to get their hands on it sooner, send me a
> > email.
> >
> > For those who were waiting, thanks for your patience.
> >
> >
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>