-
1. Re: Components
wondersonic Jan 29, 2003 2:49 PM (in response to slaboure)Hello,
What about an extended Hint (or an extended tool tips?)
Available for any tapestry component?
Attached, an example.
Loïc -
2. Re: Components
wondersonic Jan 29, 2003 2:51 PM (in response to slaboure)Oups, here is the attachment :)
-
3. Re: Components
julien1 Jan 29, 2003 6:23 PM (in response to slaboure)I have to warn you that tapestry built in security
is very poor, only a validate() method on each
page.
You won't be able to use web based JAAS authentication since tapestry URL do not fit there.
In addition, when you have a page and forward to another page (in a listener for instance), validate() will be called on the first one before listener is called and when second page comes, validate() won't be called.
When I did forums, I coded some stuff that might interest you, it integrates JAAS and LoginContext with tapestry.
julien -
4. Re: Components
slaboure Feb 1, 2003 7:34 AM (in response to slaboure)On s'en fout, et prend pas autant de place sur le bureau avec ton laptop ;)
-
5. Re: Components
wondersonic Feb 2, 2003 4:15 PM (in response to slaboure)Hello,
I would like to know if the components caracteristics have
been decided? component :
- name,
- attributs
- behaviours
Moreover, which browsers/platforms are targetted?
Finally, is there some examples of JBoss/Tapestry components available with CVS? Which file should be in which directory? Is there a test page that uses all the
wished components?
Loïc -
6. Re: Components
slaboure Feb 3, 2003 11:51 AM (in response to slaboure)Components have not yet been decided, we can start speaking about it if you want. Let's start with any resource to manage.
Platform: anything that runs on JDK 1.3.x, in a first step, if people using JBoss don't have a decent JVM on their workstation, too bad. In the future, if we want to take care of them, we may found other solutions quite easily. One problem at a time.
There are no example right now, it is our job to implement them!
I am still in Atlanta right now, I will start working more on this as I come back.
Cheers,
sacha -
7. Re: Components
thomasra Feb 5, 2003 5:21 PM (in response to slaboure)I agree with the post, Sacha, but here is another angle to the whole admin thingy:
We need to be able to have custom app mx console views based on a need-to-know basis. Everything is nice for development, but too much for (customer) administration. The whole view on the components should at least be abstracted so that configuration groups can be administered and secured (and last but not least: hidden).
Thomas -
8. Re: Components
thomasra Feb 6, 2003 6:14 AM (in response to slaboure)I might be way off here, but what can be done about the aspect thing in terms of adding/removing/narrowing mgmt capabilities for an mbean? Like ((AdminRights) o).edit() versus ((ClientRights) o).view(), or even having separate rights on mgmt of mbeans based on aspect, but with the same method signatures?
-
9. Re: Components
slaboure Feb 11, 2003 6:22 AM (in response to slaboure)Hello thomas,
You are right, good idea. Nothing is there for now though. I add this to the "idea-list" for the future.
cheers,
sacha -
10. Re: Components
thomasra Feb 14, 2003 7:45 AM (in response to slaboure)For those who want an overview of component models in the open-source department:
http://waferproject.org/feature-matrix2.html
thomas -
11. Re: Components
rtvkuijk Jun 7, 2003 11:17 AM (in response to slaboure)any progress on selecting components? I'm looking a little into the management aspect of jms and need to develop some 'views' now .