[jboss-cvs] jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting ...

Norman Richards norman.richards at jboss.com
Tue Jul 10 01:21:57 EDT 2007


  User: nrichards
  Date: 07/07/10 01:21:57

  Modified:    examples/remoting/helloworld/src/org/jboss/seam/example/remoting 
                        HelloAction.java
  Log:
  woops
  
  Revision  Changes    Path
  1.7       +5 -11     jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/HelloAction.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HelloAction.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/HelloAction.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- HelloAction.java	10 Jul 2007 05:19:30 -0000	1.6
  +++ HelloAction.java	10 Jul 2007 05:21:57 -0000	1.7
  @@ -3,17 +3,11 @@
   import javax.ejb.Stateless;
   
   import org.jboss.seam.annotations.Name;
  -import org.jboss.seam.annotations.web.*;
  -import org.jboss.seam.annotations.remoting.WebRemote;
   
  -//@Stateless
  + at Stateless
   @Name("helloAction")
   public class HelloAction implements HelloLocal {
  -    @RequestParameter String foo;
  -
  -    @WebRemote
       public String sayHello(String name) {
  -        System.out.println("Foo=" + foo);
           return "Hello, " + name;
       }
   }
  
  
  



More information about the jboss-cvs-commits mailing list