Re: [java ee programming] Servlet Error

2010-12-09 Thread jitesh dundas
In that case, check your table name /Db details and the name that you use in your java code for referring to those table columns. JD On Wed, Aug 25, 2010 at 9:34 AM, jitesh dundas wrote: > Hi, > > If might not move the counter to the first record.. > 'try rs.movefirst or rs

Re: [java ee programming] Parse data

2010-09-24 Thread jitesh dundas
Yes, define a constructor or method that takes your input string.. Then loop through each line and serch for ';' .best would be toput thay in array string.. jd On 9/24/10, Santana wrote: > Hi all, > i'am newbie in JAVA and i would liked your point of views/opinion for > the following situation

Re: [java ee programming] issue with export data to MS Office

2010-08-31 Thread jitesh dundas
Hi Friend, Apache POI library is right for you. Let us know if you have issues.Especially for 2007 MS formata..good library manual.. Thanks, jd On 9/1/10, Thanh Cong Bui wrote: > Hi my partner! > I had problem with export Data to MS Word, Excel... Can anyone help me, are > there any Java Lib to

Re: [java ee programming] Cant Create Servlet

2010-08-31 Thread jitesh dundas
You need to check the server configurations & the details of what they will support. Just installing something and running all will cause such basic errors. Check the Configuration details for basic settings & yes, the installation guide too.. Please describe what environment are you using..

Re: [java ee programming] Cant Create Servlet

2010-08-30 Thread jitesh dundas
Need for details.. Are you having 2 JDKs .. http://forums.sun.com/thread.jspa?threadID=5144147 check eclipse pat for them, restart eclipse .. jd On 8/31/10, Nelson Rodrigo - LHQ wrote: > Dear Friends > > > > When I create a new servlet it says > > “An error has occurred when

Re: [java ee programming] How to use jdbc without openning SQLServer Management Studio and adding it ?

2010-08-27 Thread jitesh dundas
Hi, 2 ways for now Use JDBC but get the driver first for your database...put it in your project folder...then write the code(google that..plenty of items are there). Another way is to use Hibernate (if your project is Hibernate )... Thanks, jd On 8/27/10, Nguyễn Đình Đoàn wrote: > Hi fr

Re: [java ee programming] Servlet Error

2010-08-26 Thread jitesh dundas
ile: +94 77 311 > 6556 >  SAVE PAPER - Please consider our environment before printing  > > > -----Original Message- > From: jitesh dundas [mailto:jbdun...@gmail.com] > Sent: Wednesday, August 25, 2010 10:13 AM > To: nelson.rodr...@loadstarlk.com > Cc: java-ee-j2ee-

Re: [java ee programming] Servlet Error

2010-08-26 Thread jitesh dundas
 SAVE PAPER - Please consider our environment before printing  > > > -Original Message- > From: jitesh dundas [mailto:jbdun...@gmail.com] > Sent: Wednesday, August 25, 2010 9:24 AM > To: nelson.rodr...@loadstarlk.com > Cc: java-ee-j2ee-programming-with-passion@googlegroups

Re: [java ee programming] Servlet Error

2010-08-26 Thread jitesh dundas
cess only come to jsp otherwise direct to message html page. > > > > Thanks & Kind Regards, > Nelson Rodrigo > Executive – Software Development > LOADSTAR (PRIVATE) LIMITED > Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 > 6556 &g

Re: [java ee programming] Servlet Error

2010-08-26 Thread jitesh dundas
anks & Kind Regards, > Nelson Rodrigo > Executive – Software Development > LOADSTAR (PRIVATE) LIMITED > Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 > 6556 >  SAVE PAPER - Please consider our environment before printing  > > > -Origi

Re: [java ee programming] Servlet Error

2010-08-26 Thread jitesh dundas
gt; > > > But result is Name : null > > > > > > Thanks & Kind Regards, > > Nelson Rodrigo > Executive – Software Development > LOADSTAR (PRIVATE) LIMITED > Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 > 6556 > &

Re: [java ee programming] Servlet Error

2010-08-26 Thread jitesh dundas
t; > Nelson Rodrigo > Executive – Software Development > LOADSTAR (PRIVATE) LIMITED > Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 > 6556 > > P SAVE PAPER - Please consider our environment before printing ü > > > > From: java-ee-j2ee-pro

Re: [java ee programming] Servlet Error

