[jboss-user] [JBoss Seam] - Re: @Factory annotation

enzhao do-not-reply at jboss.com
Sun Jul 8 18:51:58 EDT 2007


maybe the code 
  | int[] names= {"jim","john","tom","mick","bodger","badger"};
  | 

should be like 
  | String[] names= {"jim","john","tom","mick","bodger","badger"};
  | 

And the int[] type in your first method is a bit tricky if you want to do null test....I would like to use the Integer[] or better yet, List in your case....

Regards,
Ellen

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061781#4061781

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061781



More information about the jboss-user mailing list