example

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 » EJB Server resin 3.1.5 » examples » example 
example
Java Source File NameTypeComment
AbstractCommand.javaClass Abstract base class for commands.
AdProducer.javaClass
AppConfig.javaClass AppConfig is a singleton <bean> service containing configuration.
AskCommand.javaClass
Basic.javaClass Implements a resource which is a plain-old bean, which exposes the getData() method as a JMX-managed attribute.
BasicMBean.javaInterface Management interface for the basic MBean.
BasicServlet.javaClass The BasicServlet executes a simple JDBC query.
BurlapMathService.javaClass
Calculator.javaClass
Car.javaClass
Category.javaClass
Color.javaenum
CometState.javaClass
ConnectionFactoryImpl.javaClass Application's view of the connection factory.
ConnectionImpl.javaClass Implementation of the user's view of the connection.
Course.javaClass Local interface for a course taught at Hogwarts, providing methods to view and change it.
CourseBean.javaClass Local interface for a course taught at Hogwarts, providing methods to view and change it.
CourseServlet.javaClass The CourseServlet queries the active courses and displays them.
CreateServlet.javaClass A client to illustrate the services of the CourseBean CMP bean.
Emitter.javaClass Implements an MBean which sends notifications.
EmitterMBean.javaInterface Interface for the EmitterMBean.
FlickrAPI.javaInterface
FlickrImpl.javaClass
Grade.javaClass Implementation class for the Student bean.
GreetingAPI.javaInterface The Greeting service returns a simple string.
GreetingClientServlet.javaClass The greeting client calls the GreetingAPI client.
GreetingImpl.javaClass The Greeting service returns a simple string.
Hello.javaInterface Interface for the Hello session.
HelloBean.javaClass Implementation of the Hello bean.
HelloModule.javaClass
HelloResult.javaClass
HelloService.javaInterface
HelloServiceImpl.javaClass
HelloServlet.javaClass
HelloWorldPortlet.javaClass
HessianMathService.javaClass
HessianSerializeServlet.javaClass
House.javaClass Implementation class for the House bean.
InitServlet.javaClass The InitServlet initializes the database.
InvalidGroupIdException.javaClass
Listener.javaClass Implements an MBean event listener.
ListenerMBean.javaInterface Interface for the ListenerMBean.
ListenerServlet.javaClass A client listener servlet to show the MBean listener pattern.
LogService.javaClass
LogServiceImpl.javaClass
Magic8Ball.javaClass Professor Trelawney's magic 8 ball. The magic 8 ball will return a prophecy with getProphecy().

The default prophet is Professor Trelawney (of course).

Magic8BallProtocol.javaClass
Magic8BallRequest.javaClass Protocol specific information for each request.
ManagedConnectionFactoryImpl.javaClass Main interface between Resin and the connector.
ManagedConnectionImpl.javaClass ManagedConnectionImpl represents the underlying (SPI) connection to the resource.
ManyToManyServlet.javaClass A client to illustrate the many-to-many relation.
ManyToOneServlet.javaClass A client to illustrate the query.
MathService.javaInterface
MathServiceImpl.javaClass
MessageServlet.javaClass
MessageStoreService.javaClass
Model.javaenum
Movie.javaClass
MovieFinder.javaInterface
MovieFinderImpl.javaClass
MovieLister.javaClass
MovieServlet.javaClass
MyListener.javaClass
OneToManyServlet.javaClass A client to illustrate the query.
Parser.javaClass Parse a request made using the magic8ball protocol, returning appropriate objects that are instances of AbstractCommand.
PeriodicTask.javaClass
PeriodicTaskFilter.javaClass Filter to show a maintenance page if the MaintenanceRunner is active.
PeriodicTaskMBean.javaInterface Perform a task and keep track of statistics.
PeriodicTaskServlet.javaClass A Servlet that provides a user interface for managing a PeriodicTask.
Prefect.javaClass Implementation class for the Student bean.
QueryServlet.javaClass A client to illustrate the query.
Recipe.javaClass
ServiceFrontendServlet.javaClass
SessionServlet.javaClass
SetProphetCommand.javaClass
Student.javaClass Implementation class for the Student bean.
Swap.javaInterface Interface to swap courses.
SwapBean.javaClass Implementation of the Swap bean.
SwapServlet.javaClass The SwapServlet swaps cources.
Test.javaClass Implements a resource which is a plain-old bean, which exposes the getData() method as a JMX-managed attribute.
TestAdmin.javaInterface Management interface for the basic MBean.
TestCometServlet.javaClass
TestMBean.javaInterface Management interface for the basic MBean.
TestServlet.javaClass Implementation of the test servlet.
Theater.javaClass
TimerResource.javaClass Implements a resource which uses uses Work management for separate threading.
TimerService.javaClass
User.javaClass
UserService.javaInterface
UserServiceImpl.javaClass
ViewLogServlet.javaClass
WorkResource.javaClass Implements a resource which uses uses Work management for separate threading.
WorkScheduleTimerTask.javaClass Implements the timer task.
WorkTask.javaClass Implements the work task.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.