aranea mvc 1.1.1

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 » Web Framework » aranea mvc 1.1.1 
Aranea Web Framework
License:Apache Software License
URL:http://www.araneaframework.org/
Description:Aranea is an Open Source (APL 2.0) Java Hierarchical Model-View-Controller Web Framework
Package NameComment
example
org.araneaframework

Aranea base abstractions—components, services, widgets, environment and more.

org.araneaframework.backend

Contains classes that are not directly related to UI, but provide some necessary logics.

org.araneaframework.backend.list
org.araneaframework.backend.list.helper
org.araneaframework.backend.list.helper.builder
org.araneaframework.backend.list.helper.builder.compexpr
org.araneaframework.backend.list.helper.builder.expression
org.araneaframework.backend.list.helper.fields
org.araneaframework.backend.list.helper.naming
org.araneaframework.backend.list.helper.reader
org.araneaframework.backend.list.memorybased
org.araneaframework.backend.list.memorybased.compexpr
org.araneaframework.backend.list.memorybased.expression
org.araneaframework.backend.list.memorybased.expression.compare
org.araneaframework.backend.list.memorybased.expression.constant
org.araneaframework.backend.list.memorybased.expression.logical
org.araneaframework.backend.list.memorybased.expression.procedure
org.araneaframework.backend.list.memorybased.expression.string
org.araneaframework.backend.list.memorybased.expression.variable
org.araneaframework.backend.list.model
org.araneaframework.backend.list.sqlexpr
org.araneaframework.backend.list.sqlexpr.compare
org.araneaframework.backend.list.sqlexpr.constant
org.araneaframework.backend.list.sqlexpr.logical
org.araneaframework.backend.list.sqlexpr.order
org.araneaframework.backend.list.sqlexpr.procedure
org.araneaframework.backend.list.sqlexpr.string
org.araneaframework.backend.util
org.araneaframework.buildutil
org.araneaframework.core

Contains Aranea core interfaces and their base/standard implementation. Should be as minimal as possible and shouldn't depend on anything unless absolutely necessary.

org.araneaframework.core.util
org.araneaframework.example.blank
org.araneaframework.example.common.framework
org.araneaframework.example.common.framework.container
org.araneaframework.example.common.framework.context
org.araneaframework.example.common.framework.error
org.araneaframework.example.common.framework.resource
org.araneaframework.example.common.tags.example.component
org.araneaframework.example.common.tags.presentation
org.araneaframework.example.common.tags.wizard
org.araneaframework.example.main
org.araneaframework.example.main.business.data
org.araneaframework.example.main.business.model
org.araneaframework.example.main.business.util
org.araneaframework.example.main.message
org.araneaframework.example.main.release
org.araneaframework.example.main.release.demos
org.araneaframework.example.main.release.features
org.araneaframework.example.main.web
org.araneaframework.example.main.web.company
org.araneaframework.example.main.web.contract
org.araneaframework.example.main.web.demo
org.araneaframework.example.main.web.list
org.araneaframework.example.main.web.menu
org.araneaframework.example.main.web.misc
org.araneaframework.example.main.web.person
org.araneaframework.example.main.web.popups
org.araneaframework.example.main.web.sample
org.araneaframework.example.main.web.testing
org.araneaframework.example.main.web.tree
org.araneaframework.framework

Contains interfaces and implementations that make up the executable Aranea framework (filters, routers, etc) that do not depend on web.

org.araneaframework.framework.container

Standard implementations of Widget and Service containers.

org.araneaframework.framework.core

Base implementations of Widget and Service interfaces in org.araneaframework.framework package.

org.araneaframework.framework.filter

Aranea standard implementation of some filter Services and Widgets.

org.araneaframework.framework.message

Standard messages that can be sent to framework interfaces.

org.araneaframework.framework.router

Base and standard implementations of framework routers.

org.araneaframework.framework.util
org.araneaframework.http

Contains interfaces and implementations that make up the executable Aranea framework (filters, routers, etc) that depend on web (specially servlet, ...) interfaces.

org.araneaframework.http.container

Implementations of Widget and Service containers specific to web.

org.araneaframework.http.core

Web core components, request and response abstraction implementations, dispatchers.

org.araneaframework.http.extension

Classes dealing with Aranea web extensions.

org.araneaframework.http.filter

Web and HTTP protocol specific filters—AJAX, multi-part requests, redirection.

org.araneaframework.http.router

Web specific routers (session, emulated URLs).

org.araneaframework.http.service

Services that mostly have single purpose and are used through web.

org.araneaframework.http.support

Contains everything that is not an utility but belongs in http package

org.araneaframework.http.util
org.araneaframework.http.widget
org.araneaframework.integration.spring

Classes that integrate Spring with Aranea, including Aranea dispatcher servlet.

org.araneaframework.integration.spring.support
org.araneaframework.jsp

Contains Aranea JSP tags and supporting classes.

org.araneaframework.jsp.exception

Exceptions thrown by Aranea JSP tags.

org.araneaframework.jsp.support
org.araneaframework.jsp.tag

Contains all Aranea JSP tags.

org.araneaframework.jsp.tag.basic
org.araneaframework.jsp.tag.context

Tags whose only purpose is to provide some information to their inner tags, and are not tied to any specific Uilib widget.

org.araneaframework.jsp.tag.entity

Tags that output HTML entities.

org.araneaframework.jsp.tag.fileimport

Tags for importing Aranea and Aranea extensions resources (scripts, images).

org.araneaframework.jsp.tag.form

Aranea JSP tags that deal with construction of HTML forms.

org.araneaframework.jsp.tag.include
org.araneaframework.jsp.tag.layout

