ritesh r

Greenhorn
+ Follow
since Jul 19, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ritesh r

Hi techies,
I am a newbie to J2EE and EJB programming.Can anyone advise me as how to design and develop a conversational pattern for interaction between stateful session bean and entity beans.
Looking to hear from you.
Sincere Regards
Ritesh
Hi Friends:

I am a newbie to XML.
I am presently working on a application which would generate a PDF/SVG from a XML document using XSL-Formatting objects(XSL-FO).
Can anyone give me some pointers or examples on this.
Regards
Ritesh
Hi geetha:
I have read your article in the Forum and am facing the same problem .
Let me know if you are able to rectify the problem of yours.
I am having a JDBCDOMParser class which would be be having a static method for handling the SAXParser(similar to lines created by you i.e. the JDBCSAXParser for parsing the Resultset and creating and ending the elements).

Thanking you
Regards
R.Ritesh
ritesh_suvistas@yahoo.com
Hi techies:
I am facing a prob.
Can anyone help me,
Is there a need to validate a DTD for getting the relational data
from the SQL Server.Something like this.Plz clarify:
<!ELEMENT SQLStatement EMPTY>
<!ATTLIST SQLStatement
Name ID #REQUIRED
Username CDATA #REQUIRED
Password CDATA #REQUIRED
Statement CDATA #REQUIRED
Driver CDATA #REQUIRED
URL CDATA #REQUIRED
>
Will this DTD need to be put in the Java Code to validate the retrieval of
data from the database.
Thanking you.
Regards
R.Ritesh(Raman)
Hello there.If you did solve your problem can you help me in the same.I am also facing the same problem as concerned the Population of Database Scehamas to a XSD/XDR/XML/XML Schema.
Thanks in advance
Regards
Ritesh

Originally posted by Vagisha Sharma:
I have to develop an XML schema for some biological data and then write a tool in Java to produce a MySQL database. I found enough resources/tutorials for writing XML schemas but I don't have any idea how to go from XML Schema to MySQL database through Java.
I would appreciate your suggestions.
Thanks,
Vagisha


Hi Techies:
I am a newbie to XML and would like to know whether the records retrieved from the SQL Database can be updated or placed into XML.
Can anyone tell me how to go about solving this problem.
ALSO DO TELL ME WHETHER WE CAN DEVELOP OR HAVE A IMPORT FACILITY WHEREIN A database table-name schema can be populated into a DTD/XSD/XDR and etc.
Looking forward to hear from you.
Plz provide me with some pointers as to how to solve this problem.

Regards
Ritesh
Hi Techies:
I am a newbie to XML and would like to know whether the records retrieved from the SQL Database can be updated or placed into XML.Moreover I am getting a sort of Compile Time Error namely "XMLDocumentBuilder not found in Package dom.*".
Can anyone tell me how to go about solving this problem.

Looking forward to hear from you.
Regards
Ritesh
Hi friends:
Where to find the package as mentioned above.
Regards
R.Ritesh
Hi Techies:
I am a newbie to XML and would like to know whether the records retrieved from the SQL Database can be placed into XML.

Looking forward to hear from you.
Regards
Ritesh
Hi Folks:
Can anyone tell me how to go about sorting a Jtable using a DefaultTableModel.Pls provide me the pointers or sample source code .
Thanking u.
Sincere Regards
R.Ritesh
ritesh_suvistas@yahoo.com
22 years ago
Hi Folks:

Can anyone tell me how to go about sorting a Jtable using a DefaultTableModel.
Pls provide me the pointers or sample source code .
Thanking u.
Sincere Regards
R.Ritesh
ritesh_suvistas@yahoo.com
22 years ago
Hi :
But my problem has to be solve using JDBC.I have to call my Sql query with the fresh value inserted into the Database when I add a value.Can I recall my Swing Constructor again with a boolean flag which would help me identify the refresh of the fresh values inserted by the user.
Help me with how to call the Constructor(The Jtree is built using the Sql Quert initially).
Let me hear from you.
Thanking you.
Sincere Regards
Ritesh

Originally posted by Renee Zhang:
I think you can do it. I have several different nodes which refer to different classes. I create a node and insert it into the treemodel. It will display the node without refresh or repaint. Please take a look at the example at http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html.
Good luck!


22 years ago
Hello ALL:

I am developing a swing application.The initial JTree is populated using the Sql Query(JDBC)
My application have a JPopupItem which has a item namely"Add".
The ADD opens a Component Display Class in the SplitPane(ScrollPane is enabled).The ADD Class has a Saving functionality (The Procees will go to the SQL Server)which will help me add a new node to the JTree.
Can I do this...A Population of Jtree when I add a new node at Runtime and execute the Query again to populate the Jtree.
Help me..This is urgent
22 years ago
Hi Techies:
I want to develop a Web-based application where I would be having a Jtree with the population of Nodes from the Database.
Let me describe my problem.All the components are in Swing.
I am using a JTree-Explorer developed by me using Swing.. with a SplitPane.
And I am populating the JTree using a CORBA-Database Connetivity with my C++ Server implementation.
Now the problem is that I have a Right CLick of my MouseListener Activated to add dynamically some-contents
to my JTree.
So when I click my right-mouse of the Mouse,I am seeing a Popup(just like we see in WINDOWS) having
2-items namely "Add" and "View"
When I click "Add",the Japplet should display the other class containing the components in the lower frame of the Jtree.
Now tell me,how to do this ..How to put a Application(JInternalFrame) in the same Applet Window or I have to convert the JInternalFrame class into a Panel.
Advise me on this as soon as possible.If possible provide me some pointers or Source Code.
Thanking you.
Sincere REgards
Ritesh
ritesh_suvistas@yahoo.com
22 years ago
Hi Techies:
I want to develop a Web-based application where I would be having a Jtree with the population of Nodes from the Database.
Now when I click(right-click)one of the Child Nodes,I want to see my DisplayAdd Class to be visible in the lower pane of the same Jtree Window(i.e. the Applet).
Can I do something like thiss.
Help me with some pointers or SOurce code.It is urgent.
Thanking you.
Sincere REgards
Ritesh
ritesh_suvistas@yahoo.com
22 years ago