c# - SOAP Service AND JSF/Icefaces in a single Application -
i've got jsf/icefaces webapplication (mainly website can buy stuff) , have desktopapplication written in c# (where can use bought stuff)
but desktapp needs acces server via soap services (to retrieve bought elements)
what best practice - soap , jsf in 1 app, or 2 seperate applications?
thanks help
i'm not sure how benefit new application (i.e. new domain or context)?
i have similar situation use jsf web front , servlet web service requests , works absolutely fine.
if using ejb3.0 can create web services @webservice
annotation on state beans.
Comments
Post a Comment