changes in nanoweb
christoph sturm <chrisml-Ws/[email protected]> Tue, 06 Apr 2004 09:41:36 +0200
| Newsgroups | gmane.comp.java.nanocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
hi guys!
I hope this is the right list, because it seems to contain only jira
generated mails and spam.
Last week there seemed to be a change in nanoweb, that changed urls from
this:
www.myapp.com/register.nano
to
www.myapp.com/register/execute.nano
and enables to call other methods than execute().
this is a problem because now images and includes used in the webpage
have a different working directory, and i have to reference them with
their full path instead of a relative one, and i dont consider this good
practice.
for example a javascript include:
<script type="text/javascript" src="js/ui.js"></script>
results in a different js included for every action class.
When this feature was first introduced in webwork, there was also the
idea to to it like its now in nanoweb. It was then changed to
www.myapp.com/register!execute.nano
what do others think about that?
best regards
chris