jakarta cactus

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 » Testing » jakarta cactus 
Cactus
License:Apache Software License
URL:http://jakarta.apache.org/cactus/
Description:Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).
Package NameComment
org.apache.cactus

Contains all classes needed for writing Cactus tests.

org.apache.cactus.build.documentation
org.apache.cactus.client.authentication

Contains classes that support using and testing various authentification schemes.

org.apache.cactus.extension.jetty

Contains classes to support running Cactus tests against an embedded Jetty container.

org.apache.cactus.extension.jsp

Contains utility classes to support unit testing of JSP tag libraries.

org.apache.cactus.framework.aspect
org.apache.cactus.framework.internal
org.apache.cactus.framework.internal.orchestrator
org.apache.cactus.framework.internal.orchestrator.handlers
org.apache.cactus.integration.ant

Contains the tasks and types provided for integration of Cactus with Ant.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container

Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container.enhydra

Contains the support for the Enhydra container.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container.jboss

Contains the support for the JBoss container.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container.orion

Contains the support for the Orion Application Server.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container.resin

Contains the support for the Caucho Resin container.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container.tomcat

Contains the support for the Apache Tomcat container.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.container.weblogic

Contains the support for the WebLogic server.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.deployment

Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.ant.deployment.application
org.apache.cactus.integration.ant.deployment.webapp
org.apache.cactus.integration.ant.util

Contains utility classes used by the Ant integration.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

org.apache.cactus.integration.maven
org.apache.cactus.integration.maven.test
org.apache.cactus.internal

Contains Cactus internal implementation classes.

org.apache.cactus.internal.client

Contains the classes implementing of the client side of Cactus.

org.apache.cactus.internal.client.connector.http

Contains the implementation of the HTTP transport for communication of the client-side test runner with the server-side redirectors.

org.apache.cactus.internal.configuration

Contains the classes that support the configuration of Cactus.

org.apache.cactus.internal.server

Contains the classes implementing the server side of Cactus.

org.apache.cactus.internal.server.runner

Contains the classes that implement the Cactus ServletTestRunner.

org.apache.cactus.internal.util

Contains various internal utility classes.

org.apache.cactus.mock
org.apache.cactus.sample.ejb
org.apache.cactus.sample.jetty
org.apache.cactus.sample.servlet
org.apache.cactus.sample.servlet.unit
org.apache.cactus.sample.servlet.util
org.apache.cactus.server

Contains the Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects.

org.apache.cactus.server.runner

Contains the ServletTestRunner which allows running Cactus tests from a browser.

org.apache.cactus.spi.client

Contains Cactus client-side SPI classes required to implement new protocols other than the Cactus-implemented ones.

org.apache.cactus.spi.client.connector
org.apache.cactus.spi.server
org.apache.cactus.test
org.apache.cactus.util

Contains various utility classes.

org.apache.maven.cactus.sample
org.apache.maven.cactus.sample.util
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.