[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 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 biljana_b...@yahoo.com 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

[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 PM,

[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 c:if test=${fn:length(param.username) 0} jsp:forward page=middle.jsp jsp:param name=myparameter value=Passion/ /jsp:forward

[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] 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

[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] 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

[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 have

[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

[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 karlk...@yahoo.com wrote:

[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

[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 karlk...@yahoo.com wrote: From: Karl karlk...@yahoo.com Subject: [java ee programming] Problem with port conflict... To:

[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: 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 vaibhav.pan...@gmail.com wrote: From: Vaibhav Pandey

[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 =