Click here to Skip to main content
15,914,444 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XSLT for converting an XML document to Text file Pin
Philip Fitzsimons15-Jan-04 2:48
Philip Fitzsimons15-Jan-04 2:48 
GeneralHTTP Get-Post and XML Pin
Monty29-Jan-04 0:52
Monty29-Jan-04 0:52 
GeneralRe: HTTP Get-Post and XML Pin
Not Active13-Jan-04 3:42
mentorNot Active13-Jan-04 3:42 
GeneralRe: HTTP Get-Post and XML Pin
laker_6619-Jan-04 9:57
laker_6619-Jan-04 9:57 
GeneralJSP and Tomcat Pin
The_Server9-Jan-04 0:24
The_Server9-Jan-04 0:24 
GeneralRe: JSP and Tomcat Pin
ZoogieZork9-Jan-04 2:06
ZoogieZork9-Jan-04 2:06 
GeneralRe: JSP and Tomcat Pin
The_Server9-Jan-04 2:18
The_Server9-Jan-04 2:18 
GeneralRe: JSP and Tomcat Pin
ZoogieZork9-Jan-04 17:28
ZoogieZork9-Jan-04 17:28 
You really should focus on one thing at a time. First, play around with JSP to get an idea of how it works and get a feel for writing dynamic pages with JSP. There are plenty of tutorials for this, just check Google. Here's one that I ran across:
http://www.jsptut.com/[^]

Next, get familiar with a database system. MySQL is a popular choice for getting started, since it's free and has a Win32 version:
http://www.mysql.com/downloads/mysql-4.0.html[^]
There's also PostgreSQL, which is more powerful but trickier to get started with.

Finally, you can put them together. The standard way to interface with a database in Java is through JDBC. Simple tutorial:
http://java.sun.com/docs/books/tutorial/jdbc/[^]

- Mike
GeneralRe: JSP and Tomcat Pin
The_Server10-Jan-04 21:46
The_Server10-Jan-04 21:46 
GeneralRSS Feed not displaying properly Pin
AAntix7-Jan-04 8:02
AAntix7-Jan-04 8:02 
QuestionXSLT of data extracted via XPath? Pin
AndrewCherry3-Jan-04 17:01
AndrewCherry3-Jan-04 17:01 
AnswerRe: XSLT of data extracted via XPath? Pin
avnrao4-Jan-04 23:37
avnrao4-Jan-04 23:37 
Generalxml transform Pin
samo7a2-Jan-04 11:10
samo7a2-Jan-04 11:10 
GeneralRe: xml transform Pin
Heath Stewart2-Jan-04 11:51
protectorHeath Stewart2-Jan-04 11:51 
GeneralSerializing web server controls Pin
Rafik2-Jan-04 10:33
Rafik2-Jan-04 10:33 
GeneralRe: Serializing web server controls Pin
Heath Stewart2-Jan-04 11:49
protectorHeath Stewart2-Jan-04 11:49 
GeneralSerializing Arrays in .NET Pin
mohn331031-Dec-03 15:07
mohn331031-Dec-03 15:07 
GeneralRe: Serializing Arrays in .NET Pin
mohn331031-Dec-03 15:09
mohn331031-Dec-03 15:09 
GeneralRe: Serializing Arrays in .NET Pin
Heath Stewart2-Jan-04 11:44
protectorHeath Stewart2-Jan-04 11:44 
GeneralRe: Serializing Arrays in .NET Pin
mohn33102-Jan-04 14:16
mohn33102-Jan-04 14:16 
GeneralRe: Serializing Arrays in .NET Pin
Heath Stewart2-Jan-04 19:44
protectorHeath Stewart2-Jan-04 19:44 
Generalextract data from xml document Pin
samo7a30-Dec-03 11:06
samo7a30-Dec-03 11:06 
GeneralRe: extract data from xml document Pin
Nick Parker2-Jan-04 6:55
protectorNick Parker2-Jan-04 6:55 
GeneralProblem with transformation result Pin
tamekyle30-Dec-03 9:09
tamekyle30-Dec-03 9:09 
GeneralRe: Problem with transformation result Pin
Heath Stewart31-Dec-03 11:23
protectorHeath Stewart31-Dec-03 11:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.