SpringControllers | 
            
 | 
          
         
            | Your trail:  | 
          
       
      
 
      
      
         
      
          Difference between 
          version 53 
          and 
          version 51:
           
          
| At line 26 changed 1 line. |  
| * Execute __ant -Dobject.name=Person -Dappgen.type=pojo__ to generate a bunch of files in extras/appgen/build/gen.  In fact, it'll generate all the files you need to complete this tutorial.  However, let's just grab the ones you need. |  
| * Execute __ant -Dobject.name=Person -Dappgen.type=pojo -Dapp.module=__ to generate a bunch of files in extras/appgen/build/gen.  In fact, it'll generate all the files you need to complete this tutorial.  However, let's just grab the ones you need. |  
| At line 131 changed 1 line. |  
|         assertNotNull(request.getSession().getAttribute("messages"));         |  
|         assertNotNull(request.getSession().getAttribute("successMessages"));         |  
| At line 139 changed 1 line. |  
|         assertNotNull(request.getSession().getAttribute("messages")); |  
|         assertNotNull(request.getSession().getAttribute("successMessages")); |  
 
           
      
      
      
      Back to SpringControllers,
       or to the Page History.
        
      
      
      
      
      
      
      
      
          
     |