| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1694 人关注过本帖
标题:JAVA web system development---OTO pattern
只看楼主 加入收藏
winniechou
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2004-6-8
收藏
 问题点数:0 回复次数:3 
JAVA web system development---OTO pattern

hey, all,

I've successfully developed a new WEB system with the XML technologies. here i'd like to share my theory and practice with you.

first, I've been very familiar with Microsoft's MSXML v4.0, so I made all html protoType of my designing system. With XMLHTTP component communicating with Servlet which receiving data from DAO and sending data to EJB under the help of XML templet files that are absolutely coherent with Database scheme.

to my surprise, all servlets in my system are all of four lines of codes which only act as a pass-bridge.

the communication between the MSXML v4 and Servlet is very perfect, the impression of front-pages of HTML are all just like the forms in VB6. such as the Datagrid, sorting, data edit in client-side cache, the master-detail relationship, all of these are impletmented on HTML pages and can easily be throwed to EJB or gotten form DAO.

THe link between DAO, EJB, servlet and HTML is XML files, i won't need help class, complicated servlet or JSP scriptlet, I also killed simple java bean, jsp Tag, all method constructor is all the same---one parameter(Document xmlDoc) all jsp pages are all of HTML, but dynamical function is more powerful than JSP pages

really cooooooollllllllll.............

winnie

[此贴子已经被作者于2004-06-08 09:02:34编辑过]

搜索更多相关主题的帖子: JAVA web pattern development system 
2004-06-08 09:01
winniechou
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2004-6-8
收藏
得分:0 

by the way,

later , I have named the new structure -----OTO development theory for web industry

out : DATABASE ----> DAO---(xml datastream)---->SERVLET--(xml datastream)--->HTML(MSXML)

in : HTML(MSXML)--(xml datastream)-->SERVLET---(xml datastream)-->EJB----->DATABASE

2004-06-08 09:02
lhn_lhn
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2004-5-25
收藏
得分:0 

怎么像广告?

好东西,可以具体帮着详细介绍点啊,怎么实现的,什么大原理啊。

2004-06-08 12:09
closer
Rank: 1
等 级:新手上路
帖 子:76
专家分:0
注 册:2004-5-25
收藏
得分:0 


2004-06-09 23:10
快速回复:JAVA web system development---OTO pattern
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014235 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved