Changeset 7177
- Timestamp:
- 11/09/10 10:01:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/maven/projects/EJBHessianFHT/src/java/org/imagejdev/beans/FHTEJBEndpoint.java
r7173 r7177 1 /* 2 * To change this template, choose Tools | Templates 3 * and open the template in the editor. 4 */ 1 5 2 6 3 package org.imagejdev.beans; … … 14 11 15 12 /** 16 * Consumes an existing EBJ for the FHT GPU Service 13 * Consumes an existing EBJ to expose as a Hessian Binary Web Service 14 * 15 * Demonstrates use of Dependency Injection @EJB... 16 * Demonstrates nominal connector code "extends HessianServlet" 17 * fht() performs a single 3D FHT as described in the FHTEJBService interface 18 * getIterative3DDecon() performs the processing as a black box functional unit (E.g. data + parameters; return result) 17 19 * @author rick 18 20 */
Note: See TracChangeset
for help on using the changeset viewer.