[JBoss JIRA] Created: (JBIDE-6904) Provide simple wizard for creating JAX-WS and JAX-RS services from annotated class files
by Brian Fitzpatrick (JIRA)
Provide simple wizard for creating JAX-WS and JAX-RS services from annotated class files
----------------------------------------------------------------------------------------
Key: JBIDE-6904
URL: https://jira.jboss.org/browse/JBIDE-6904
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.x
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
Since we're not able to use the code available in the WTP web services framework due to lack of public API and documentation, we're going to roll our own wizard to handle this in a method similar to the "Create Sample Web Service" and "Create Sample RESTful Web Service" wizards.
We will allow the user to, instead of creating a sample class, specify an annotated class, the package name, and the project where they want the service created.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6031) Implement CDIProject.getBeans(boolean attemptToResolveAmbiguousDependency, IType beanType, IType... qualifiers)
by Alexey Kazakov (JIRA)
Implement CDIProject.getBeans(boolean attemptToResolveAmbiguousDependency, IType beanType, IType... qualifiers)
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-6031
URL: https://jira.jboss.org/jira/browse/JBIDE-6031
Project: Tools (JBoss Tools)
Issue Type: Task
Components: cdi (jsr-299)
Affects Versions: 3.1.0.CR2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.next
See CDIProject.getBeans(boolean attemptToResolveAmbiguousDependency, IType beanType, IType... qualifiers)
and CDIProject.getBeans(boolean attemptToResolveAmbiguousDependency, String fullQualifiedBeanType, String... fullQualifiedQualifiersTypes)
Following tests should pass:
org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest.testBeanTypesNonEmpty()
org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest.testQualifiersNonEmpty()
org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest.testHasScopeType()
org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest.testPrivitiveTypes()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months