I've gotten spoiled with the django (Python) method of mapping controllers to 
url's based on regular expressions.

I'm looking for something similar for a coming webapp (on jboss 4) and I'm 
waffling between a filter and a custom webwork Action Mapper (Class to map 
request to "action bean")

I'm not so concerned about mapping actions back to URL's.  Again django taught 
me to add a getAbsoluteUrl method to each "content" object.

Any pointers?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959355#3959355

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959355
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to