Contains the basic layout tags that provide a way to consistently lay out the content. Layouts have notion of rows and columns and usually are implemented using tables.

org.araneaframework.jsp.tag.layout.support
org.araneaframework.jsp.tag.presentation

Presentation tags that are independent of Uilib widgets, only widget specific functionality they may contain is event sending.

org.araneaframework.jsp.tag.support
org.araneaframework.jsp.tag.uilib

Tags for registering and rendering Uilib widgets.

org.araneaframework.jsp.tag.uilib.form

Aranea JSP tags that deal with construction of Uilib forms.

org.araneaframework.jsp.tag.uilib.form.element

Aranea JSP tags that render some type of Uilib FormElement's.

org.araneaframework.jsp.tag.uilib.form.element.date

Aranea JSP tags that render FormElements containing Date or Time Controls.

org.araneaframework.jsp.tag.uilib.form.element.display

Aranea JSP tags that render Uilib FormElements displayable only, without option for user changing their values.

org.araneaframework.jsp.tag.uilib.form.element.select

Aranea JSP tags that render Uilib FormElements in a way that one or many of these can be selected at a time.

org.araneaframework.jsp.tag.uilib.form.element.text

Aranea JSP tags that render Uilib FormElements that are basically just HTML text input fields (text, numbers, passwords, …).

org.araneaframework.jsp.tag.uilib.head

Tags that register or render Uilib widgets and for some reason must be rendered in HTML document HEAD.

org.araneaframework.jsp.tag.uilib.list

Tags that concern Uilib list and formlist widgets.

org.araneaframework.jsp.tag.uilib.list.filterform
org.araneaframework.jsp.tag.uilib.list.formlist
org.araneaframework.jsp.tag.uilib.tab
org.araneaframework.jsp.tag.uilib.tree
org.araneaframework.jsp.tag.updateregion

Updateregion tags for partial page updates with AjaxAnywhere.

org.araneaframework.jsp.util
org.araneaframework.mock
org.araneaframework.mock.core
org.araneaframework.mock.servlet
org.araneaframework.mock.servlet.filter
org.araneaframework.perftests
org.araneaframework.tests
org.araneaframework.tests.constraints
org.araneaframework.tests.constraints.helper
org.araneaframework.tests.framework.bean
org.araneaframework.tests.framework.component
org.araneaframework.tests.framework.container
org.araneaframework.tests.framework.filter
org.araneaframework.tests.framework.router
org.araneaframework.tests.integration
org.araneaframework.tests.jsp

Contains Aranea JSP tag and tag utility tests.

org.araneaframework.tests.mock
org.araneaframework.tests.servlet.extension.resources
org.araneaframework.tests.servlet.filter
org.araneaframework.tests.servlet.router
org.araneaframework.tests.servlet.util
org.araneaframework.tests.uilib.form
org.araneaframework.tests.util
org.araneaframework.uilib

Reusable user interface widgets.

org.araneaframework.uilib.core
org.araneaframework.uilib.event

Contains the event listeners and event helper classes used by UiLib widgets.

org.araneaframework.uilib.flowcontext.transitionhandler
org.araneaframework.uilib.form

Contains the base forms classes, including the form element classes which play the role of "Controller/Mediator"s in forms.

org.araneaframework.uilib.form.constraint

Contains the constraint classes, which may be used to impose arbitary constraints on the form data.

org.araneaframework.uilib.form.control

Contains the controls classes, which somewhat reflect the HTML form controls and manage the direct interaction with the request and renderer.

org.araneaframework.uilib.form.control.inputfilter
org.araneaframework.uilib.form.converter

Contains the converter classes, which manage the task of converting the form data from one type to another.

org.araneaframework.uilib.form.data

Contains the data item classes, which hold the data in forms and provide the type information used to find appropriate convertors.

org.araneaframework.uilib.form.formlist

Uilib formlists implementations. Formlists are lists that consists of forms (their may be editable).

org.araneaframework.uilib.form.formlist.adapter
org.araneaframework.uilib.form.formlist.model
org.araneaframework.uilib.form.reader

Contains the reader/writer classes, which allow to read/write different data structures (like Beans("Value objects") and Maps) from/to forms.

org.araneaframework.uilib.form.visitor

Visitor pattern implementation for forms.

org.araneaframework.uilib.list

Contains Uilib list widget implementations, list data providers, list structure classes, list filtering and ordering classes and assorted utilities.

org.araneaframework.uilib.list.dataprovider

Data providers for Uilib Lists, both memory and backend (database) based.

org.araneaframework.uilib.list.structure
org.araneaframework.uilib.list.structure.filter
org.araneaframework.uilib.list.structure.filter.advanced
org.araneaframework.uilib.list.structure.filter.atomic
org.araneaframework.uilib.list.structure.filter.composite
org.araneaframework.uilib.list.structure.filter.field
org.araneaframework.uilib.list.structure.order
org.araneaframework.uilib.list.util
org.araneaframework.uilib.list.util.comparator
org.araneaframework.uilib.list.util.converter
org.araneaframework.uilib.list.util.like
org.araneaframework.uilib.menu
org.araneaframework.uilib.support

Contains the classes, that represent data without any behaviour used in UiLib.

org.araneaframework.uilib.tab
org.araneaframework.uilib.tree
org.araneaframework.uilib.util

Contains miscellaneous utility classes used by UiLib classes.

org.araneaframework.uilib.widgets.lists.tests.mock
org.araneaframework.uilib.widgets.lists.tests.tests
org.araneaframework.uilib.widgets.lists.tests.tests.expression
org.araneaframework.uilib.widgets.lists.tests.tests.sqlexpr
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.