|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I am doing a netbanking project.
It uses.. xml,xsl,....servlets,jsp,EJB,db2 Please help me out witha an architecture diagram of the above scenario... about how all these technologies have to be incoorporated giving importance to xml. An architechture diagram would be helpful. |
|
#2
|
|||
|
|||
|
XML can be used as the "language" used to communicate data between modules. You will need a servlet that can parse the XML and read the data from it. Once that is done you can use this data inside the servlet same as before.
|
|
#3
|
|||
|
|||
|
Just think of what each piece is doing.
jsp - serving pages to an HTTP browser. XML - data storage language XSL - data transformation (probably to HTML) servlets - read/write data to the db DB2 - database server now just think of where each piece fits. are you going to transform XML to HTML on the fly? the WROX book Java XML is really good. pick that up. it sounds like fun. /anu <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by bobbyjg: I am doing a netbanking project. It uses.. xml,xsl,....servlets,jsp,EJB,db2 Please help me out witha an architecture diagram of the above scenario... about how all these technologies have to be incoorporated giving importance to xml. An architechture diagram would be helpful. [/quote] |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Java and XML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|