oracle - How should SOA - based application architecture look like? -
if want create application based on webservices osb serve - should it's architecture?
ie. if use oracle soa suite, create webservices bussiness (talk db etc.), put them on osb (oracle service bus). if i'd want create app (webapp) utilize services, how shoud create project? war gui , logic, separate jar ejb?
thanks
if understand question, you're looking how structure web application calls osb web services. no different web application calling other web service.
you shouldn't need ejbs that, rather can invoke web services directly java via jax-ws or mechanism.
for guidelines on structuring application .ear, see http://java.sun.com/blueprints/code/projectconventions.html or application server's documentation.
Comments
Post a Comment