2010-08-24 Thread jitesh dundas
*There is one issue in this suggestion my friend...* On Tue, Aug 24, 2010 at 9:27 AM, Ramesh K wrote: > Hi Nelson Rodrigo, > after retrieving the FullName from Database you have to store it in > any one of these scopes: > request,session or application > like > > *if* (rs.next()) { > > String *st

Re: [java ee programming] Re: Servlet Error

2010-08-23 Thread jitesh dundas
Thanks and I forgot to add this method if you are using this URL ( which is outside the existing application)... Heard of META -REFRESH METHOD for URL redirection..If the page is in your application, then what MEaraj said is fine..Else use the above.. URL :- http://www.w3schools.com/tags/tag_meta.

Re: [java ee programming] Re: Servlet Error

2010-08-23 Thread jitesh dundas
Note that the meta method is deemed deprecated but it worked for me several times.check it before use..For external sites, you could also use HTTPURLconnection or socket objects too.. Regards, JD On Mon, Aug 23, 2010 at 9:57 PM, jitesh dundas wrote: > Thanks and I forgot to add this method

Re: [java ee programming] progect JSF problem tag richFaces

2010-08-19 Thread jitesh dundas
Right..Also, have you included in your page the directives to import the JSF libraries.. Rich-faces might be missing some dependencies.. Something with your libraries & installation is wrong in name or path.. Regards, JD 2010/8/19 Faruk Gürses > hi > did you check your libraries ( jars ) ? di

Re: [java ee programming] progect JSF problem tag richFaces

2010-08-19 Thread jitesh dundas
It seem that your libraries are not in the project classpath..Have your included the JSF libraries ( with dependencies ) in the lib folder and mapped the entries in the config files of the project. Check your libraries.. Regards, Jitesh Dundas On Thu, Aug 19, 2010 at 4:05 PM, Christian wrote

Re: [java ee programming] Suggestion about Web service

2010-08-17 Thread jitesh dundas
Axis2 web services -apache project ..check online on its site.. regards , jitesh dundas On 8/17/10, tamal das wrote: > Hi, > > I want to learn web service and its implementation using Java. > Can somebody suggest any good book or website which is useful for beginner > in web

Re: [java ee programming] FW: Configure Apache

2010-08-10 Thread jitesh dundas
in the server tab in the bottom section of the window, right click and add server.then use the wizard to add ur server details & location..check the help file for this... regards, jd On 8/10/10, Nelson Rodrigo - LHQ wrote: > Hi Ramesh > > Thanks for your reply! > > > > Actually servlet issue is d

Re: [java ee programming] Re: Status Code 404

2010-08-09 Thread jitesh dundas
file name could be wrong in web.xml or path is wrong.. google for plenty solutions on this.. jd On 8/9/10, pradeek k wrote: > > may could be happens when the client request is not available in the > server ,can have have some mistakes while deploying or web xml not > configures properly refer se

Re: [java ee programming] Re: How to submit a form with form datas passed to it in a web service call

2010-07-21 Thread jitesh dundas
pass the request as an http post using webservices in xml form(mostly in xml form).. webservices server is axis2 or maybe others.. check the functions of the soap interfaces for ur webservice instance.. regards, jd On 7/21/10, Ram wrote: > Hi, > Are you using html forms? > Thanks > am > > On J

Re: [java ee programming] Help

2010-06-28 Thread jitesh dundas
There is no such request to be processed yaar. Just start contributing.. Have you gone through the advanced Java concepts..Join the tutorials, which should help you participate. Welcome! Regards, jd On Mon, Jun 28, 2010 at 10:09 PM, Irfan Ahmed wrote: > Just couple of weeks before I have compl

Re: [java ee programming] Help

2010-06-28 Thread jitesh dundas
(ofcourse after being clear of the concepts..) Regards, JD On Tue, Jun 29, 2010 at 10:09 AM, jitesh dundas wrote: > There is no such request to be processed yaar. Just start contributing.. > Have you gone through the advanced Java concepts..Join the tutorials, which > should help you pa

Re: [java ee programming] [Java EE (J2EE) Programming with Passion!]

2010-06-27 Thread jitesh dundas
goto eclipse or netbeans and download the IDE for the jdk that you want to use..Again, i assume you have downloaded the Java package from java.sun.com... follow the java tutorial for details.. regards, jd On Sun, Jun 27, 2010 at 5:02 PM, agungx2 wrote: > please help me. how to create applicati

Re: [java ee programming] J2EE BOOK RECOMMENDATION

2010-06-25 Thread jitesh dundas
3] Weaver J.L., Mukhar K., & Crume J.P. (February 2004). Beginning J2EE 1.4: From Novice to Professional. USA: Apress http://www.amazon.com/Beginning-J2EE-1-4-Professional-Beginner/dp/1590593413/ref=sr_1_1?ie=UTF8&s=books&qid=1277476692&sr=1-1#noop really good..I read this at my library.. don't

