Hello,

I am designing my application java packages in order to keep related
programs grouped in sections :

myenterprise/myapplication/section1/program1.java
myenterprise/myapplication/section1/program2.java
myenterprise/myapplication/section1/program3.java

myenterprise/myapplication/section2/program1.java
myenterprise/myapplication/section2/program2.java
myenterprise/myapplication/section2/program3.java

I want to use a url strategy in order to make a call like
http://myserver/section1/program1 , http://myserver/section2/program3, etc.
but I do not want to modify the webapplication init in order to add an
"entry mount" each time I add a section or a program. Can you post an
example of how to do this other way?

Thanks in advance for your help
----------------------------------------
David J.

-----
-- 
http://www.vic-fontaine.com/ http://www.vic-fontaine.com/ 
-- 
View this message in context: 
http://www.nabble.com/new-url-strategy-tp19644584p19644584.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to