ejtools-cvs Mailing List for EJTools (Page 105)
Brought to you by:
letiemble
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(471) |
May
(303) |
Jun
(176) |
Jul
(67) |
Aug
(64) |
Sep
(84) |
Oct
(148) |
Nov
(57) |
Dec
(272) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(356) |
Feb
(304) |
Mar
(214) |
Apr
(22) |
May
(7) |
Jun
(25) |
Jul
|
Aug
(5) |
Sep
(106) |
Oct
|
Nov
(95) |
Dec
(193) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(2) |
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Laurent E. <let...@us...> - 2002-04-24 20:33:25
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/WEB-INF In directory usw-pr-cvs1:/tmp/cvs-serv30132/webapp/content/WEB-INF Added Files: struts-html.tld struts-logic.tld struts-template.tld struts.tld Log Message: Initial Import --- NEW FILE: struts-html.tld --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>html</shortname> <tag> <name>base</name> <tagclass>org.apache.struts.taglib.html.BaseTag</tagclass> <bodycontent>empty</bodycontent> <attribute> <name>target</name> [...2116 lines suppressed...] <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>styleId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>tabindex</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib> --- NEW FILE: struts-logic.tld --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>logic</shortname> <uri>http://jakarta.apache.org/struts/tags-logic-1.0</uri> <tag> <name>equal</name> <tagclass>org.apache.struts.taglib.logic.EqualTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>forward</name> <tagclass>org.apache.struts.taglib.logic.ForwardTag</tagclass> <bodycontent>empty</bodycontent> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>greaterEqual</name> <tagclass>org.apache.struts.taglib.logic.GreaterEqualTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>greaterThan</name> <tagclass>org.apache.struts.taglib.logic.GreaterThanTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>iterate</name> <tagclass>org.apache.struts.taglib.logic.IterateTag</tagclass> <teiclass>org.apache.struts.taglib.logic.IterateTei</teiclass> <bodycontent>JSP</bodycontent> <attribute> <name>collection</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>indexId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>length</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>offset</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>type</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>lessEqual</name> <tagclass>org.apache.struts.taglib.logic.LessEqualTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>lessThan</name> <tagclass>org.apache.struts.taglib.logic.LessThanTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>match</name> <tagclass>org.apache.struts.taglib.logic.MatchTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>location</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>notEqual</name> <tagclass>org.apache.struts.taglib.logic.NotEqualTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>notMatch</name> <tagclass>org.apache.struts.taglib.logic.NotMatchTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>location</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>notPresent</name> <tagclass>org.apache.struts.taglib.logic.NotPresentTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>role</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>user</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>present</name> <tagclass>org.apache.struts.taglib.logic.PresentTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>cookie</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>header</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>parameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>role</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>user</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>redirect</name> <tagclass>org.apache.struts.taglib.logic.RedirectTag</tagclass> <attribute> <name>anchor</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>forward</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>href</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>page</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>paramId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>paramName</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>paramProperty</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>paramScope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>property</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>scope</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>transaction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib> --- NEW FILE: struts-template.tld --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>template</shortname> <uri>http://jakarta.apache.org/struts/tags-template-1.0</uri> <tag> <name>insert</name> <tagclass>org.apache.struts.taglib.template.InsertTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>template</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>put</name> <tagclass>org.apache.struts.taglib.template.PutTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>role</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>content</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>direct</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>get</name> <tagclass>org.apache.struts.taglib.template.GetTag</tagclass> <bodycontent>empty</bodycontent> <attribute> <name>flush</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>role</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib> --- NEW FILE: struts.tld --- <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <!-- ============== Tag Library Description Elements ============= --> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>STRUTS Framework Tag Library</shortname> <uri>http://jakarta.apache.org/taglibs/struts-1.0</uri> <info> This tag library contains useful general-purpose tags supporting the development of JSP/servlet applications based on the "Model 2" (MVC based) design pattern. WARNING: ALL OF THE TAGS IN THIS LIBRARY ARE DEPRECATED, AND [...1947 lines suppressed...] </attribute> <attribute> <name>arg2</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>arg3</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>arg4</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib> |
From: Laurent E. <let...@us...> - 2002-04-24 20:33:24
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web/form In directory usw-pr-cvs1:/tmp/cvs-serv29554/main/net/sourceforge/ejtools/jmxbrowser/web/form Added Files: FilterForm.java Log Message: Initial Import --- NEW FILE: FilterForm.java --- package net.sourceforge.ejtools.jmxbrowser.web.form; import javax.servlet.http.*; import org.apache.struts.action.*; /** * Description of the Class * * @author letiembl * @created 13 février 2002 */ public final class FilterForm extends ActionForm { private String filter = "*:*"; /** Constructor for the ConnectForm object */ public FilterForm() { } /** * Setter for the factory attribute * * @param factory The new value for factory attribute */ public void setFilter(String filter) { this.filter= filter; } /** * Getter for the factory attribute * * @return The value of factory attribute */ public String getFilter() { return filter; } /** * Description of the Method * * @param mapping Description of Parameter * @param request Description of Parameter */ public void reset(ActionMapping mapping, HttpServletRequest request) { this.filter = "*:*"; } /** * Description of the Method * * @param mapping Description of Parameter * @param request Description of Parameter * @return Description of the Returned Value */ public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { return new ActionErrors(); } } |
From: Laurent E. <let...@us...> - 2002-04-24 20:33:24
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web In directory usw-pr-cvs1:/tmp/cvs-serv31842/web Modified Files: JMXTree.java Log Message: Remove Iconable implementation Add filter capability for Server Index: JMXTree.java =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web/JMXTree.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JMXTree.java 22 Apr 2002 17:39:23 -0000 1.1 --- JMXTree.java 24 Apr 2002 20:08:22 -0000 1.2 *************** *** 2,12 **** import java.beans.beancontext.*; import net.sourceforge.ejtools.jmxbrowser.model.*; import net.sourceforge.ejtools.xml.*; import net.sourceforge.ejtools.xml.beans.*; ! public class JMXTree extends BeanContextServicesSupport implements BeanContextXmlProxy { - protected transient XmlComponent xc = null; protected Server server; protected ConnectionServiceProvider connectionProvider; --- 2,12 ---- import java.beans.beancontext.*; + import java.util.*; import net.sourceforge.ejtools.jmxbrowser.model.*; import net.sourceforge.ejtools.xml.*; import net.sourceforge.ejtools.xml.beans.*; ! public class JMXTree extends BeanContextServicesSupport { protected Server server; protected ConnectionServiceProvider connectionProvider; *************** *** 20,24 **** add(server); - server.connect(); } catch(Exception e) { e.printStackTrace(); --- 20,23 ---- *************** *** 26,36 **** } ! public XmlComponent getXmlProxy() ! { ! if (xc == null) ! { ! xc = new BeanContextXmlTree(server); ! } ! return xc; ! } } --- 25,47 ---- } ! public String getDefaultDomain() { ! return server.getDefaultDomain(); ! } ! public int getCount() { ! return server.getCount(); ! } ! ! public Object searchObjectName(String objectName) { ! return server.searchObjectName(objectName); ! } ! ! public void view(String filter) { ! server.setFilter(filter); ! server.connect(); ! } ! ! public Collection getServer() { ! return server; ! } ! } |
From: Laurent E. <let...@us...> - 2002-04-24 20:33:24
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web/taglib In directory usw-pr-cvs1:/tmp/cvs-serv31200/taglib Log Message: Directory /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web/taglib added to the repository |
From: Laurent E. <let...@us...> - 2002-04-24 20:17:09
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo In directory usw-pr-cvs1:/tmp/cvs-serv2441/src/etc/beaninfo Modified Files: Server.xml Log Message: Remove test property Index: Server.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/Server.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Server.xml 22 Apr 2002 17:41:53 -0000 1.1 --- Server.xml 24 Apr 2002 20:17:03 -0000 1.2 *************** *** 22,29 **** <property - name="types" class="java.lang.String" - displayname="Types"/> - - <property name="searchType" class="int" displayname="Browsing" --- 22,25 ---- |
From: Laurent E. <let...@us...> - 2002-04-24 20:17:08
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model In directory usw-pr-cvs1:/tmp/cvs-serv2441/src/main/net/sourceforge/ejtools/jndibrowser/model Modified Files: Server.java Log Message: Remove test property Index: Server.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/Server.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Server.java 22 Apr 2002 17:41:53 -0000 1.1 --- Server.java 24 Apr 2002 20:17:03 -0000 1.2 *************** *** 106,120 **** /** - * Gets the types attribute of the Server object - * - * @return The types value - */ - public String[] getTypes() - { - return new String[]{"aze", "qsd", "wxc"}; - } - - - /** * Gets the url attribute of the JndiServer object * --- 106,109 ---- |
From: Laurent E. <let...@us...> - 2002-04-24 19:57:05
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/images/tree In directory usw-pr-cvs1:/tmp/cvs-serv27923/tree Log Message: Directory /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/images/tree added to the repository |
From: Laurent E. <let...@us...> - 2002-04-24 19:56:49
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/images/icons In directory usw-pr-cvs1:/tmp/cvs-serv27850/icons Log Message: Directory /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/images/icons added to the repository |
From: Laurent E. <let...@us...> - 2002-04-24 19:56:30
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/WEB-INF In directory usw-pr-cvs1:/tmp/cvs-serv27700/WEB-INF Log Message: Directory /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/WEB-INF added to the repository |
From: Laurent E. <let...@us...> - 2002-04-24 19:56:11
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/images In directory usw-pr-cvs1:/tmp/cvs-serv27614/images Log Message: Directory /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/images added to the repository |
From: Laurent E. <let...@us...> - 2002-04-24 19:55:53
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content In directory usw-pr-cvs1:/tmp/cvs-serv27514/content Log Message: Directory /cvsroot/ejtools/applications/jmx.browser/src/webapp/content added to the repository |
From: Laurent E. <let...@us...> - 2002-04-24 19:55:05
|
Update of /cvsroot/ejtools/libraries/adwt/src/resources In directory usw-pr-cvs1:/tmp/cvs-serv27229/src/resources Modified Files: action.properties Log Message: Add mnemonic and accelerators Index: action.properties =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/resources/action.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** action.properties 18 Apr 2002 21:10:30 -0000 1.1 --- action.properties 24 Apr 2002 19:54:58 -0000 1.2 *************** *** 1,29 **** ! # actions action.file=File action.edit=Edit action.tools=Tools action.options=Options action.help=Help action.window=Window ! # actions action.file.new=New action.file.open=Open action.file.save=Save ! action.file.save.as=Save As ! action.file.exit=Exit ! action.file.history=N/A action.edit.cut=Cut action.edit.copy=Copy action.edit.paste=Paste action.edit.delete=Delete action.edit.delete.selected=Delete Selected action.edit.select.all=Select All action.edit.deselect.all=Deselect All - action.window.cascade=Cascade Windows - action.window.tile=Tile Windows - action.window.close=Close - action.window.close.all=Close - action.window.frame=Window - action.help.about=About --- 1,66 ---- ! # Actions action.file=File + action.file.mnemonic=70 + action.edit=Edit + action.edit.mnemonic=69 + action.tools=Tools + action.tools.mnemonic=78 + action.options=Options + action.options.mnemonic=79 + action.help=Help + action.help.mnemonic=72 + action.window=Window + action.window.mnemonic=78 ! ! # Actions action.file.new=New + action.file.new.mnemonic=78 + action.file.new.accelerator=control N + action.file.open=Open + action.file.open.mnemonic=79 + action.file.open.accelerator=control O + action.file.save=Save ! action.file.save.mnemonic=83 ! action.file.save.accelerator=control S ! ! action.file.save.as=Save As... ! ! action.file.exit=Quit ! action.file.exit.mnemonic=81 ! action.file.exit.accelerator=control Q ! ! action.file.history=... ! action.edit.cut=Cut + action.edit.copy=Copy + action.edit.paste=Paste + action.edit.delete=Delete + action.edit.delete.selected=Delete Selected + action.edit.select.all=Select All + action.edit.deselect.all=Deselect All + action.window.cascade=Cascade + + action.window.tile=Pavé + + action.window.close=Fermer + + action.window.close.all=Fermer Tout + + action.window.frame=... + + action.help.about=A Propos |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:10
|
Update of /cvsroot/ejtools/applications/jmx.browser In directory usw-pr-cvs1:/tmp/cvs-serv29379/jmx.browser Added Files: lib.ext.properties Log Message: Initial Import --- NEW FILE: lib.ext.properties --- ${jboss.client.root}/*.jar ${jboss.jmx.root}/*.jar |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:10
|
Update of /cvsroot/ejtools/applications/management In directory usw-pr-cvs1:/tmp/cvs-serv29379/management Added Files: lib.ext.properties Log Message: Initial Import --- NEW FILE: lib.ext.properties --- ${jboss.client.root}/*.jar ${jboss.jmx.root}/*.jar |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:10
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser In directory usw-pr-cvs1:/tmp/cvs-serv29212/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser Added Files: JMXBrowser.java Log Message: Initial Import --- NEW FILE: JMXBrowser.java --- /* * EJTools, the Enterprise Java Tools * * Distributable under LGPL license. * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; import java.beans.beancontext.BeanContextServicesSupport; import java.util.Vector; import javax.swing.ImageIcon; //import com.dreambean.awt.BeanContextPanel; import net.sourceforge.ejtools.awt.BeanContextPanel; import net.sourceforge.ejtools.awt.action.Command; import net.sourceforge.ejtools.awt.action.CommandAction; import net.sourceforge.ejtools.awt.action.file.ExitAction; import net.sourceforge.ejtools.awt.action.file.NewAction; import net.sourceforge.ejtools.awt.action.file.OpenAction; import net.sourceforge.ejtools.awt.action.file.SaveAction; import net.sourceforge.ejtools.awt.action.file.SaveAsAction; import net.sourceforge.ejtools.awt.services.AboutServiceProvider; import net.sourceforge.ejtools.awt.services.FrameServiceProvider; import net.sourceforge.ejtools.awt.services.MenuBarServiceProvider; import net.sourceforge.ejtools.awt.services.StatusBarService; import net.sourceforge.ejtools.awt.services.StatusBarServiceProvider; import net.sourceforge.ejtools.awt.services.ToolBarServiceProvider; import net.sourceforge.ejtools.jmxbrowser.model.ConnectionServiceProvider; import net.sourceforge.ejtools.jmxbrowser.model.Server; import org.apache.log4j.Category; /** * Description of the Class * * @author letiembl * @created 21 mars 2002 */ public class JMXBrowser extends BeanContextServicesSupport { /** Description of the Field */ protected AboutServiceProvider aboutService; /** Description of the Field */ protected ConnectionServiceProvider connectionProvider; /** Description of the Field */ protected FrameServiceProvider frameService; /** Description of the Field */ protected MenuBarServiceProvider menuBarService; /** Description of the Field */ protected StatusBarServiceProvider statusBarService; /** Description of the Field */ protected ToolBarServiceProvider toolBarService; /** Description of the Field */ private static Category cat = Category.getInstance(JMXBrowser.class.getName()); /** Description of the Field */ private static Vector factories; /** Constructor for the EJX object */ public JMXBrowser() { cat.debug("JMXBrowser starting..."); connectionProvider = new ConnectionServiceProvider("EJB"); frameService = new FrameServiceProvider("SDI"); aboutService = new AboutServiceProvider(new AboutDialog()); menuBarService = new MenuBarServiceProvider(); toolBarService = new ToolBarServiceProvider(); statusBarService = new StatusBarServiceProvider(); try { add(menuBarService); // add(toolBarService); // add(statusBarService); /* * statusBarService.addZone("status"); * statusBarService.setContent("status", "Ready"); * statusBarService.addZone("hour", StatusBarService.RIGHT); * statusBarService.setContent("hour", "10:25:32", new ImageIcon(getClass().getResource("/images/container.gif"))); */ add(new ExitAction( new Command() { public void execute() { System.exit(0); } } )); add(connectionProvider); Server server = new Server(); add(server); frameService.setContent(new BeanContextPanel(server)); add(frameService); add(aboutService); } catch (RuntimeException e) { cat.warn("Error occured " + e.getMessage()); throw e; } } } |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:10
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model In directory usw-pr-cvs1:/tmp/cvs-serv29379/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model Added Files: JNDIContext.java JNDIEntry.java Log Message: Initial Import --- NEW FILE: JNDIContext.java --- /* * EJTools, the Enterprise Java Tools * * Distributable under LGPL license. * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jndibrowser.model; import java.awt.Component; import java.beans.Customizer; import java.beans.beancontext.BeanContextChild; import java.beans.beancontext.BeanContextChildComponentProxy; import java.beans.beancontext.BeanContextServiceRevokedListener; import java.beans.beancontext.BeanContextServices; import java.beans.beancontext.BeanContextServicesSupport; import java.util.Iterator; import java.util.TooManyListenersException; // Other Imports //import com.dreambean.awt.GenericCustomizer; import net.sourceforge.ejtools.awt.GenericCustomizer; import net.sourceforge.ejtools.util.Sort; import org.apache.log4j.Category; /** * Description of the Class * * @author letiembl * @created 13 décembre 2001 * @todo Javadoc to complete * @todo Add log4j logs */ public class JNDIContext extends BeanContextServicesSupport implements BeanContextChildComponentProxy { /** Description of the Field */ protected String name = ""; /** Description of the Field */ protected String className = ""; /** Description of the Field */ protected transient Customizer c = null; /** Constructor for the JndiServer object */ public JNDIContext() { super(); } /** * Gets the name attribute of the JNDINode object * * @return The name value */ public String getName() { return this.name; } /** * Gets the className attribute of the JNDINode object * * @return The className value */ public String getClassName() { return this.className; } /** * Gets the component attribute of the JNDINode object * * @return The component value */ public Component getComponent() { if (c == null) { c = new GenericCustomizer(true, this); } return (Component) c; } /** * Getter for the service attribute * * @param child Description of Parameter * @param requestor Description of Parameter * @param serviceClass Description of Parameter * @param serviceSelector Description of Parameter * @param bcsrl Description of Parameter * @return The value * @exception TooManyListenersException Description of Exception */ public Object getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException { Object service = super.getService(child, requestor, serviceClass, serviceSelector, bcsrl); // If the service requested is not provided by this BeanContext, try the parent if (service == null) { BeanContextServices bcs = null; try { bcs = (BeanContextServices) getBeanContext(); } catch (ClassCastException cce) { return null; } return bcs.getService(this, requestor, serviceClass, serviceSelector, bcsrl); } return service; } /** * Description of the Method * * @return Description of the Returned Value */ public String toString() { return name == null ? "Undefined" : name; } /** * Description of the Method * * @return Description of the Returned Value */ public Iterator iterator() { return Sort.sortByClassAndName(super.iterator()); } } --- NEW FILE: JNDIEntry.java --- /* * EJTools, the Enterprise Java Tools * * Distributable under LGPL license. * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jndibrowser.model; // Other Imports import org.apache.log4j.Category; /** *Description of the Class * * @author letiembl * @created 13 décembre 2001 * @todo Javadoc to complete */ public class JNDIEntry extends JNDIContext { } |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:09
|
Update of /cvsroot/ejtools/applications/jndi.browser In directory usw-pr-cvs1:/tmp/cvs-serv29379/jndi.browser Added Files: lib.ext.properties Log Message: Initial Import --- NEW FILE: lib.ext.properties --- ${jboss.client.root}/*.jar |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:09
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo In directory usw-pr-cvs1:/tmp/cvs-serv29379/jndi.browser/src/etc/beaninfo Added Files: JNDIContext.xml JNDIEntry.xml Log Message: Initial Import --- NEW FILE: JNDIContext.xml --- <bean class="net.sourceforge.ejtools.jndibrowser.model.JNDIContext" displayname="JNDI Context" iconcolor16="/images/Folder16.gif" iconcolor32="/images/Folder16.gif"> <property name="name" class="java.lang.String" displayname="Name"/> </bean> --- NEW FILE: JNDIEntry.xml --- <bean class="net.sourceforge.ejtools.jndibrowser.model.JNDIEntry" displayname="JNDI Entry" iconcolor16="/images/File16.gif" iconcolor32="/images/File16.gif"> <property name="name" class="java.lang.String" displayname="Name"/> <property name="className" class="java.lang.String" displayname="Class"/> </bean> |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:07
|
Update of /cvsroot/ejtools/applications/management/src/resources In directory usw-pr-cvs1:/tmp/cvs-serv29212/management/src/resources Added Files: hierarchy.properties icon.properties icons.properties Log Message: Initial Import --- NEW FILE: hierarchy.properties --- # Level 1 J2EEDomain=J2EEServer # Level 2 J2EEServer=J2EEApplication,JavaMailResource,JCAResource,JCAManagedConnectionFactory,JDBCDriver,JDBCResource,JNDIResource,JMSResource,JTAResource,RMI_IIOPResource,URLResource,JVM,Node # Level 3 J2EEApplication=AppClientModule,EJBModule,WebModule,ResourceAdapterModule JCAResource=JCAConnectionFactory JDBCResource=JDBCDataSource # Level 4 EJBModule=EntityBean,StatefulSessionBean,StatelessSessionBean,MessageDrivenBean WebModule=Servlet ResourceAdapterModule=ResourceAdapter --- NEW FILE: icon.properties --- javax.management.j2ee.J2EEDomain=/icons/Home javax.management.j2ee.J2EEServer=/icons/J2EEServer javax.management.j2ee.J2EEApplication=/icons/J2EEApplication javax.management.j2ee.JDBC=/icons/J2EEModule javax.management.j2ee.JDBCDataSource=/icons/J2EEModule javax.management.j2ee.JNDI=/icons/J2EEModule javax.management.j2ee.Node=/icons/Server javax.management.j2ee.EJBModule=/icons/Jar javax.management.j2ee.WebModule=/icons/War javax.management.j2ee.EntityBean=/icons/EntityBean javax.management.j2ee.StatefulSessionBean=/icons/StatefulSessionBean javax.management.j2ee.StatelessSessionBean=/icons/StatelessSessionBean javax.management.j2ee.MessageDrivenBean=/icons/MessageDrivenBean --- NEW FILE: icons.properties --- J2EEDomain=/toolbarButtonGraphics/development/J2EEDomain16.gif J2EEServer=/toolbarButtonGraphics/development/J2EEServer16.gif J2EEApplication=/toolbarButtonGraphics/development/J2EEApplication16.gif JavaMailResource=/toolbarButtonGraphics/development/JavaMailResource16.gif JDBC=/toolbarButtonGraphics/development/J2EEApplication16.gif JDBCDataSource=/toolbarButtonGraphics/development/J2EEApplication16.gif JNDIResource=/toolbarButtonGraphics/development/JNDI16.gif JVM=/toolbarButtonGraphics/development/JVM16.gif EJBModule=/toolbarButtonGraphics/development/EJBModule16.gif WebModule=/toolbarButtonGraphics/development/WebModule16.gif EntityBean=/toolbarButtonGraphics/development/EnterpriseJavaBean16.gif StatefulSessionBean=/toolbarButtonGraphics/development/EnterpriseJavaBean16.gif StatelessSessionBean=/toolbarButtonGraphics/development/EnterpriseJavaBean16.gif MessageDrivenBean=/toolbarButtonGraphics/development/EnterpriseJavaBean16.gif |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:07
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/resources/images In directory usw-pr-cvs1:/tmp/cvs-serv29212/jndi.browser/src/resources/images Added Files: Folder16.gif Log Message: Initial Import --- NEW FILE: Folder16.gif --- (This appears to be a binary file; contents omitted.) |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:06
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web In directory usw-pr-cvs1:/tmp/cvs-serv29212/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web Added Files: JMXTree.java Log Message: Initial Import --- NEW FILE: JMXTree.java --- package net.sourceforge.ejtools.jmxbrowser.web; import java.beans.beancontext.*; import net.sourceforge.ejtools.jmxbrowser.model.*; import net.sourceforge.ejtools.xml.*; import net.sourceforge.ejtools.xml.beans.*; public class JMXTree extends BeanContextServicesSupport implements BeanContextXmlProxy { protected transient XmlComponent xc = null; protected Server server; protected ConnectionServiceProvider connectionProvider; public JMXTree() { try { connectionProvider = new ConnectionServiceProvider("LOCAL"); server = new Server(); add(connectionProvider); add(server); server.connect(); } catch(Exception e) { e.printStackTrace(); } } public XmlComponent getXmlProxy() { if (xc == null) { xc = new BeanContextXmlTree(server); } return xc; } } |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:06
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv29212/jmx.browser/src/etc Added Files: jmx.browser.mf Log Message: Initial Import --- NEW FILE: jmx.browser.mf --- Class-Path: . |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:06
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/conf In directory usw-pr-cvs1:/tmp/cvs-serv29529/jndi.browser/src/conf Added Files: log4j.properties Log Message: Initial Import --- NEW FILE: log4j.properties --- # Set root category priority to DEBUG and its only appender to A1. log4j.rootCategory=DEBUG, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=[%-5p] %c %x - %m%n |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:06
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/conf In directory usw-pr-cvs1:/tmp/cvs-serv29529/jmx.browser/src/conf Added Files: log4j.properties Log Message: Initial Import --- NEW FILE: log4j.properties --- # Set root category priority to DEBUG and its only appender to A1. log4j.rootCategory=DEBUG, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=[%-5p] %c %x - %m%n |
From: Laurent E. <let...@us...> - 2002-04-22 18:03:05
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/model In directory usw-pr-cvs1:/tmp/cvs-serv29529/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/model Added Files: LocalConnectionService.java Log Message: Initial Import --- NEW FILE: LocalConnectionService.java --- package net.sourceforge.ejtools.jmxbrowser.model; import java.util.ArrayList; import java.util.Set; import javax.management.MBeanServer; import javax.management.MBeanServerFactory; import javax.management.Attribute; import javax.management.MBeanInfo; import javax.management.ObjectName; import javax.management.QueryExp; import javax.naming.InitialContext; import javax.rmi.PortableRemoteObject; import org.jboss.jmx.adaptor.rmi.RMIAdaptor; /** * Description of the Class * * @author letiembl * @created 13 décembre 2001 */ public class LocalConnectionService implements ConnectionService { /** Description of the Field */ protected transient MBeanServer connector = null; /** Description of the Field */ protected String ejbName = null; /** Description of the Field */ protected String factory = null; /** Description of the Field */ protected String pkgs = null; /** Description of the Field */ protected String url = null; /** Constructor */ protected LocalConnectionService() { } /** * Getter for the attribute attribute * * @param name Description of Parameter * @param attribute Description of Parameter * @return The value * @exception Exception Description of Exception */ public Object getAttribute(ObjectName name, String attribute) throws Exception { return getConnector().getAttribute(name, attribute); } /** * Getter for the defaultDomain attribute * * @return The value * @exception Exception Description of Exception */ public String getDefaultDomain() throws Exception { return getConnector().getDefaultDomain(); } /** * Getter for the mBeanCount attribute * * @return The value * @exception Exception Description of Exception */ public Integer getMBeanCount() throws Exception { return getConnector().getMBeanCount(); } /** * Getter for the mBeanInfo attribute * * @param name Description of Parameter * @return The value * @exception Exception Description of Exception */ public MBeanInfo getMBeanInfo(ObjectName name) throws Exception { return getConnector().getMBeanInfo(name); } /** * Description of the Method * * @param name Description of Parameter * @param action Description of Parameter * @param params Description of Parameter * @param signatures Description of Parameter * @return Description of the Returned Value * @exception Exception Description of Exception */ public Object invoke(ObjectName name, String action, Object[] params, String[] signatures) throws Exception { return getConnector().invoke(name, action, params, signatures); } /** * Description of the Method * * @param name Description of Parameter * @param exp Description of Parameter * @return Description of the Returned Value * @exception Exception Description of Exception */ public Set queryMBeans(ObjectName name, QueryExp exp) throws Exception { return getConnector().queryMBeans(name, exp); } /** * Setter for the attribute attribute * * @param name The new value * @param attribute The new value * @exception Exception Description of Exception */ public void setAttribute(ObjectName name, Attribute attribute) throws Exception { getConnector().setAttribute(name, attribute); } /** * Setter for the eJBName attribute * * @param ejbName The new value */ public void setEJBName(String ejbName) { this.ejbName = ejbName; connector = null; } /** * Setter for the factory attribute * * @param factory The new value */ public void setFactory(String factory) { this.factory = factory; connector = null; } /** * Setter for the packages attribute * * @param pkgs The new value */ public void setPackages(String pkgs) { this.pkgs = pkgs; connector = null; } /** * Setter for the url attribute * * @param url The new value */ public void setURL(String url) { this.url = url; connector = null; } /** * Description of the Method * * @return Description of the Returned Value * @exception Exception Description of Exception */ protected MBeanServer getConnector() throws Exception { if (connector == null) { ArrayList servers = MBeanServerFactory.findMBeanServer(null); if (servers == null) throw new Exception("No MBeanServer found."); connector = (MBeanServer)servers.get(0); } return connector; } } |