Re: [java ee programming] Re: J2EE BOOK RECOMMENDATION

2010-06-25 Thread jitesh dundas
Maybe this helps too.. http://www.amazon.com/Best-J2EE-books/lm/3TH00N4LDATL0 and http://www.info4java.com/free_ebooks/?free_ebook=free_j2ee_books Thanks, jd On Fri, Jun 25, 2010 at 12:57 AM, JKid314159 @ Windows 7 < lucky314...@gmail.com> wrote: > Hi: > > Thank you for these references. I a

Re: [java ee programming] Hibernate Mapping

2010-06-01 Thread jitesh dundas
Thanks..This should clarify any doubts.. Regards, Jitesh Dundas On Tue, Jun 1, 2010 at 12:24 PM, bambang passion < bambang.teleinfocomproj...@gmail.com> wrote: > Hi, > > Remember though that HQL is affecting on the entity or persistence object > > not the DB object. > &g

Re: [java ee programming] Hibernate Mapping

2010-05-31 Thread jitesh dundas
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/queryhql.html http://www.javalobby.org/articles/hibernate-query-101/ hope this helps... thanks, jd On Sun, May 30, 2010 at 2:44 PM, Kunal Raikar wrote: > Hi Ali > I don't want to include SQL query in hbm.xml file but I want a tool whi

Re: [java ee programming] Re: Hibernate Mapping

2010-05-31 Thread jitesh dundas
Hey Kunal, In addition to this, you might want to go through this tutorial. Notice how they dont mention any SQL queries either. http://www.vaannila.com/hibernate/hibernate-example/hibernate-tools-1.html http://www.hibernate.org/subprojects/tools.html I really think you need to learn basic SQL,

Re: [java ee programming] Re: Hibernate Mapping

2010-05-30 Thread jitesh dundas
I wonder if learning SQL would be the best solution here.. However,I will keep looking but I think you will get some answers from this group soon. Regards, jd On 5/31/10, Michèle Garoche wrote: > > > On May 30, 11:14 am, Kunal Raikar wrote: >> Hi Ali >> I don't want to include SQL query in hbm.x

Re: [java ee programming] Hibernate Mapping

2010-05-30 Thread jitesh dundas
2 ... lastly, follow the help file for hibernate in eclipse.. Thanks ...you refreshed my memory.I am learning myself.. Regards, Jitesh Dundas On 5/30/10, Kunal Raikar wrote: > I am new to Hibernate. I want to know how to convert SQL query into > hibernate mapping so that I can make use of h

Re: [java ee programming] Hibernate Mapping

2010-05-30 Thread jitesh dundas
You don't need too.just define the class operation properly.have you read the hibernate tutorial on jboss site... do note..you might need cp3connectionprovider if using jboss for some versions.can you install & tell us.. plz read the online tutorial and revert with issues if any .. thanks, jd On

[java ee programming] Fwd: EJB Error with Axis-

2010-05-16 Thread jitesh dundas
at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef .java:224) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:407) Axis is working fine as we can see the HappyAxis page now.. Thanks, Jitesh Dundas -- You received this message because y

[java ee programming] Error :- JSF 1.2 / Tomahauk MyFaces with jBoss 5.0/eclipse3.5

2010-04-21 Thread jitesh dundas
and adding the Tomahauk jar file. Please let me know what is the error in this installation? Regards, JItesh Dundas -- 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 ja

Re: [java ee programming] Error in running jBoss 4.2 with Eclipse3.5

2010-04-17 Thread jitesh dundas
be an implementation issue)? Regards, Jitesh Dundas On 4/15/10, jitesh dundas wrote: > > Dear Sir/Madam, > > Thank you very much. My server is working fine now. I installed v5.0 and > removed the JSf implementations(besides the changes in web.xml of the > server). > >

Re: [java ee programming] Error in running jBoss 4.2 with Eclipse3.5

2010-04-15 Thread jitesh dundas
Dear Sir/Madam, Thank you very much. My server is working fine now. I installed v5.0 and removed the JSf implementations(besides the changes in web.xml of the server). Regards, Jitesh Dundas On Thu, Apr 15, 2010 at 1:37 AM, Evans ' wrote: > Sorry, I couldn't open your file as m

Re: [java ee programming] problem with running a war file on a tomcat on a server(not localhost)

2010-04-11 Thread jitesh dundas
Hello, Just paste the war folder into the webapps fo der of tomcat. The war file must have the required structure of any project(web-inf contains lib & classes..) What is the error that you get. Check the structure of any sample example present in tomcat webapps folder. Another way is to start t

