[JBoss JIRA] Created: (JBIDE-9426) Improve web services tooling
by Lukas Jungmann (JIRA)
Improve web services tooling
----------------------------
Key: JBIDE-9426
URL: https://issues.jboss.org/browse/JBIDE-9426
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
I was working on some set of documents describing areas where our tooling could be improved.
It's all based on some set of predefined use-cases with emphasis on usability. Some of mentioned improvements had already been implemented - at least partially - some hadn't.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9558) improve the bottomup ws wizard
by Feng Qian (JIRA)
improve the bottomup ws wizard
------------------------------
Key: JBIDE-9558
URL: https://issues.jboss.org/browse/JBIDE-9558
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Webservices
Affects Versions: 3.2.1.Final
Reporter: Feng Qian
Assignee: Brian Fitzpatrick
Fix For: LATER
This is a sub-task, based on https://docspace.corp.redhat.com/docs/DOC-56695
Endpoint Interface text field - allows typing in or selecting (via "Browse" button) existing java interface; must be set to an empty string or to fully qualified name of existing java interface
Web Service name text field - defaults to a java class name + "Service"; cannot be empty
Web Service URL text field - defaults to "/" + javaClassName; cannot be empty
Generate WSDL file checkbox - if checked runs wsprovide to generate portable java artifacts to user specified java source root within given project (or its subprojects) for to be created web service; related text field defaults to a source root containing the web service implementation class
Generate portable artifacts checkbox - if checked runs wsprovide to generate WSDL file into arbitrary user specified folder within given project (or workspace?), defaults to project's WEB-INF/wsdl or META-INF/wsdl folder
Use SOAP 1.2 checkbox - if checked adds SOAP 1.2 binding definition to a web service class
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-1965) display links from tiles definitions on stuts diagram (like from jsp pages)
by Alex Titov (JIRA)
display links from tiles definitions on stuts diagram (like from jsp pages)
---------------------------------------------------------------------------
Key: JBIDE-1965
URL: http://jira.jboss.com/jira/browse/JBIDE-1965
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: struts/shale
Affects Versions: 2.0.1
Reporter: Alex Titov
Priority: Minor
Stuts plugin can display links from jsp page to actions and other jsp pages on diagram. That is grate! But if you use tiles plugin you don't work with jsp pages directly. Instead you work with tiles definition. For example
<definition name="..." path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/WEB-INF/graph.jsp"></put>
</definition>
Both template.jsp and graph.jsp are jsp pages and have links but struts plugin does not understand this. So links from these pages are not displayed in struts diagram.
Also it would be nice if there were way to select jsp page for "value" attribute in "put" element in tiles editor (like for "path" attribute in "definition" element).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months