All

Another newbie question.

I have a list of 10 servers I need to loop through and connect to in
turn inside of my LoginAction object

what's the best way to keep the list of attributes so they arent hard
coded (I can't use a database)

How would I create an ApplicationResources.properties? Ideally I'd
like to have a properties file that had

server.1=www.bla.com
server.2=www2.bla.com
etc

Then read them into an array of appropriate objects, then loop through
the objects, attempting to connect to each one in turn

How might I accomplish this leveraging Struts?

thanks

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

Reply via email to