Re: [java ee programming] how to access the scope variable from outside the application.

2010-03-22 Thread jitesh dundas
Maybe passing the values as a querystring parameter might help..Again, could you store the information in some config file and then use this info.. Have you tried adding params in web.xml..try that and see if this helps.. jitesh dundas On 3/18/10, thanooj bharateeyudu wrote: > > hel

Re: [java ee programming] Network Packet sniffer using JPCap

2010-03-18 Thread jitesh dundas
Wow you seem to be having this as a project submission. I doubt you will pass like this. Anyweays, wish you good luck..Sorry i cannot help. do change some of your code else you will get caught.. thanks. jitesh dundas On Wed, Mar 17, 2010 at 6:04 PM, Meghana wrote: > Hello friends, > >

Re: [java ee programming] Find the J2ee web hosting site........

2010-03-18 Thread jitesh dundas
KARJO SIR. HU VIDYANAGAR (NVPAS COLLEGE,ANAND ) MAA BHANYO CHU. *Regards, Jitesh Dundas On Mon, Mar 15, 2010 at 2:30 PM, Parag Dave wrote: > > Hi, Friends > > I want to need the site name for upload my small test website. So, have u > know any free web-hosting site for JSP

[java ee programming] JSTL Error - org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlSqlTLV

2010-02-11 Thread jitesh dundas
using JSTL 1.0 while Tomcat 5.5. uses JSTL1.1. ... Any help guys is appreciated ..Please help ASAP..note that my project is working fine on Tomcat 5.5. while it gives the above error on Tomcat 5.0 ..Both these servers are on seperate computers.. Thanks, Jitesh Dundas -- You received this message b

[java ee programming] Error In Fetching Data from STRING EMBL File

2009-12-18 Thread jitesh dundas
databases. Thus, I am trying to know what is going wrong here. I request your reply. Please let me know if you need anything else from my side. Regards, Jitesh Dundas -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!&quo

[java ee programming] How do I get set of protein interactors for a specific protein from my code

2009-12-01 Thread jitesh dundas
ider and which are the params involved. I am using Java as my language for doing so. Thanks in advance. Regards, Jitesh Dundas -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, sen

[java ee programming] Re: How to output HTML within java code

2009-11-08 Thread jitesh dundas
, Jitesh Dundas On Sat, Nov 7, 2009 at 12:13 AM, Molly wrote: > > Hello, > > I am trying to figure out how to output my HTML code. When I run the > program I want "Your IP Address Is: (IP here)" to appear at localhost: > 3000. It appears when I execute the code in Eclip

[java ee programming] Java Error:- XML Parsing Error: XML or text declaration not at start of entity

2009-11-01 Thread jitesh dundas
ot;+ connection.getResponseCode); OutputStreamWriter dosout = new OutputStreamWriter(connection.getOutputStream()); //System.out.println("After dosout object..Line No-63"); //dosout.write(str); dosout.close (); BufferedReader in = new BufferedReader( new InputStreamReader( connec

[java ee programming] Error in URL Connection Method

2009-09-24 Thread jitesh dundas
(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Unknown Source) Hello Properties Set After Authentication &

[java ee programming] Advise Needed-> networking question

2009-09-15 Thread jitesh dundas
programming is needed here).. Later, I intend to do this for mobiles wherein the user can block messages or calls that they maintain in a local block list.. Can anybody help me in this.. Regards, Jitesh Dundas --~--~-~--~~~---~--~~ You received this message

[java ee programming] Re: WAR vs. EAR vs. JAR

2009-09-08 Thread jitesh dundas
Hi, http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Overview4.html http://en.wikipedia.org/wiki/EAR_%28file_format%29 Hope this helps.. Regards, Jitesh Dundas On Sun, Sep 6, 2009 at 5:58 PM, Martin Skurla wrote: > > Hello, > > > I just start with JavaEE but i dont understand

[java ee programming] Help in URL Connectin Class

