just being curious, is it possible to connect a gsm handphone/cell phone to a computer via Bluetooth or InfraRed to provide a network to a Java program whose...
Hi Mayur, This is kalyan.iam having a bit exp in j2me prj. 1) How can I connect my pc to cell phone model [Nokia 6030]? Which cable I need to connect to it, do...
Hi friends, I am new to this group and i joined recently into this group please help me. In my project i am using the JMS and EJB(MDBs). My application will...
Hi frz I have to write a servlet which takes multiple mail ids given in TO,CC of compose and stores the ids in the database separately by dividing them in to...
hi farah k. it is not possible coz for that ur computer should support the network.. and if your comp supports it then only it is possible [Non-text portions...
Use stringTokenizer class ... From: Java_Official@yahoogroups.com [mailto:Java_Official@yahoogroups.com] On Behalf Of srikanthforjava Sent: Wednesday, March...
Ramit bhardwaj
ramitb@...
Mar 1, 2006 6:38 pm
24718
hello bruno. there is an easier way. try: byte[] newArray = new byte[end - start]; System.arraycopy(oldArray, start, newArray, 0, newArray.length); i haven't...
Ok, I have no idea whwere to start... I want to do two things (after loadding an image): look for a specific color and change its alpha value to 0 and zoom...
Hi friends, I am getting an error while running a simple application where I have used Generic code. I am getting an error: has wrong vresion 49.0 should be...
Hello to all PLs check this my java rmi file and tell me what is the error.That application is not running on my pc. Thank you. ... Yahoo! Mail Bring photos...
This is not only the easiest but also the fastest way of copying arrays in java. This is because System.arrayCopy is implemented in the native code. ... From:...
Ramit bhardwaj
ramitb@...
Mar 2, 2006 8:46 am
24723
Hi all, i have knowledge of MVC2 arch. and have hands on exp. in JSP, servlets and simple JDBC with Tomcat. now i want to use Struts in my application . where...
use jre version 5.0 ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Can any one plz answer me these questions? 1.Can I just abort processing a JSP? 2.What is a better approach for enabling thread-safe servlets and JSPs?...
Hi , This link is dead now. Does anybody know same type of website or whether they changed theirm url? Regards Piyush Aggarwal ... Thanks for the link, but I...
Hi, Can any one in the group have used any type of job scheduling with tomcat or JBOSS server. Please send me the details. Regards, Dev ... Jiyo cricket on...
hi all I getting error using ANT i.e. D:\workspace\sharephoto>ant clean deploywar Buildfile: build.xml [taskdef] File...
Pavan Agrawal
awaitingreply@...
Mar 2, 2006 5:20 pm
24729
go for apache.org site and you will find struts link and dummy application there. u will find both the all the version of struts framewok too. if u still find...
... Use the tag <jsp:forward page="url" /> ... SingleThreadModel is deprecated as of Servlet 2.4. Note this from the JavaDoc: "Note that SingleThreadModel does...
Hi friends, here i am trying to display some message in a textArea which contains in dialog box (its like popup menu/box). the problem here is when i click on...
hello friends, my problem is : i want call a servelts into javascript and i used a .jsp file and in that jsp file not include any html code just only a...
http://www.roseindia.net/struts/struts_tiles.shtml ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the...
Unless you have something like AJAX, the only way that JavaScript can call a servlet is by submitting an HTML form. This requires some HTML coding, and calling...
hi rekha Can you elabarote more on the problem? ... -- Regards Pavan Kumar Agrawal 09871107122 [Non-text portions of this message have been removed]...
Pavan Agrawal
awaitingreply@...
Mar 3, 2006 6:11 am
24737
hi all, while i'm executing the hibernate with struts ,i get follwing exception. if any one knows pls tell me the solution.Kindly help me. Thanks Latha.V type...
Hi java_officials, I try to handle error code(HTTP ERROR CODE ; 401, 403, 404, 500) through web.xml in my application. But the server does not recognize the...