Hi,

in v2, the following is possible:

* Assume you have JCas class "X" with a feature "a"
* Define a type system with the class "X" and two features, "a" and "b"
* initialize a CAS with this type system
* Create/access instances of X via the JCas wrapper and access "a" through 
getters and setters
* Create/access instances of X via the CAS API and access "b" through the CAS 
API

v3 now has a tighter coupling between JCas and CAS, right? Is the above still 
possible?

Best,

-- Richard

Reply via email to