Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Riena/New And Noteworthy"

m (M4)
(M4)
Line 3: Line 3:
  
 
* support Attachments (binary blobs) in Remote Service calls
 
* support Attachments (binary blobs) in Remote Service calls
 +
** ability to create an "Attachment" object (a java object from Riena) from a URL, InputStream or File and pass it as parameter or return it from a method call
 +
** the Attachment can read on the target as if it where a local container
 +
* improved Exception handling for remote services
 +
** calls to remote services no longer return RemoteFailure with the real exception nested inside but they return the actually exception. we check that this exception is actually allowed by the method signature so the client isnt "surprised", we also let RuntimeExceptions go through. For checked exceptions like IOExceptions Riena nicely wraps them in a RemoteFailure
 +
 
* Ridgets for Tree and TreeTable
 
* Ridgets for Tree and TreeTable
  
 
[[Category:Riena]]
 
[[Category:Riena]]

Revision as of 10:48, 28 July 2008

M4

Collection Information about News and Notewory for M4

  • support Attachments (binary blobs) in Remote Service calls
    • ability to create an "Attachment" object (a java object from Riena) from a URL, InputStream or File and pass it as parameter or return it from a method call
    • the Attachment can read on the target as if it where a local container
  • improved Exception handling for remote services
    • calls to remote services no longer return RemoteFailure with the real exception nested inside but they return the actually exception. we check that this exception is actually allowed by the method signature so the client isnt "surprised", we also let RuntimeExceptions go through. For checked exceptions like IOExceptions Riena nicely wraps them in a RemoteFailure
  • Ridgets for Tree and TreeTable

Back to the top