[java ee programming] Modifying EJBDemo from Lab 3405

2009-07-02 Thread Presario 6331RSH HAM
Hey all! I was just trying to modify this demo to take input from the index.jsp via a form. Now ive gotten it to work somewhat. I mean the index.jsp will send the data to the servlet but I'm stuck trying to figure out how to just default the war to bring up the index.jsp and not the servlet. Mayb

[java ee programming] Re: Netbeans 6.7

2009-07-02 Thread Mario Mol
Hy guys! This weekend i've tested the new features of netbeans and i love. I was thinking to sen you a email asking about the CRUD Generator. This feature generates all Classes and JavaServer Faces directly from database. But i've missed something, it does NOT generates Visual Web JSF. Somebody

[java ee programming] Re: Netbeans 6.7

2009-07-02 Thread mohamed mohamed
NetBeans IDE 6.7 is a significant update to NetBeans IDE 6.5 and includes the following changes: * Maven support for the creation of plugins and web services as well as support for POM and J2EE * Kenai integration enables the creation and editing of Kenai hosted projects from wit

[java ee programming] Netbeans 6.7

2009-07-02 Thread Zahari Palazov
Can someone share his/her experience with the new version of netbeans. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2

Odp: [java ee programming] Hi All

2009-07-02 Thread Rafał Laczek
Hi,   If you are new in Java I think that in order to obtain strong basics you should start with Java course http://www.javapassion.com/javaintro/ After this course you can continue on J2EE course. During both courses you can use both Eclipse and NetBeans. However all exercise are presented in NB

[java ee programming] Re: Doubt about SOAP !!!!!!

2009-07-02 Thread Norberto Jr. Pedroza
I knew a little about webservice but in .Net C#. I created a Web service class separate from the Client or front end application. The client application will use this web service class by referencing this in the client application. This web service class should be installed or should be put to

[java ee programming] Hi All

2009-07-02 Thread kelvin maina
i am new in java but i hav a passion on it i am reading many book on java the problem i have is how do i choose the best technology ,where to start .which IDE to use (eclipse or netbean) or just use ANT among technology that are confusing me are JSP,servlet,struct,spring,ejb,hibernate,JSF,tiles pli

[java ee programming] Re: Doubt about SOAP !!!!!!

2009-07-02 Thread Nirmal Kumar
Hi All, Web Service is a very broader term and is not specific for J2EE or .NET or any other platform. The basics (*SOAP*, *WSDL*) are however same for all the platforms that is why it provides cross-platform, distributed computing. For e.g. a Java Client can invoke a method of a web Service impl

[java ee programming] Please Help me with the view of url .

2009-07-02 Thread yizhangYin
Hi all: I am not sure how to change the view of url for struts 2 for example I had : 1. a struts2 web application called Home , which contains a "/index.jsp" 2. My domain name : http://www.mydomain.com, I deploy Home struts2 application under this domain name. if i want to view the pa