[java ee programming] Re: url link problem

2009-02-23 Thread shahul
Thank u for reply this my code <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*,java.util.*,java.text.*" %> <% DateFormat dateformat1 = new SimpleDateFormat("E MMM dd "); java.util.Date date1 = new java.util.Date(); String time1 = dateformat1.fo

[java ee programming] Re: RAD Free download version -- Trail for 60 days | http://www.ibm.com/developerworks/downloads/r/rad/

2009-02-23 Thread Karl
Yeah, RAD can get mighty expensive after the trail period. But pure eclipse is a very nice platform too (NetBeans is starting to grow on me) with a lot of open source plugin support available as well. --- On Mon, 2/23/09, Vaibhav Pandey wrote: From: Vaibhav Pandey Subject: [java ee programming

[java ee programming] Re: RAD Free download version -- Trail for 60 days | http://www.ibm.com/developerworks/downloads/r/rad/

2009-02-23 Thread Vaibhav Pandey
what do you do after 60 days? either pay which serves no purpose using Open Source Java and using paid version of J2EE IDE. I have used it myself, RAM is not a problem but how much it costs to actually use it. Srikanth Kondeti wrote: > Folks, > who are interested in RAD, you can download from

[java ee programming] Re: Problem with port conflict...

2009-02-23 Thread Karl
Well, this must have had something to do with the wifi connection I had from the remote location. It's working fine from my home base. --- On Mon, 2/23/09, Karl wrote: From: Karl Subject: [java ee programming] Problem with port conflict... To: java-ee-j2ee-programming-with-passion@googlegroups.

[java ee programming] Re: Want to unsubscribe

2009-02-23 Thread Karl
See  below for instructions that are included in the footer information of every messages you receive from this group... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Pas

[java ee programming] Re: Acronnymn use... 'URN' ?

2009-02-23 Thread Artashes Hovasapyan
I think these two links will give you enough info on URI, URL and URN: http://en.wikipedia.org/wiki/URI_scheme http://en.wikipedia.org/wiki/URL http://en.wikipedia.org/wiki/Uniform_Resource_Name -- Regards, Artashes Hovasapyan On Mon, Feb 23, 2009 at 7:22 PM, Karl wrote: > Maybe I missed some

[java ee programming] Re: Want to unsubscribe

2009-02-23 Thread Evans
Send a blank email to this address: j2ee-programming-with-passion+unsubscr...@googlegroups.com -- Evans http://www.javawug.org - Original Message - From: junaid rehman To: java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Monday, February 23, 2009 4:23 PM Subjec

[java ee programming] Problem with port conflict...

2009-02-23 Thread Karl
I'm on lab #4003: JSP Basics. I'm working from a remote location today and attempts to run the hello1 project from NetBeans I'm getting an error as such: [#|2009-02-23T11:46:23.546-0800|SEVERE|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;3820;|A conflict occured o

[java ee programming] Want to unsubscribe

2009-02-23 Thread junaid rehman
--~--~-~--~~~---~--~~ 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 To unsubscribe fr

[java ee programming] How to evaluate an applicant

2009-02-23 Thread Carlos Duran
Hi, I will be interviewing a couple of Java EE candidates for a project that we will be undergoing, since I don't have the experience to evaluate the Java EE knowledge, how do you suggest that I determine if the candidate have good and real Java EE programming experience? Thanks, Carlos --

[java ee programming] Lab1014 - homework

2009-02-23 Thread Rafał Laczek
Hello, As far as I have understood homework the program must display "name" from StudentRecord class, "id" from Student Class. These data must be displayed in main.java e.g. StudentRecordExample class. In StudentRecordExample I have created Student object instance as well as method setID(). I ha

[java ee programming] Acronnymn use... 'URN' ?

2009-02-23 Thread Karl
Maybe I missed something in earlier tutorial chapters, but it would seem the term 'URN' shows up on JSPBasics (slide #38) with no prior definition of what it is. A google search brings it up as a Uniform Resource Number, but using such vernacular in a tutorial without explanation can cause unnec

[java ee programming] Re: Problem with parameter in Lab 4003

2009-02-23 Thread Enrique Estelles
!!That's it!! The problem was the value in the 'action' attribute of the 'form' tag. Thanks Fernando On Mon, Feb 23, 2009 at 3:45 PM, Fernando Verly < fernando.ve...@personati.com> wrote: > Looks like everything is ok.Works fine here. > > On your first page, on the html 'form' tag, did you spec

[java ee programming] Re: Problem with parameter in Lab 4003

2009-02-23 Thread Fernando Verly
Looks like everything is ok.Works fine here. On your first page, on the html 'form' tag, did you specified something on the 'action' attribute? If you did so, remove it. I don't have any other idea. - Original Message - From: Enrique Estelles To: Java EE (J2EE) Programming with

[java ee programming] Problem with parameter in Lab 4003

2009-02-23 Thread Enrique Estelles
Hello to all, In the 4003 lab, I forward the flow to midde.jsp adding an extra parameter "myparameter" like this But when I try to show it directly from middle.jsp or response.jsp <%= request.getParameter("myparameter")%> or ${par

[java ee programming] Re: HTTP Monitor

2009-02-23 Thread Artashes Hovasapyan
Try enabling HTTP Monitor from NetBeans: Tools > Servers > GlassFish > Connection. And please, try to search the group mailing list for your keywords before posting the question - maybe that question was answered 100 times already. -- Regards, Artashes Hovasapyan On Mon, Feb 23, 2009 at 12:02 P

[java ee programming] Re: HTTP Monitor

2009-02-23 Thread anaclos
Hi: In Netbeans 6.5 I am using HTTP Server Monitor and I see the same result. Ana María On 22 feb, 19:22, Biljana Biljana wrote: > Hi! >   > I have a problem! > In NetBean IDE menu,in Window menu I dont have HTTP Monitor, all I have it in > Debugging as HTTP Server Monitor and HTTP Client Monit

[java ee programming] Re: upload video large video in mysql

2009-02-23 Thread Vasile Braileanu
Hi, This is not out of topic? See here http://dev.mysql.com/doc/refman/5.1/en/packet-too-large.html Also see if you have more mysql servers installed in your computer. You did not specified the operating system. Anyway, if is windows, go in Windows directory, search *my.ini* file, and modify in *

[java ee programming] Re: HTTP Monitor

2009-02-23 Thread Artashes Hovasapyan
Do you mind if I ask yo to search for 'HTTP monitor' in the scope of this mailing list. I'm pretty sure that you'll find the answer. -- Regards, Artashes Hovasapyan On Sun, Feb 22, 2009 at 10:22 PM, Biljana Biljana wrote: > Hi! > > I have a problem! > In NetBean IDE menu,in Window menu I dont