The Artima Developer Community
Sponsored Link

Design Forum
Architectural Design change

2 replies on 1 page. Most recent reply: Nov 4, 2005 11:20 AM by Shashank D. Jha

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Noopur

Posts: 1
Nickname: nrvy
Registered: Sep, 2005

Architectural Design change Posted: Sep 27, 2005 1:13 AM
Reply to this message Reply
Advertisement
Hi All,

I have an architectural question.

Right now I have a oracle database from where my Middleware (TIBCO) picks up data does a bit of processing and formats this processed data in an XML.

Then this XML is FTP'd to the web server from where the jsps get data from this XML and show it on HTMLs.

Now can anyone please suggest me an alternate architecture for this design wherein the JSPs are not running on the web server.

Thanks in advance
NRVY


Carl Asman

Posts: 3
Nickname: freelancer
Registered: Oct, 2005

Re: Architectural Design change Posted: Oct 4, 2005 2:58 AM
Reply to this message Reply
you could use XSLT for the transformation from XML to HTML, and transfer the HTML to the server.
Than you could do with any basic webserver.

--
Carl Asman, M.Sc. in Computer Science
Freelancing software engineer
visit www.edlin.org to contact me regarding software projects

Shashank D. Jha

Posts: 68
Nickname: shashankd
Registered: May, 2004

Re: Architectural Design change Posted: Nov 4, 2005 11:20 AM
Reply to this message Reply
> Now can anyone please suggest me an alternate architecture
> for this design wherein the JSPs are not running on the
> web server.

Its not clear if you don't want to use for displaying your datas or looking for some alternate architesture?

regards,
shashank

Flat View: This topic has 2 replies on 1 page
Topic: MVC or MCV Previous Topic   Next Topic Topic: Should I create an interface if I have only one implementation?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use