Hi,
I'm starting writing a CPS app (that would be deployed as an extension
to another app of my customer), and I would like to get "small
details" right from the beginning.
The usual URI for CSP app i something like
http://my.server.com:1972/csp/myApp/MyClass.cls
or
http://my.server.com:1972/csp/myApp/MyPage.csp
1) First question:
I would prefere to define my classes in a seperate package to avoid
collision with user's other classes without having to resort to
prefixes and the like.
But then the URI would be something like:
http://my.server.com:1972/csp/myApp/MyPackage.MyClass.cls
Is there a way to avoid that? Packages have to do to code
organization, not to external interface.
The Cinema tutorial also use packages, but all the URL map to CSP
pages that live in a seperate FOLDER so that URI would be like:
http://my.server.com:1972/csp/myApp/MyCSPFolder/MyPage.csp
It is "more correct" to have just CSP pages in URLS?
2) Second question:
Is there a way, from Cach� customization, to "shorten" the URL in
order to have, for example,
http://my.server.com:1972/csp/myApp/MyCSPFolder/MyPage.csp
shortened to:
http://my.server.com:1972/myApp/MyPage.csp
I have seen the "Package Name" property in the CSP tab of the
Configuration Manager, but I have not managed to get anything useful
from it.
Any help and any hint on the topic of how to layout a CSP app
will be welcome.
TIA, Luca
--
--------
Quality:
When the customer comes back,
but the product does not!