org.apache.tools.ant.taskdefs.optional.ejb

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 » Build » ANT » org.apache.tools.ant.taskdefs.optional.ejb 
org.apache.tools.ant.taskdefs.optional.ejb
Java Source File NameTypeComment
BorlandDeploymentTool.javaClass BorlandDeploymentTool is dedicated to the Borland Application Server 4.5 and 4.5.1 This task generates and compiles the stubs and skeletons for all ejb described into the Deployment Descriptor, builds the jar file including the support files and verify whether the produced jar is valid or not.
BorlandGenerateClient.javaClass Generates a Borland Application Server 4.5 client JAR using as input the EJB JAR file. Two mode are available: java mode (default) and fork mode.
DDCreator.javaClass Builds a serialized deployment descriptor given a text file description of the descriptor in the format supported by WebLogic.
DDCreatorHelper.javaClass A helper class which performs the actual work of the ddcreator task.
DescriptorHandler.javaClass Inner class used by EjbJar to facilitate the parsing of deployment descriptors and the capture of appropriate information.
Ejbc.javaClass Builds EJB support classes using WebLogic's ejbc tool from a directory containing a set of deployment descriptors.
EjbcHelper.javaClass A helper class which performs the actual work of the ejbc task.
EJBDeploymentTool.javaInterface The interface to implement for deployment tools.
EjbJar.javaClass Provides automated EJB JAR file creation.

Extends the MatchingTask class provided in the default ant distribution to provide a directory scanning EJB jarfile generator.

The task works by taking the deployment descriptors one at a time and parsing them to locate the names of the classes which should be placed in the jar.

GenericDeploymentTool.javaClass A deployment tool which creates generic EJB jars.
InnerClassFilenameFilter.javaClass A filename filter for inner class files of a particular class.
IPlanetDeploymentTool.javaClass This class is used to generate iPlanet Application Server (iAS) 6.0 stubs and skeletons and build an EJB Jar file.
IPlanetEjbc.javaClass Compiles EJB stubs and skeletons for the iPlanet Application Server (iAS).
IPlanetEjbcTask.javaClass Compiles EJB stubs and skeletons for the iPlanet Application Server. The EJBs to be processed are specified by the EJB 1.1 standard XML descriptor, and additional attributes are obtained from the iPlanet Application Server-specific XML descriptor.
JbossDeploymentTool.javaClass The deployment tool to add the jboss specific deployment descriptor to the ejb jar file.
JonasDeploymentTool.javaClass The deployment tool to add the jonas specific deployment descriptors to the ejb JAR file.
WeblogicDeploymentTool.javaClass The weblogic element is used to control the weblogic.ejbc compiler for generating weblogic EJB jars.
WeblogicTOPLinkDeploymentTool.javaClass Deployment tool for Weblogic TOPLink.
WebsphereDeploymentTool.javaClass Websphere deployment tool that augments the ejbjar task. Searches for the websphere specific deployment descriptors and adds them to the final ejb jar file.
WLRun.javaClass Starts a WebLogic server. A number of parameters are used to control the operation of the weblogic instance.
WLStop.javaClass Shuts down a WebLogic server.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.