k***n 发帖数: 12 | 1 大公司就是概念多,不知道XML和后台oracle有什么关系?
是不是还要一个application server? |
q*j 发帖数: 156 | 2 needs some kind of API.
【在 k***n 的大作中提到】 : 大公司就是概念多,不知道XML和后台oracle有什么关系? : 是不是还要一个application server?
|
a*****i 发帖数: 4391 | 3
yup.
【在 k***n 的大作中提到】 : 大公司就是概念多,不知道XML和后台oracle有什么关系? : 是不是还要一个application server?
|
a***n 发帖数: 665 | 4 ask a question secretly: u r not from Hong Kong bah?
【在 k***n 的大作中提到】 : 大公司就是概念多,不知道XML和后台oracle有什么关系? : 是不是还要一个application server?
|
B*****n 发帖数: 135 | 5
basically with XML in oracle server you can have dynamic XML
web pages like the one below:
SELECT * FROM stock where rise > 50%
oracle application server receives request for this page and
passes it to the db server which retrieves the result for the
embedded query and applies the style sheet specified and
returns a normal but pretty-formated html page.
【在 k***n 的大作中提到】 : 大公司就是概念多,不知道XML和后台oracle有什么关系? : 是不是还要一个application server?
|
k***n 发帖数: 12 | 6
那和普通的Servlet或ASP技术有什么区别?
【在 B*****n 的大作中提到】 : : basically with XML in oracle server you can have dynamic XML : web pages like the one below: : : : SELECT * FROM stock where rise > 50% : : oracle application server receives request for this page and : passes it to the db server which retrieves the result for the : embedded query and applies the style sheet specified and
|
j**y 发帖数: 147 | 7 XML-formatted data can be directly manipulated, queried and shared
by applications.
在 kevin (叔叔本华) 的大作中提到: 】 |