Yes, I'm working on WebServices and DataTransferObjects with JAXB
annotations.
I haven't updated documentation yet.

You can try it if you use version 1.7.0-SNAPSHOT.
Let me know if you have suggestions for improvements.

The DSL editor plugin for 1.7.0 can be downloaded from 
http://fornax.itemis.de/confluence/download/attachments/1138/sculptor-update-site-1.7.0-SNAPSHOT.zip

Simple example:

                Service FooService {
                        webservice
                        doSomethingWith(@FooDto foo);
                }
                
                DataTransferObject FooDto {
                        String attr1
                        String attr2 required
                        String attr3 nullable
                }

/Patrik




Jef Pfeiffer wrote:
> 
> Thanks for the quick reply, Patrik.
> 
> BTW ­ I was under the impression there was work done to generate SOAP
> (@WebService) interfaces for the services, but I can’t seem to find
> references to it.
> 
> Do you know where I might look?
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Generator-bug-with-entity-namespace-in-AccessFactory--tp25370111s17564p25371723.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to