This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 169381 - SOA Pack
Summary: SOA Pack
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 21:05 UTC by Thomas Preisler
Modified: 2009-07-28 21:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Preisler 2009-07-28 21:05:32 UTC
Originally CR 6559607

DESCRIPTION OF PROBLEM
--------------------------------
Leveraging the Sun Studio Web Pack (another RFE), web services could be added in one of several ways.
The first would be the approach that Rogue Wave software is taking with LEIF, that is to create a WSDL, 
and from that WSDL, generate a C++ skeleton that 
extends a web server.
-WSDL support as document would be needed, could leverage the netbeans enterprise pieces here
-add a wizard just like "generate JSF etc" but in this 
case would generate C++ web service skeleton
Or, alternatively, the EJB 3 approach using annotations. Instead of using annotations, one would add compiler 
directives, for example:
@WebService would be #webservice
@WebMethod would be #webmethod
Sun Studio would then encapsulate the classes / methods as extensions of sun web server 7.
The next step after that would be insuring compatibility with the BPEL module in netbeans.
This would be a good approach as Java is not really a good solution for <1 second complex processes (like 3D 
renderings of products, heavy calculations and mostly, 
for large XML messages). C++ is much better suited at this.
ERROR MESSAGES
----------------------
STEPS TO DUPLICATE
-------------------------
WORKAROUNDS
-------------------
Note, this is a major RFE so impact, functionality and Reproducible selections below are meaningless
*** (#1 of 1): 2007-05-18 16:14:07 PDT