[java ee programming] RE: can't install java ee sdk in linux

2010-05-16 Thread Artashes Hovasapyan
Hi, Try to run locate the library. The output should be similar to this: [r...@centos ~]# locate libstdc++.so.5 /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5.0.7 [r...@centos ~]# If you cannot find it - then you'll need to install libstdc++ package. -- Regards, Artashes Hovasapyan

RE: [java ee programming] can't install java ee sdk in linux

2010-05-14 Thread Artashes Hovasapyan
What is the Linux distribution you're using? Please specify the exact name and verion. -- Regards, Artashes Hovasapyan -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of wanli gao

RE: [java ee programming] Error called sessionsbeans in webapplications using spring

2010-05-10 Thread Artashes Hovasapyan
/ element to false. -- Regards, Artashes Hovasapyan -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of raram hakim Sent: Monday, May 10, 2010 6:07 AM To: Java EE (J2EE) Programming

[java ee programming] Re: Struts 2 Please see details

2009-09-25 Thread Artashes Hovasapyan
Properties). -- Regards, Artashes Hovasapyan 2009/9/17 Konstantyn Harasevich harasev...@yandex.ru Hello Here is web.xml from Struts2 sample project *?xml version=1.0 encoding=UTF-8? web-app id=WebApp_9 version=2.4 xmlns=** http://java.sun.com/xml/ns/j2ee* http://java.sun.com/xml/ns/j2ee

[java ee programming] Re: Struts 2 Please see details

2009-09-25 Thread Artashes Hovasapyan
Konstantyn, Including struts-tag.tld in web.xml neither needed nor recommended to declare the Struts 2 tag library. -- Regards, Artashes Hovasapyan 2009/9/25 Konstantyn Harasevich harasev...@yandex.ru Hi Thanks for response.This issue is resolved vith struts-tag.tld - Original

[java ee programming] Re: Can we validate password frm database in client side

2009-09-10 Thread Artashes Hovasapyan
You can also get the hash of the password and submit the hash to the server. In that way you'll avoid cleartext passwords on the wire. -- Regards, Artashes Hovasapyan 2009/9/10 Kamal Chandana Mettananda lka...@gmail.com Exactly; while using Ajax you must pay more attention towards security

[java ee programming] Re: Java statement structure...

2009-09-09 Thread Artashes Hovasapyan
You can cheeck it out here: http://java.sun.com/javase/6/docs/api/java/util/ResourceBundle.html -- Regards, Artashes Hovasapyan 2009/9/8 p. stephen wille p.stephenwi...@yahoo.com Does anyone know what [ResourceBundle] is, such as a data type, object, class, or other, and how to identify

[java ee programming] Re: One more problem regarding Expression language homework.

2009-04-12 Thread Artashes Hovasapyan
=person scope=application class=org.me.hello.Person/ Hello, c:out value=${person.name.firstname}/ c:out value=${person.name.lastname}/! -- Regards, Artashes Hovasapyan On Thu, Apr 9, 2009 at 12:42 PM, mak pandian kolluranipand...@gmail.comwrote: Hello I am doing EL home work Since

[java ee programming] Re: HttpServletRequest , HttpServletResponse

2009-03-11 Thread Artashes Hovasapyan
need to focus on is what you actually want to do in your servlet. -- Regards, Artashes Hovasapyan On Tue, Mar 10, 2009 at 11:51 PM, daydream abdall...@gmail.com wrote: hi everybody , i was looking into Docs of the httpservletrequest and response and they are defind as interfaces ... so my

[java ee programming] Re: LAB-4005

2009-03-10 Thread Artashes Hovasapyan
I think you should comment out those lines where you're throwing UnsupportedOperationException. -- Regards, Artashes Hovasapyan On Tue, Mar 10, 2009 at 5:59 AM, ketul@gmail.com wrote: *Please anyone can help me what is wrong in my code *I am getting error CODE i have pasted below line

[java ee programming] Re: I'm overdue

2009-03-10 Thread Artashes Hovasapyan
It really depend on what you really want to gain. I guess the main point is to gain the knowledge... -- Regards, Artashes Hovasapyan On Tue, Mar 10, 2009 at 9:07 PM, VictorZang victor@gmail.com wrote: Hello, I'm starting this course today, but, I've a question: I can begin today

[java ee programming] Re: domain.xml

2009-03-05 Thread Artashes Hovasapyan
Maybe container has it's own timeout limit, which is again 30 minutes? In that case there is no point in increasing it in domain.xml? -- Regards, Artashes Hovasapyan On Fri, Feb 27, 2009 at 7:14 PM, Fernando Abreu fxab...@gmail.com wrote: Hi,I want to change the timeout that the client waits

[java ee programming] Re:

2009-02-25 Thread Artashes Hovasapyan
If you're working in Windows environment use Ctrl + PrtScr key combination to capture the screen and paste it into Paint to edit. -- Regards, Artashes Hovasapyan On Wed, Feb 25, 2009 at 3:09 AM, Chetana Shenoy chetan...@yahoo.com wrote: Hello : Can anyone please tell me any available

[java ee programming] Re: Reload and unload servlet

2009-02-25 Thread Artashes Hovasapyan
Not we. We don't load or unload servlets. It is the container who decides when to load or unload the servlet. -- Regards, Artashes Hovasapyan On Wed, Feb 25, 2009 at 1:23 PM, Biljana Biljana biljana_b...@yahoo.comwrote: Hi! I have question about servlet. When we have to reload

[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] 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: JSP Basics - param

