[java ee programming] Re: lab-4001 web application structure

2009-08-29 Thread pacior
It seems that Your ide does not generate automatically generated source code.. Regards Grzegorz Patynek On Aug 28, 6:43 pm, Ricardo Hernandez Rivera ricardo.hernan...@celectroinc.com wrote: hi all... i am using netbeans 6.5 on ubuntu box... someone knows why the web application wizard stops

[java ee programming] Re: Applet loading problem if JRE is not installed

2009-08-29 Thread pacior
Maybe You should use java web start? Pacior On Aug 27, 1:39 pm, Jaydeep Chovatia chovatia.jayd...@gmail.com wrote: Hi, I have developed an application where I use Applet. There is a simple html file in which applet class name is included. This html works fine if JRE is installed on system

[java ee programming] Re: Axis2 web service problem

2009-08-29 Thread pacior
Did You tried to import all the axis libraries( i mean adding it to a classpath ). mail and activation is a different topic. G.P. On Aug 28, 10:49 am, Gopalakrishnan gopalakrish...@vayana.in wrote: Hi all,             i am exposing my old POJO as webservices , in that i am calling a method

[java ee programming] jstl homework question

2009-08-17 Thread pacior
and works fine. Do someone know what problem may it be? Regards Pacior --~--~-~--~~~---~--~~ 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-j2ee

[java ee programming] Re: access denied problem

2009-08-16 Thread pacior
In Windows, You have to click right mouse button on a Hello 2 project and deselect readonly attribute. It is basically problem with Your System environment rathen than IDE. Regards Grzegorz Patynek On 16 Sie, 11:50, Vikram Bhushan vanandbhus...@gmail.com wrote: Hi friends ,               Can

[java ee programming] Re: problem in j2ee 4th homework

2009-08-13 Thread pacior
Hey, Did You run Your application using run(debug) option? On 13 Sie, 17:10, Vikram Bhushan vanandbhus...@gmail.com wrote: hi there can any one help me I got problem in 4011_lab in Source level JSP page debugginghttp://www.javapassion.com/handsonlabs/netbeanswebapp2/#Source_level_... when I

[java ee programming] Re: Sending Message

2009-08-13 Thread pacior
Try to do important thing which is using webservice from Your Java application. Maybe this address will work: http://www.aswinanand.com/sendsms.php Here is very good webpage for web services http://www.xmethods.net/ I wish You luck On 13 Sie, 17:15, Lakshmikanth J kant...@gmail.com wrote: Hi

Re: Fwd: [java ee programming] Google Web Toolkit and Google App Engine

2009-08-13 Thread pacior
it with servlets. Regards Pacior --~--~-~--~~~---~--~~ 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-j2ee-programming-with-passion@googlegroups.com

[java ee programming] Re: Problem in Hibernate

2009-07-29 Thread pacior
6 digits, then create appropriate columns in database. Here, the number of columns won't be too much. Pacior. On Jul 28, 6:16 pm, Wladiston Paiva desenvolvedo...@gmail.com wrote: I will try later. 2009/7/28 Leonardo Pessoa leonardom.pes...@gmail.com Usually when i need to use decimal

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread pacior
What You need is to write code responsible for using ssl withjavamail api: For instance, for gmail, ssl port is 465: props.put(mail.smtp.starttls.enable,true); props.put(mail.smtp.auth, true); //props.put(mail.smtp.debug, true); props.put(mail.smtp.socketFactory.port,