搜索资源列表
dwrDemo.war
- java dwr2.0测试使用代码。个人认为很有借鉴意义!-java dwr2.0 tested code. Personally think that a useful one!
DWRDemo
- dwr demo DWR的一个实例。。DWR的一个实例-dwr demo
dwrDemo
- 自己写的一个dwrDemo还有Freemaeker生成静态页面! -DwrDemo himself wrote a Freemaeker also generate static pages!
DWRDemo
- 项目使用DWR框架实现异步刷新功能,实现了一个简单的用户登录示例.-DWR framework of the project uses asynchronous refresh function to achieve a simple example of a user login.
dwr02
- DWRdemo例子,非官方,对初学者有很大帮助-DWRdemo example, non-government, of great help for beginners
dwrDemo
- 实现Java与dwr的整合,在编写用户界面时可以直接用javascr ipt方法调用java的公共类方法。-To achieve the integration of Java with dwr, in the preparation of the user interface can be directly used java javascr ipt method calls the public class methods.
DWRDemo
- DWR demo
DWRDemo
- DWR简单例子,它包含了简单的dwr配置和2级级联的简单实现-DWR simple example, it contains a simple cascade dwr configuration and two simple implementations
DWRDemo
- dwr框架的使用,用于学习和开发爱好者。-dwr frame using.
dwrDemo
- dwr应用实例, 其大概开发过程如下: 1.编写业务代码,该代码是和dwr无关的。 2.确认业务代码中哪些类、哪些方法是要由javascr ipt直接访问的。 3.编写dwr组件,对步骤2的方法进行封装。 4.配置dwr组件到dwr.xml文件中,如果有必要,配置convert,进行java和javascr ipt类型互转。 5.通过反射机制,dwr将步骤4的类转换成javascr ipt代码,提供给前台页面调用。 5.编写网页,调用步骤5的javascr ipt中的
