[JBoss JIRA] (FORGE-2382) Add a isSerializable parameter to the cdi-new-bean command
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2382?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2382:
-------------------------------------
Parent: FORGE-1926
Issue Type: Sub-task (was: Feature Request)
> Add a isSerializable parameter to the cdi-new-bean command
> ----------------------------------------------------------
>
> Key: FORGE-2382
> URL: https://issues.jboss.org/browse/FORGE-2382
> Project: Forge
> Issue Type: Sub-task
> Components: Java EE
> Affects Versions: 2.16.2.Final
> Reporter: Antonio Goncalves
> Labels: starter
> Fix For: 2.x Future
>
>
> Sometimes it's useful/mandatory to have CDI beans that are serializable. At the moment the {{cdi-new-bean}} command doesn't allow us to do that easily (except using scopes that are not always needed). A simple boolean {{isSerializable}} could do :
> {code}
> cdi-new-bean --named LoggerProducer --isSerializable
> {code}
> This would generate :
> {code}
> public class LoggerProducer implements Serializable
> {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2381) Being able to create a new SOAP webservice
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2381?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2381:
-------------------------------------
Parent: FORGE-1926
Issue Type: Sub-task (was: Feature Request)
> Being able to create a new SOAP webservice
> ------------------------------------------
>
> Key: FORGE-2381
> URL: https://issues.jboss.org/browse/FORGE-2381
> Project: Forge
> Issue Type: Sub-task
> Components: Java EE
> Affects Versions: 2.16.2.Final
> Reporter: Antonio Goncalves
> Labels: starter
> Fix For: 2.x Future
>
>
> It would be good to have a command to create a SOAP webservice (even if it's not fashionable, it's still heavily used ;o). A command like this :
> {code}
> soap-new-service --named MyWebService
> {code}
> Would generate
> {code}
> @WebService
> public class MyWebService {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2382) Add a isSerializable parameter to the cdi-new-bean command
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2382?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2382:
-------------------------------------
Labels: starter (was: Starter)
> Add a isSerializable parameter to the cdi-new-bean command
> ----------------------------------------------------------
>
> Key: FORGE-2382
> URL: https://issues.jboss.org/browse/FORGE-2382
> Project: Forge
> Issue Type: Feature Request
> Components: Java EE
> Affects Versions: 2.16.2.Final
> Reporter: Antonio Goncalves
> Labels: starter
> Fix For: 2.x Future
>
>
> Sometimes it's useful/mandatory to have CDI beans that are serializable. At the moment the {{cdi-new-bean}} command doesn't allow us to do that easily (except using scopes that are not always needed). A simple boolean {{isSerializable}} could do :
> {code}
> cdi-new-bean --named LoggerProducer --isSerializable
> {code}
> This would generate :
> {code}
> public class LoggerProducer implements Serializable
> {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2382) Add a isSerializable parameter to the cdi-new-bean command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2382?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2382:
-----------------------------------
Labels: Starter (was: )
> Add a isSerializable parameter to the cdi-new-bean command
> ----------------------------------------------------------
>
> Key: FORGE-2382
> URL: https://issues.jboss.org/browse/FORGE-2382
> Project: Forge
> Issue Type: Feature Request
> Components: Java EE
> Affects Versions: 2.16.2.Final
> Reporter: Antonio Goncalves
> Labels: starter
> Fix For: 2.x Future
>
>
> Sometimes it's useful/mandatory to have CDI beans that are serializable. At the moment the {{cdi-new-bean}} command doesn't allow us to do that easily (except using scopes that are not always needed). A simple boolean {{isSerializable}} could do :
> {code}
> cdi-new-bean --named LoggerProducer --isSerializable
> {code}
> This would generate :
> {code}
> public class LoggerProducer implements Serializable
> {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2382) Add a isSerializable parameter to the cdi-new-bean command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2382?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2382:
----------------------------------------
{{--serializable}} would be better, no?
> Add a isSerializable parameter to the cdi-new-bean command
> ----------------------------------------------------------
>
> Key: FORGE-2382
> URL: https://issues.jboss.org/browse/FORGE-2382
> Project: Forge
> Issue Type: Feature Request
> Components: Java EE
> Affects Versions: 2.16.2.Final
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> Sometimes it's useful/mandatory to have CDI beans that are serializable. At the moment the {{cdi-new-bean}} command doesn't allow us to do that easily (except using scopes that are not always needed). A simple boolean {{isSerializable}} could do :
> {code}
> cdi-new-bean --named LoggerProducer --isSerializable
> {code}
> This would generate :
> {code}
> public class LoggerProducer implements Serializable
> {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2382) Add a isSerializable parameter to the cdi-new-bean command
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2382:
----------------------------------------
Summary: Add a isSerializable parameter to the cdi-new-bean command
Key: FORGE-2382
URL: https://issues.jboss.org/browse/FORGE-2382
Project: Forge
Issue Type: Feature Request
Components: Java EE
Affects Versions: 2.16.2.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
Sometimes it's useful/mandatory to have CDI beans that are serializable. At the moment the {{cdi-new-bean}} command doesn't allow us to do that easily (except using scopes that are not always needed). A simple boolean {{isSerializable}} could do :
{code}
cdi-new-bean --named LoggerProducer --isSerializable
{code}
This would generate :
{code}
public class LoggerProducer implements Serializable
{
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2381) Being able to create a new SOAP webservice
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2381?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2381:
-----------------------------------
Labels: starter (was: )
> Being able to create a new SOAP webservice
> ------------------------------------------
>
> Key: FORGE-2381
> URL: https://issues.jboss.org/browse/FORGE-2381
> Project: Forge
> Issue Type: Feature Request
> Components: Java EE
> Affects Versions: 2.16.2.Final
> Reporter: Antonio Goncalves
> Labels: starter
> Fix For: 2.x Future
>
>
> It would be good to have a command to create a SOAP webservice (even if it's not fashionable, it's still heavily used ;o). A command like this :
> {code}
> soap-new-service --named MyWebService
> {code}
> Would generate
> {code}
> @WebService
> public class MyWebService {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (FORGE-2381) Being able to create a new SOAP webservice
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2381:
----------------------------------------
Summary: Being able to create a new SOAP webservice
Key: FORGE-2381
URL: https://issues.jboss.org/browse/FORGE-2381
Project: Forge
Issue Type: Feature Request
Components: Java EE
Affects Versions: 2.16.2.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
It would be good to have a command to create a SOAP webservice (even if it's not fashionable, it's still heavily used ;o). A command like this :
{code}
soap-new-service --named MyWebService
{code}
Would generate
{code}
@WebService
public class MyWebService {
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (ROASTER-74) It's better for precise operation that the source code writer retains original spaces
by Anonymous (JIRA)
[ https://issues.jboss.org/browse/ROASTER-74?page=com.atlassian.jira.plugin... ]
Issue was automatically transitioned when kuzukami created pull request #36 in GitHub
-------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
> It's better for precise operation that the source code writer retains original spaces
> --------------------------------------------------------------------------------------
>
> Key: ROASTER-74
> URL: https://issues.jboss.org/browse/ROASTER-74
> Project: Roaster
> Issue Type: Enhancement
> Components: JDT
> Affects Versions: 2.x Future
> Environment: Win 8.1 Pro 64bit, Eclipse Mars 64bit, Java 8
> Reporter: Shoji Kuzukami
>
> I want to verify a source code modified by the 'roast' by using a diff based utility because the modification can unexpectedly break the semantics of original source code by any bugs of the library.
> But the code writer #toString() in roaster writes a 'formatted' source code removing some white spaces in the original. So the diff utility cannot be simply applied.
> It's better that the source code writer emits such a code that the original code is minimally operated as well as it can, because the roaster formatter can be used independently by calling Formatter.format(String).
> Although this is a design-concept issue of this project, it's happy for me that the pull-request following is accepted.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months