P Jain

Ranch Hand
+ Follow
since Jul 31, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by P Jain

Hi,

I want to send XML content into HTTP request, and then on server want to write a jsp that will do validation on this XML content (check for syntax error). And according to the result of validation I need to show a page with success message.

thanks
P Jain
18 years ago
JSP
Hi,

I am new to jsp. I need to write a page which has a link. On selecting that link, it will call a jsp which has javascript such that it will print the User Agent of the client.

thanks
P Jain
18 years ago
JSP
Hi,

I am new to this group, I want to know that how do I send a response from server which contain XML document or a specific XML element(that contains other elements aslo).

P Jain
Hi,

I am new to this group, I want to know that how do I send a response from server which contain XML document or a specific XML element(that contains other elements aslo).

P Jain
Hi,

I am new to this group, I want to know that how do I send a response from server which contain XML document or a specific XML element(that contains other elements aslo).

P Jain
19 years ago
Hi!
Thanks for your reply.
But Can I do it with simple java.
19 years ago
Hi!
Thanks for youe reply
But can I access excel file (especially csv) by using simple java.
Or it is necessary to use JDBC for this.
Because normally when we have to access text file we don't use JDBC.
19 years ago
Hi!
I have an Excel Sheet that contains different Columns such as

SCRIPT and RESULT

I have to read data from SCRIPT column and write some data in RESULT column.
This Excel Sheet contains 10 rows.

How do I can read data (from specific column) from Excel Sheet and then write in the (specific column) Excel Sheet.
19 years ago
Hi!
I have an Excel Sheet that contains different Columns such as

SCRIPT and RESULT

I have to read data from SCRIPT column and write some data in RESULT column.
This Excel Sheet contains 10 rows.

How do I can read data (from specific column) from Excel Sheet and then write in the (specific column) Excel Sheet.
19 years ago
Hi!

I am having two frame frm1 and frm2. fr1 contains one button and textarea. frm2 contains combo box that contains some text. When I clicks on button frm2 gets visible but frm1 gets mininized, I want to make both the frame visible simaltaneously so that I can insert some text in textarea of frm1 by selectin text from combo box of frm2.
Just like modeless dialog box.

Is it possible, if yes then how ?
19 years ago
Hi!

I am having two frame frm1 and frm2. fr1 contains one button and textarea. frm2 contains combo box that contains some text. When I clicks on button frm2 gets visible but frm1 gets mininized, I want to make both the frame visible simaltaneously so that I can insert some text in textarea of frm1 by selectin text from combo box of frm2.
Just like modeless dialog box.

Is it possible, if yes then how ?
19 years ago
Hi!

I have one JFrame frm1 which contains some text fields and button "Press".
When I clicks on this button another JFrame frm2 gets visible and enabled.
But again if I clicks on frm1, frm2 gets minimized, I want to work on both frame simaltaneously.
Irrespective of the button click on any frame,both the frame should be visible untill and unless I explicitely minimize or close any frame.


How Can I do that ?
19 years ago
Hi!

Can we add a small JEditorPane on the ImageLabel.

I am having an image which I have setted as ImageLabel on the Panel.I want to add a small JEditorPane on that Image.
19 years ago
Hi!

I have a jar file which contains some images.
I have some texts and image names (which are present in jar file) and there coordinates.
Can I create a image file that contains text and images (from jar file) at specific coordinates ( I mean by extracting specific images from the jar file ).
19 years ago
Hi!
I am new to J2ME.
I am working on one mobile application. In this application I made a Interface in J2SE,which has certain buttons,these buttons are associated with the keys of the mobile connected to this Interface.
When I clicks on some button that particular operation perform on the mobile. I want to display the Screen updates on the Interface by the use of J2ME.
Is it possible ?
Can I use J2SE with J2ME(for display Screen) ?
19 years ago