2009-02-18 Thread Artashes Hovasapyan
will advice on this? -- Regards, Artashes Hovasapyan On Tue, Feb 17, 2009 at 8:46 PM, Extremely extremeba...@gmail.com wrote: Hi All, The JSP Basics lab tells us to modify the hello1 project and add: h2font color=blackYour hobby is ${param.hobby}!/font/h2 The question is, what

[java ee programming] Re: Next session add request

2009-02-18 Thread Artashes Hovasapyan
The current, 15th session had started on February 1st. To check about details of joining read http://www.javapassion.com/j2ee/ and http://www.javapassion.com/coursefaq.html. -- Regards, Artashes Hovasapyan On Wed, Feb 18, 2009 at 1:22 AM, Raydelto Hernandez rayde...@gmail.comwrote: Greetings

[java ee programming] Re: Java EE Overview Reading Resource s (¿Old?)

2009-02-17 Thread Artashes Hovasapyan
I think as far as you absorbed material from Java EE 5 Introduction it should be OK. ;) -- Regards, Artashes Hovasapyan On Tue, Feb 17, 2009 at 9:57 PM, Alexander Zuluaga alexander0zulu...@yahoo.com.ar wrote: Hi everyone. I just began the course this week, so I'm reading the Java EE

[java ee programming] Re: Support or Developement

2009-02-12 Thread Artashes Hovasapyan
faire avec le nouveau Windows Live ? Lancez-vous ! http://www.microsoft.com/windows/windowslive/default.aspx -- Share your photos with Windows Live Photos – Free Find out more!http://clk.atdmt.com/UKM/go/132630768/direct/01/ -- Regards, Artashes Hovasapyan

[java ee programming] Re: SERVLET and JP

2009-02-11 Thread Artashes Hovasapyan
Absolutely right. I forgot to mention that. :-) -- Regards, Artashes Hovasapyan On Wed, Feb 11, 2009 at 6:01 AM, Pravin Sinha pks_chen...@yahoo.com wrote: Adding to what Artashes already told. This translation, compilation and instantiation of the servlet is done by the container itself

[java ee programming] Re: SCJP Certification

2009-02-11 Thread Artashes Hovasapyan
! -- Regards, Artashes Hovasapyan On Wed, Feb 11, 2009 at 12:09 PM, Evans fiveholida...@hotmail.com wrote: Hello people, I'd suggest we try using Google or any other search engines for most of the trivial questions asked here. A quick Google search could have answered your question. I'm sure most

[java ee programming] Re: getAttribute method

2009-02-10 Thread Artashes Hovasapyan
it to java.sql.Connection: java.sql.Connection myConn = (java.sql.Connection) getServletContext().getAttribute(myDbConnection); -- Regards, Artashes Hovasapyan From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com

[java ee programming] Re: SERVLET and JP

2009-02-10 Thread Artashes Hovasapyan
When your JSP page is about to serve the request it is first translated into Servlet code, then compiled and finally run. So you'll always have one Servlet per JSP page. -- Regards, Artashes Hovasapyan On Tue, Feb 10, 2009 at 8:04 PM, arbi nabil arbi.na...@gmail.com wrote: Hi all Hope u're

[java ee programming] Re: Difference b/w installing and deploying

2009-02-09 Thread Artashes Hovasapyan
I guess it is for the case when you need to place the webapp on server, but not start it. -- Regards, Artashes Hovasapyan On Mon, Feb 9, 2009 at 10:32 AM, marco.deglinnoce...@gkndriveline.comwrote: Hi, in what cases you need to INSTALL a web-app? Is there any special task you may want

[java ee programming] Re: Servlet long processing cancelation when browser closes.

2009-02-06 Thread Artashes Hovasapyan
threading for you. -- Regards, Artashes Hovasapyan On Fri, Feb 6, 2009 at 1:31 PM, Mikhail Gerdov ger...@gmail.com wrote: Hi, I have a servlet which processes a request for a long time. It suppose to keep doing stuff in the loop inside doPost and send data through response's out writer

[java ee programming] Re: Question for MyFirstWebApp in LAB-4001

2009-02-04 Thread Artashes Hovasapyan
path). -- Regards, Artashes Hovasapyan On Wed, Feb 4, 2009 at 6:43 AM, Mark Shen markshen2...@gmail.com wrote: Hi, I follow the LAB-4001 and all test work fine. But I can not find the deployed files for the LAB when I check the glassfish v2 folder at C:\Program Files\glassfish-v2ur2

[java ee programming] Re: J2EE - legacy system

2009-01-26 Thread Artashes Hovasapyan
Hi, Try using Mule ESB or Java CAPS. -- Regards, Artashes Hovasapyan On Fri, Jan 23, 2009 at 7:58 PM, Mike Jamer mike.ja...@marinerpartners.comwrote: Hey Guys, I guess this is a question mostly out of general interest. I have a desire to attempt to interact with a legacy system

[java ee programming] Re: Hi

2009-01-26 Thread Artashes Hovasapyan
Please see course FAQ - http://www.javapassion.com/coursefaq.html -- Regards, Artashes Hovasapyan On Thu, Jan 22, 2009 at 2:13 AM, zaghman zagh...@gmail.com wrote: Hi All, Anybody know where i get register for this course? -- Regards, Artashes Hovasapyan

[java ee programming] Re: Volatile and Transient keywords

2009-01-07 Thread Artashes Hovasapyan
, Artashes Hovasapyan On Tue, Jan 6, 2009 at 1:27 PM, KK anishaparveen2...@gmail.com wrote: Hi , I would like to know the purpose of the keywords Volatile and Transient. If possible with an example. I have tried to understand them, but somehow not clear