资 源 简 介
_A high-performance java-based Ext.Direct server side implementation,which can be integrated with other frameworks easily.(custom router)
And we provider a default router for EJB and non-managed POJO class._
features :
1. EJB & POJO Supported by Default.
1. Router and DefaultRouter provide a easy way to access current request, session and application.
1. Basic RPC Support : complex-structure arguments(convert to List, Map), complex-structure return(List, Map, JavaBean), and batch-request.
1. Form-Post & File-Upload Support.
1. Easy to Customize Your Own Router : Just extend ejeeb.router.Router and override initApi(...) , you can integrate ejeeb to other frameworks in minutes.
1. Ext.Direct Event Support (implemented by polling) : you can simply publish event like :
Server-Side Java Code
DirectEventPublisher.publish("eventName",data1,data2,....);
Browser-Side Javascript
Ext.Direct.on("eventName",funtion(event){ //DO SOMETHING //var data1 = ev