TransferCM

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 » Content Management System » TransferCM 
TransferCM
License:The Artistic License
URL:http://www.transfercm.com/opensource.shtml
Description: TransferCM is one in a sea of content management systems
Package NameComment
com.methodhead
com.methodhead.aikp

An acronym for "auto int key persistable", aikp provides a persistable that automatically generates its own integer key; aikp also includes a Struts action that automates typical aikp operations: new, edit, save, and delete.

com.methodhead.auth

A collection of classes used to build Struts applications that support authentication and authorization. Subclass {@link com.methodhead.auth.AuthAction AuthAction} to control who executes actions. Use {@link com.methodhead.auth.LoginAction LoginAction} to log users in and out of an application. These classes work with users that implement {@link com.methodhead.auth.AuthUser AuthUser}.

To integrate this package into your application:

  1. Install the following resources appropriately in your web application:

    • Struts 1.1 files
    • mhf.jar
  2. From {@link com.methodhead.auth.LoginAction LoginAction's javadocs}, copy the action mappings, forwards, and forms into your struts-config.xml.

  3. From {@link com.methodhead.auth.LoginAction LoginAction's javadocs}, copy the message resources into your application resources file.

  4. Update the /login mapping's parameter with the appropriate user class for your application.

  5. Make sure the following resources (or their equivelant) are in your application:

    • login.jsp
    • accessdenied.jsp
    • index.jsp

    Be sure to update the action mappings appropriately if you use your own resources.

com.methodhead.event
com.methodhead.mail
com.methodhead.menu
com.methodhead.persistable

This library provides classes the provide a foundation for database applications.

{@link com.methodhead.persistable.ConnectionSingleton ConnectionSingleton} provides access to named database connection pools. {@link com.methodhead.servlet.ConnectionServlet ConnectionServlet} can be used to initialize a ConnectionSingleton in a webapp.

{@link com.methodhead.persistable.Persistable Persistable} (and its subclass {@link com.methodhead.persistable.KeyedPersistable KeyedPersistable}) serve as the foundation for objects used to access data in a database.

{@link com.methodhead.test.DbTestCase DbTestCase} is a test case that uses a ConnectionSingleton to provide database access.

com.methodhead.property
com.methodhead.reg
com.methodhead.res
com.methodhead.servlet
com.methodhead.shim
com.methodhead.sitecontext

Provides the classes around which multi-site applications are built. Multi-site applications segment data according to a {@link com.methodhead.sitecontext.SiteContext}. Classes that implement {@link com.methodhead.sitecontext.SiteContextCapable} are expected to operate with respect to a site context.

If no site context (or a null site context) is set, a SiteContextCapable is expected to operate with respect to no context in particular.

Using {@link com.methodhead.property.Property} as an example, when its site context is set, {@link com.methodhead.property.Property#loadAll} will load all properties defined for that context. If no context is set, loadAll will return properties defined for all contexts.

com.methodhead.tag
com.methodhead.test
com.methodhead.transfer
com.methodhead.tree
com.methodhead.util

A collection of utility classes.

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