JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
OPEN  Feature request JPPF-16  -  JPPF as a generic web service
Posted Aug 08, 2012 - updated Feb 09, 2020
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Feature request
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Client
  • Resolution
    Not determined
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 6.3
Issue description
The idea is to implement a generic web service that would be a facade to a JPPF client. There would be a generic wsdl with a single input, which would be the XML serialization of a JPPF job, obtained via Xstream serialization. My first idea would be to use Apache Axis 2, as it seems it would provide a web service implementation that would be portable across application servers.

#5
Comment posted by
 lolo4j
Jul 29, 20:39
Another approach could be to use a REST service wrapper around the JPPF client, producing and consuming JSON-serialized objects which could then be converted to / from Java objects.