[jira] [Updated] (SCXML-280) Dividing the library into two parts api and impl.

2018-04-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/SCXML-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Waldemar Kłaczyński updated SCXML-280:
--
Description: 
I integrate jsf with a common scxml.

[https://github.com/wklaczynski/state-flow-faces]

Is it possible to divide a library into a part of api and impl?

In the api part there should be only elements: model, semantics, simple.

"EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...

 

Introduction of save and restore state to ececutor. This is necessary for a 
distribuable session. A simple way to transfer data between servers without 
using serialization if it is not necessary.

[https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]

I have now isolated part of your library, and I have made changes. My 
proposition changes are visible in the api of my version library for jsf and 
state chat integration:

[https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]

Is it possible to make similar changes to the project so that it can be used 
directly from your library in my integration with jsf?

 

 

  was:
I integrate jsf with a common scxml.

[https://github.com/wklaczynski/state-flow-faces]

Is it possible to divide a library into a part of api and impl?

In the api part there should be only elements: model, semantics, simple.

"EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...

 

Introduction of save and restore state to ececutor. This is necessary for a 
distribuable session. A simple way to transfer data between servers without 
using serialization if it is not necessary.

[https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]

I have now isolated part of your library, and I have made changes. My 
proposition changes are visible in the api of my version library for jsf and 
state chat integration:

[https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]

Is it possible to make similar changes to your project so that you can use your 
library in my integration with jsf?

 

 


> Dividing the library into two parts api and impl.
> -
>
> Key: SCXML-280
> URL: https://issues.apache.org/jira/browse/SCXML-280
> Project: Commons SCXML
>  Issue Type: New Feature
>Affects Versions: 2.0
>Reporter: Waldemar Kłaczyński
>Priority: Major
> Fix For: 2.0
>
>
> I integrate jsf with a common scxml.
> [https://github.com/wklaczynski/state-flow-faces]
> Is it possible to divide a library into a part of api and impl?
> In the api part there should be only elements: model, semantics, simple.
> "EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...
>  
> Introduction of save and restore state to ececutor. This is necessary for a 
> distribuable session. A simple way to transfer data between servers without 
> using serialization if it is not necessary.
> [https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]
> I have now isolated part of your library, and I have made changes. My 
> proposition changes are visible in the api of my version library for jsf and 
> state chat integration:
> [https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]
> Is it possible to make similar changes to the project so that it can be used 
> directly from your library in my integration with jsf?
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCXML-280) Dividing the library into two parts api and impl.

2018-04-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/SCXML-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Waldemar Kłaczyński updated SCXML-280:
--
Description: 
I integrate jsf with a common scxml.

[https://github.com/wklaczynski/state-flow-faces]

Is it possible to divide a library into a part of api and impl?

In the api part there should be only elements: model, semantics, simple.

"EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...

 

Introduction of save and restore state to ececutor. This is necessary for a 
distribuable session. A simple way to transfer data between servers without 
using serialization if it is not necessary.

[https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]

I have now isolated part of your library, and I have made changes. My 
proposition changes are visible in the api of my version library for jsf and 
state chat integration:

[https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]

Is it possible to make similar changes to your project so that you can use your 
library in my integration with jsf?

 

 

  was:
I integrate jsf with a common scxml.

[https://github.com/wklaczynski/state-flow-faces]

Is it possible to divide a library into a part of api and impl?

In the api part there should be only elements: model, semantics, simple.

"EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...

 

Introduction of save and restore state to ececutor. This is necessary for a 
distribuable session. A simple way to transfer data between servers without 
using serialization if it is not necessary.

[https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]

I have now isolated part of your library, and I have made changes. Changes are 
visible in the api of my copy version library:

[https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]

Is it possible to make similar changes to your project so that you can use your 
library in my integration with jsf?

 

 


> Dividing the library into two parts api and impl.
> -
>
> Key: SCXML-280
> URL: https://issues.apache.org/jira/browse/SCXML-280
> Project: Commons SCXML
>  Issue Type: New Feature
>Affects Versions: 2.0
>Reporter: Waldemar Kłaczyński
>Priority: Major
> Fix For: 2.0
>
>
> I integrate jsf with a common scxml.
> [https://github.com/wklaczynski/state-flow-faces]
> Is it possible to divide a library into a part of api and impl?
> In the api part there should be only elements: model, semantics, simple.
> "EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...
>  
> Introduction of save and restore state to ececutor. This is necessary for a 
> distribuable session. A simple way to transfer data between servers without 
> using serialization if it is not necessary.
> [https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]
> I have now isolated part of your library, and I have made changes. My 
> proposition changes are visible in the api of my version library for jsf and 
> state chat integration:
> [https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]
> Is it possible to make similar changes to your project so that you can use 
> your library in my integration with jsf?
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCXML-280) Dividing the library into two parts api and impl.

2018-04-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/SCXML-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Waldemar Kłaczyński updated SCXML-280:
--
Description: 
I integrate jsf with a common scxml.

[https://github.com/wklaczynski/state-flow-faces]

Is it possible to divide a library into a part of api and impl?

In the api part there should be only elements: model, semantics, simple.

"EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...

 

Introduction of save and restore state to ececutor. This is necessary for a 
distribuable session. A simple way to transfer data between servers without 
using serialization if it is not necessary.

[https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]

I have now isolated part of your library, and I have made changes. Changes are 
visible in the api of my copy version library:

[https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]

Is it possible to make similar changes to your project so that you can use your 
library in my integration with jsf?

 

 

  was:
I integrate jsf with a common scxml.

[https://github.com/wklaczynski/state-flow-faces]

Is it possible to divide a library into a part of api and impl?

In the api part there should be only elements: model, semantics, simple.

"EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...

 

Introduction of save and restore state to ececutor. This is necessary for a 
distribuable session. A simple way to transfer data between servers without 
using serialization if it is not necessary.


https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java

I have now isolated part of your library, and I have made changes. Changes are 
visible in the api of my library:

https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml

 Is it possible to make similar changes to your project so that you can use 
your library in my integration with jsf?

 

 


> Dividing the library into two parts api and impl.
> -
>
> Key: SCXML-280
> URL: https://issues.apache.org/jira/browse/SCXML-280
> Project: Commons SCXML
>  Issue Type: New Feature
>Affects Versions: 2.0
>Reporter: Waldemar Kłaczyński
>Priority: Major
> Fix For: 2.0
>
>
> I integrate jsf with a common scxml.
> [https://github.com/wklaczynski/state-flow-faces]
> Is it possible to divide a library into a part of api and impl?
> In the api part there should be only elements: model, semantics, simple.
> "EvaluatorFactory" and "ContentParser" load using ServiceLoader.load (...
>  
> Introduction of save and restore state to ececutor. This is necessary for a 
> distribuable session. A simple way to transfer data between servers without 
> using serialization if it is not necessary.
> [https://github.com/wklaczynski/state-flow-faces/blob/master/state-flow-fases-api/src/main/java/org/apache/common/scxml/SCXMLExecutor.java]
> I have now isolated part of your library, and I have made changes. Changes 
> are visible in the api of my copy version library:
> [https://github.com/wklaczynski/state-flow-faces/tree/master/state-flow-fases-api/src/main/java/org/apache/common/scxml]
> Is it possible to make similar changes to your project so that you can use 
> your library in my integration with jsf?
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)