Integrate with JEE app server (Scala)

Integrate with JEE app server (Scala)

Old forum URL: forums.lhotka.net/forums/t/12080.aspx


sanyo posted on Saturday, July 20, 2013

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

JonnyBee replied on Saturday, July 20, 2013

Hi,

You need to create webservices in your JEE application and call these from .NET / CSLA Data Access.

 

sanyo replied on Sunday, July 21, 2013

I guess

http://en.wikipedia.org/wiki/XML-RPC

would be enough until transactions covering multiple calls are needed

 

Copyright (c) Marimer LLC