Julien,

<snip>

Makes sense so far

>  3.PostNuke is all about invoking module functions.
>    Url like index.php?module=User&op=register means
>    that the PN must call the method register on module User.
>    For me that means that the servlet retrieves the mbean
>    under the name jnuke:publicmodules:name=User
>    and invokes the operation register().

So, how would you pass arguments from the request to the method in the
module mbean? Do you plan to just have each method take a hashmap that
you have constructed from the request? Knowing that modules may need
arguments for performing work, like a URL to an RSS feed or something. 

Thanks,
James


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to