cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF web.xml

2004-01-05 Thread paulsp
paulsp 2004/01/05 21:00:16 Modified:portal/src/webapp/WEB-INF web.xml Log: Removed extra servlet definition Revision ChangesPath 1.6 +0 -6 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml Index: web.xml ==

DO NOT REPLY [Bug 25904] New: - BaseJetspeedUser.java setPermStorage() and getPermStorage() have same comment

2004-01-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [J2] Service Framework Proposal

2004-01-05 Thread Weaver, Scott
>From what I have seen, Cornerstone has some nice JMX management pieces built-in. We may want to look refactoring those JMX pieces out so they can be used standalone. That way, if we choose a framework that does not have JMX built-in, we can easily lay the Conerstone JMX pieces over the top. Reg

RE: [J2] Service Framework Proposal

2004-01-05 Thread Weaver, Scott
Hi Glenn, I am very interested to hear what your findings are and then compare them with what David has found. Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>| | Apache Jetspeed Portal Project | | Apache Pluto Portlet Container |

Re: [J2] Service Framework Proposal

2004-01-05 Thread Glenn R. Golden
Right, but I'm experimenting with just the lowest levels - just their bean factory, and leaving the rest behind... - Glenn On Jan 5, 2004, at 10:35 AM, Weaver, Scott wrote: Spring also seems to be very bloated out of the box. There is a lot of stuff there that we just don't need or want. Regar

RE: [J2] Service Framework Proposal

2004-01-05 Thread Weaver, Scott
Spring also seems to be very bloated out of the box. There is a lot of stuff there that we just don't need or want. Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>| | Apache Jetspeed Portal Project | | Apache Pluto Portlet Contain

Re: [J2] Service Framework Proposal

2004-01-05 Thread David Le Strat
Glenn, Some more details: - JMX: java management extensions. Here is a good overview of JMX: http://www.ebizq.net/topics/objects_components/features/1738.html It basically allows you to manage your components once deployed. - Self contained, self configurable component: what i mean by that a c