dwr

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » dwr 
License:
URL:http://getahead.org/dwr
Description:DWR allows Javascript in a browser to interact with Java on a server and helps you manipulate web pages with the results.
Package NameComment
com.omnytex
jsx3
jsx3.app
jsx3.chart
jsx3.gui
jsx3.gui.matrix
jsx3.html
jsx3.lang
jsx3.net
jsx3.util
jsx3.vector
jsx3.xml
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business.
org.directwebremoting.annotations

Provides annotations support for DWR.

org.directwebremoting.bayeux
org.directwebremoting.beehive
org.directwebremoting.contrib
org.directwebremoting.convert
org.directwebremoting.convert.mapped
org.directwebremoting.convert.test
org.directwebremoting.create
org.directwebremoting.create.test
org.directwebremoting.drapgen
org.directwebremoting.drapgen.ast
org.directwebremoting.drapgen.generate
org.directwebremoting.drapgen.generate.freemarker
org.directwebremoting.drapgen.generate.gi
org.directwebremoting.drapgen.generate.xslt
org.directwebremoting.drapgen.loader
org.directwebremoting.drapgen.loader.gi
org.directwebremoting.drapgen.util
org.directwebremoting.dwrp
org.directwebremoting.event
org.directwebremoting.export
org.directwebremoting.extend
org.directwebremoting.faces
org.directwebremoting.filter
org.directwebremoting.fluent
org.directwebremoting.fsguide
org.directwebremoting.fsguide.visitors
org.directwebremoting.guice

This package provides support for Guice dependency injection in DWR-based web applications. This documentation assumes you already understand Guice concepts.

To use this support minimally,

org.directwebremoting.guice.spring

This package provides support for using Spring beans in a DWR-Guice setting. This documentation assumes you already understand Guice concepts and some core Spring concepts.

To use this support, in the configure method of a concrete extension of org.directwebremoting.guice.DwrGuiceServletContextListener DwrGuiceServletContextListener , call install(new SpringModule(loader)) , where loader is an implementation of the org.directwebremoting.guice.spring.BeanFactoryLoader BeanFactoryLoader interface.

org.directwebremoting.hibernate
org.directwebremoting.impl
org.directwebremoting.impl.test
org.directwebremoting.io
org.directwebremoting.jaxer.impl
org.directwebremoting.jaxer.launch
org.directwebremoting.jaxer.servlet
org.directwebremoting.jms
org.directwebremoting.json This package includes an implementation of the JSON spec in Java.

The JSON spec includes the types object, array, number, string and boolean. We have chosen to use the Java types String and boolean to represent the last 2 of these, and a choice of int, long and double for number.

org.directwebremoting.proxy
org.directwebremoting.proxy.browser
org.directwebremoting.proxy.dwr
org.directwebremoting.proxy.io
org.directwebremoting.proxy.openajax
org.directwebremoting.proxy.scriptaculous
org.directwebremoting.selenium
org.directwebremoting.servlet
org.directwebremoting.spring
org.directwebremoting.struts
org.directwebremoting.testimpl
org.directwebremoting.util
org.directwebremoting.webwork
org.getahead.dwrdemo.address
org.getahead.dwrdemo.arac
org.getahead.dwrdemo.chat
org.getahead.dwrdemo.cli
org.getahead.dwrdemo.clock
org.getahead.dwrdemo.files
org.getahead.dwrdemo.filter
org.getahead.dwrdemo.fluent
org.getahead.dwrdemo.gidemo
org.getahead.dwrdemo.gidemo.bus
org.getahead.dwrdemo.intro
org.getahead.dwrdemo.marshall
org.getahead.dwrdemo.people
org.getahead.dwrdemo.proxy.demo
org.getahead.dwrdemo.pubsub
org.getahead.dwrdemo.reverse
org.getahead.dwrdemo.simpletext
org.getahead.dwrdemo.stress
org.getahead.dwrdemo.ticketcenter
org.getahead.dwrdemo.util
uk.ltd.getahead.dwr
uk.ltd.getahead.dwr.compat
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.