You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Peter A. J. Pilgrim" <pe...@xenonsoft.demon.co.uk> on 2002/09/03 01:41:57 UTC

Re: [New Functionality] ApplicationResources.properties to DB?

Eddie Bush wrote:
> James Mitchell wrote:
> 
>> Sorry guys... for not responding earlier.
>>
> <super-mega-snip/>
> 
> Sorry I should have filled you in, James.  I forwarded him the relevant 
> part of your discussion.
> 
>> Also, I'm not sure how many passes I would make over the list, you 
>> certainly
>> wouldn't want a circular reference.
>>
> <snip>
> 
> Since we're talking about a database here:
> 
> Yes, you'd want to avoid circular references.  However, I wouldn't think 
> it would take more than a single pass through the view to churn out all 
> of your resources.  If you used the key as ... *drum roll* ... the key, 
> you could just look it up out of the database.  That's just my initial 
> impression ...
> 

Why not allow the user a choice between recursive and non-recursive
evaluation? It is possible to write code to check the
evaluations are less than a certain limit (say 15)

Has any one here ever programmed with the X Windows / OSF Motif kit mid
1990s?

In X Windows you merge X application resources. You may be want to consider
merging MessageResources?  May be reading the standard web resource and then
read message resources from a DB (or vice versa)?

-- 
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>