Guest User

Untitled

a guest
May 27th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.84 KB | None | 0 0
  1.             <perform>
  2.                 <classification classification="WebSphere Asynchronous Work" effort="2">
  3.                     <link rel="sourceJavadoc" description="Javadoc" href="http://www-01.ibm.com/support/knowledgecenter/api/content/nl/en-us/SS7JFU_7.0.0/com.ibm.websphere.javadoc.doc/web/apidocs/com/ibm/websphere/asynchbeans/Work.html"/>
  4.                 </classification>
  5.                 <hint message="`Work` is implemented by applications when they want to run code blocks asynchronously."/>
  6.                 <!-- http://stackoverflow.com/questions/9026516/replacing-webspheres-workmanager-in-jboss -->
  7.                 <hint>
  8.                     Depending on how what asyncbeans WorkManager is used for, it can be migrated to one of:
  9.                      * [Java EE 7: JSR-236](https://jcp.org/en/jsr/detail?id=236) - see [Migrate WebLogic Applications That Use the CommonJ Framework or Work Manager API to Red Hat JBoss Enterprise Application Platform 6](https://access.redhat.com/articles/1326763)
  10.                      * [EJB 3.0](http://jcp.org/en/jsr/detail?id=220) Timer Service
  11.                      * [EJB 3.1](http://jcp.org/en/jsr/detail?id=318) Asynchronous Beans
  12.                      * [Servlet 3.0](http://jcp.org/en/jsr/detail?id=315) Asynchronous Servlets
  13.  
  14.                      <link description="Java EE 7: JSR-236" href="https://jcp.org/en/jsr/detail?id=236"/>
  15.                      <link description="EJB 3.0 Timer Service" href="https://docs.oracle.com/javaee/6/tutorial/doc/bnboy.html"/>
  16.                      <link description="EJB 3.1 Asynchronous Beans" href="https://docs.oracle.com/javaee/6/tutorial/doc/gkkqg.html"/>
  17.                      <link description="Servlet 3.0 Asynchronous Servlets" href="https://blogs.oracle.com/enterprisetechtips/entry/asynchronous_support_in_servlet_3"/>
  18.                 </hint>
  19.             </perform>
Advertisement
Add Comment
Please, Sign In to add comment