Please let me know, what is the best way to connect data portal to JEE app server like JBoss?
May be some examples exist from those I could start quickly?
I would like to get working following integration:
Microsoft GUI like WinForms and/or WebForms and databinding them to a server side like JBoss+Hibernate+PostgreSQL via CSLA and network
Hi,
You need to create webservices in your JEE application and call these from .NET / CSLA Data Access.
I guess
http://en.wikipedia.org/wiki/XML-RPC
would be enough until transactions covering multiple calls are needed
Copyright (c) Marimer LLC