[JBoss-user] [Installation, Configuration & Deployment] - How do i use XDoclet with JSP instead of servlets in NetBean

2006-06-27 Thread afshad
The following example shows how to get started using XDoclet to generate the descriptors for servlets: http://www.netbeans.org/kb/41/j2ee-server-integration.html This is their servlet annotation: * @web.servlet name="Compute" * display-name="Computation Servlet" *

[JBoss-user] [Installation, Configuration & Deployment] - deployment documentation

2006-06-26 Thread afshad
Hi Where can i find detailed documentation about which xml files are needed for JBoss deployment. i see examples here and there with maybe one session bean or a cmp but no where can i find proper documentation about all kinds of deployment files for different beans: entity stateless, stateful,

[JBoss-user] [JBoss and NetBeans] - Re: CMP

2006-06-15 Thread afshad
hi Im using netbeans 5.0 and the jbosscmp-jdbc.xml files are still not generated. My cmps seem to deploy fine but I cant get any finder methods to work. They dont return anything. Any ideas??? Also what files do I need to create on my own like jbosscmp-jdbc.xml and where do I need to place th

[JBoss-user] [JBoss and NetBeans] - cmp entity beans and jboss

2006-06-15 Thread afshad
= lookupPeopleBean(); try { String f="Afshad"; /NOTE: findByIddoes not return anything. in the admin window i can see the output is 0 the size is 0 System.out.println(custHome.findById(new Integer(1)).size()); } catch(Exception

[JBoss-user] [Beginners Corner] - Re: How do I use JBoss with Eclipse/Netbeans in a group envi

2006-05-23 Thread afshad
to update the production version of JBoss. >>>>>>>> Say for instance I am developing a J2EE web based application with beans and jsp pages. In that case people working on the gui would also need to install jboss on their machines and configure completely just to test som

[JBoss-user] [Beginners Corner] - How do I use JBoss with Eclipse/Netbeans in a group environm

2006-04-25 Thread afshad
Hi Using JBoss and netbeans/eclipse. Most of the getting started examples relate to an environment where only one person is developing and deploying. What about a team of developers working on the same project? Is there any guide or tutorial that can demonstrate the best practices for such situa