include package name in generated action-path URL
-------------------------------------------------

         Key: BPM-139
         URL: http://thecla.homeftp.net:8380/jira/browse/BPM-139
     Project: Bpm4Struts Cartridge
        Type: New Feature
    Versions: 3.0 M3    
    Reporter: Kishore
 Assigned to: Wouter Zoons 
    Priority: Minor


How about including package name in the generated action-path URL?

This can be 
1. FQN of the package (like how it is done for the JSPs currently)
("com/acme/web/accountservices" + "/ViewStatement/ViewStatement.do")
OR 
2. the inner most package name
("/accountservices" + "/ViewStatement/ViewStatement.do".

This will provide a better namespace for the action class path URLs. We will 
also be able to write Filters, security constraints,etc that take advantage of 
the URL patterns (say */accountservices/*)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://thecla.homeftp.net:8380/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to