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

2009-07-21 Thread Mick Timony
cket(SocketFetcher.java:267) >> at >> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:227) >> at >> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1511) >> ... 6 more >> >> C:\Program Files\Java\jdk1.5.0_10\bi

[java ee programming] Re: where do i start from

2009-06-12 Thread Mick Timony
Everything you need for the J2EE class is listed on Sang's site at: http://www.javapassion.com/j2ee/ You might be better off starting with the Java courses then working your way to the J2EE course: http://www.javapassion.com/javaintro/ http://www.javapassion.com/javaprogrammingadv/ Luck Mick On

[java ee programming] Re: UNSUBSCRIBE ME

2009-04-27 Thread Mick Timony
.com/tagline_ysb_website/*http://in.business.yahoo.com/> -- Mick Timony --- Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better. -- S. Beckett --- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE

[java ee programming] Re: dynamic ip

2009-04-22 Thread Mick Timony
You should be able to use something like this: InetAddress myIP =InetAddress.getLocalHost(); Or see if you can connect to the loopback address: 127.0.0.1 . Luck Mick On Wed, Apr 22, 2009 at 6:23 AM, Anand wrote: > > how do I get dynamic IP of remote pc in java. My and my database pc IP is >

[java ee programming] Re: About joining a java programming class!

2009-04-03 Thread Mick Timony
://www.javapassion.com/coursefaq.html#When_is_the_deadline_for_homeworks -- Mick Timony --- Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better. -- S. Beckett --- On Fri, Apr 3, 2009 at 3:22 AM, Anthony Slater wrote: > When does the next beginning java programming class begin, I

[java ee programming] Re: Tutorial Bundle link - does not work....

2009-03-20 Thread Mick Timony
The link works for me. I get redirected to: https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/viewproductdetail-start?productref=javaee-5-doc-tutorial-1.0_05-oth-...@cds-cds_developer Which asks which language do I want the tutorial in (english being the only opt

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-09 Thread Mick Timony
There was an earlier post about this, see the 2nd message on this thread: http://groups.google.com/group/java-ee-j2ee-programming-with-passion/browse_thread/thread/f9bc162c718d3c10/adb92482dc05f823?lnk=gst&q=JDK_1.5#adb92482dc05f823 Luck Mick On Sat, Mar 7, 2009 at 8:01 PM, supriya khare wrote:

[java ee programming] Re: Servlet Advanced2

2009-02-26 Thread Mick Timony
What are the error messages? On Thu, Feb 26, 2009 at 2:02 PM, Biljana Biljana wrote: > Hi! > Am I seein well? > > I try to run hello2 project, from servletadvanced after I add myOwnFilter > and uncoment what they said. I saw that I have five bugs, because don't > have defined class Enumeration

[java ee programming] Re:

2009-02-24 Thread Mick Timony
You should be able to use The Gimp http://www.gimp.org/ On Tue, Feb 24, 2009 at 9:09 PM, Chetana Shenoy wrote: > > Hello : > Can anyone please tell me any available software (at no cost) to capture > the assignments ( web pages ) as image (jpeg or gif) to enable me to post > the HW . Apprecia

[java ee programming] Re: Net Bean 6.5

2009-02-22 Thread Mick Timony
> I have tried CopyLibs path in project.properties file. However, there > is no luck yet. > > ant -Dlibs.CopyLibs.classpath=C:\Program Files\NetBeans 6.5\java2\ant > \extra\org-netbeans-modules-java-j2seproject-copylibstask.jar > ant -

[java ee programming] Re: NetBeans vs. Eclipse/RAD, etc...

2009-02-18 Thread Mick Timony
to any issue. > > Thanks, > > Ruchir > > > > On Wed, Feb 18, 2009 at 12:36 PM, Mick Timony > wrote: > >> > >> I'm not using Eclipse for this course, but I've used IBM's Rad & Eclipse > a > >> lot over the years. I don&

[java ee programming] Re: NetBeans vs. Eclipse/RAD, etc...

2009-02-18 Thread Mick Timony
I'm not using Eclipse for this course, but I've used IBM's Rad & Eclipse a lot over the years. I don't think it'll be problem to do the course using either of those IDE's, just make sure when you submit your homework as a WAR file that you include the source also (there should be a checkbox on the

[java ee programming] Re: getServletContext

2009-02-17 Thread Mick Timony
the web but can't find an answer to this one. I'm sure I'm doing something > stupid but can't see it. I have attached the screen shot of the code. > > Any help would be appreciated. > > > Don > > > > -- Mick Timony ---

[java ee programming] Re: Want to be part of this Class for J2EE

2009-02-17 Thread Mick Timony
Hi Anand, All the info you need is here: http://www.javapassion.com/j2ee/ Mick On Tue, Feb 17, 2009 at 4:25 PM, Anand Ramachandran wrote: > Hi Everybody, > > I want to be part of this group and learn J2EE. > > I am experienced in using Core Java , Swing and XML related technologies > and I kno

[java ee programming] Re: Unsubscribe

2009-02-15 Thread Mick Timony
On Mon, Feb 16, 2009 at 1:21 AM, Vinod Iyer wrote: > > Hello Sir, > > I would like to unsubscribe from this group.Kindly do the needful. Got to > learn a lot from this teaching aid.Thanks a ton Sir. > > > Thanks & regards, > Vinod Iyer > > > > > >

[java ee programming] Re: How did you guys do homework #2 (servlet)?

2009-02-15 Thread Mick Timony
ng. How many files do you have to copy? > > I also made changes to the web.xml file from > "hello2" to " name>Myhello2" > > Thanks, > > > > -- Mick Timony --- Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better. -- S. Beckett

[java ee programming] Re: Lab 4002 - Where are the servlets examples?

2009-02-12 Thread Mick Timony
Look under "Samples" then "Java Web". On Thu, Feb 12, 2009 at 3:06 PM, miga wrote: > > I'm trying to find the servlet example supposedly in Netbeans samples > web, but I cannot find it. > > Do I miss something? (Netbeans 6.5). > > > > --

[java ee programming] Re: Suggestions for the Group

2009-02-12 Thread Mick Timony
lay what you have *learned* from doing these things. We like answering questions for people who have demonstrated they can learn from the answers." If you don't know who "Eric S. Raymond" is and why his writings should be worth reading, the I offer you this: http://tinyurl.com/dj4qnv ;

[java ee programming] Re: unsubscribe from this group

2009-02-11 Thread Mick Timony
;>> >>> >>> Any clues would be great >>> >>> Cheers >>> Kris >>> >>> >>> >> >> >> > > > -- > > Leandro Tapia Vicentelo > Arquitecto d