You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Waldemar Kłaczyński (JIRA)" <ji...@apache.org> on 2018/04/04 18:43:00 UTC

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

     [ 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)