2009-08-26 Thread jitesh dundas
str, "UTF-8"); URL url = new URL(str); URLConnection connection = url.openConnection(); connection.setDoOutput(true); OutputStreamWriter outwr = new OutputStreamWriter( connection.getOutputStream()); outwr.write("st

Re: Về: [java ee programming] Fwd: Code

2009-08-21 Thread jitesh dundas
nection(); > conn.setDoInput(true); > //conn.setRequestProperty("Authorization", > userNamePasswordBase64(uname, pword)); > conn.connect(); > return conn.getInputStream(); > } > } > > --- Ngày *Thứ 6, 21/08/09, jitesh dundas * đã viết: > &g

[java ee programming] Fwd: Code

2009-08-21 Thread jitesh dundas
b2; byte b3; if (i >= bytes.length) { b2 = 0; b3 = 0; pad = 2; } else { b2 = bytes [i++]; if (i >= bytes.length) { b3 = 0; pad = 1; } else b3 = bytes [i++]; }

[java ee programming] Re: can anyone please tell me wat does this code mean??

2009-08-15 Thread jitesh dundas
on and return null in such a case* *I suggest you place the return null statement in the Exception block rather than at the end of execution. The code seems fine for now. But it is better you keep it inside to make it modular.* Hope this helps, Jitesh Dundas On

[java ee programming] Build e-commerce website using JavaEE?

2009-08-06 Thread jitesh dundas
Hope this helps. Check the mailing list for this conversation. Regards, JD On 8/6/09, NWOKOLO SUNDAY wrote: > > hi > i am interested in using java to design e-commerce site > > > > > -- Forwarded message -- From: jitesh dundas Date: Aug 5, 2009 6:31

[java ee programming] Re: Build e-commerce website using JavaEE?

2009-08-05 Thread jitesh dundas
Hi Atif, I agree with you completely. Hi Kevin, I suggested the same link of konakat in my previous mails. To save time, it is better to deploy an existing solution than build a new one. It is no use reinventing the wheel, unless the final product will be a better wheel. MySQL is an open-sou

[java ee programming] Hi Friends ! Need Help

2009-07-31 Thread jitesh dundas
s is all fine. This script calls the JSP page which in turn calls the Google Spell Check page). This way the above error should not come. Yet it gives, --->An error was encountered on the server. Please try again later." prompt ---\ Please help...I am really thankful

[java ee programming] Re: Need Help on Java Script

2009-07-27 Thread jitesh dundas
field as visible. Alternatively you could populate the span or div tag with the error message using the "innerhtml" in javascript. document.forms.field.innerhtml = "Error"; Alternatively , you could use hidden/display part for the error message. Hope this helps. Thanks &

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

2009-07-24 Thread jitesh dundas
, how. Where do register this alias. I want to to create a mail like jit...@dil-lab.org .. Can anyone help me out here. Thanks & Regards, Jitesh Dundas On Thu, Jul 23, 2009 at 6:09 PM, Ice-Man wrote: > As what meant (was meaning) your "network" doesN'T Alow local mail

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

2009-07-21 Thread jitesh dundas
s issue. How do I resolve this problem? Thanks & Regards, Jitesh Dundas On Wed, Jul 22, 2009 at 1:25 AM, pacior wrote: > The problem is that the host: smtp-auth.iitb.ac.in is not responding > now. > You can check that host is responding ( or not responding ) typing: > ping

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

2009-07-21 Thread jitesh dundas
& Regards, Jitesh Dundas On Tue, Jul 21, 2009 at 10:54 PM, Ice-Man wrote: > Oh, Jetesh > > Are u trying to execute it "locally (from localhost/your computer) and > are your computer connected within a coorporate network??! > Maybe, Mail Sending from Desktop (localh

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

2009-07-21 Thread jitesh dundas
get them checked. I request your reply. Thanks & Regards, Jitesh Dundas On Tue, Jul 21, 2009 at 8:23 PM, Mick Timony wrote: > I see two problems. > > The first is this: > > javax.mail.SendFailedException: Invalid Addresses; >

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

2009-07-21 Thread jitesh dundas
.openServer(SMTPTransport.java:1511) ... 6 more C:\Program Files\Java\jdk1.5.0_10\bin> Is this some kind of authentication problem? The code is compiling fine but it gives the above runtime error. Thanks & Regards, Jitesh Dunda

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

2009-07-21 Thread jitesh dundas
y access denied at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1344) ... 5 more Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 554 < jbdun...@gmail.com >: Relay access denied ... 6 more C:\Program Files\Java\jdk1.5.0_10\bin> Please help.. Thanks &

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

2009-07-21 Thread jitesh dundas
ord . Once this is done, we can go and browse any page, include the mailing websites( our institution mail box too). After this authentication, we goto the institution email website and enter our Email UserName and Password. Am I entering the credentials correctly. My PC's Ip Address has been add

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

2009-07-16 Thread jitesh dundas
Hi Friends, I am an MCA with 2 years experience, working in Mumbai. I am well-versed with Java, but I need to improve my skills in it. The reason is that I was working on other platforms till now. I need to become an expert in Java and C/C++ to aid in my research work. I will be posting questi