This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Where is the code for x?
davidmason edited this page Dec 17, 2012
·
14 revisions
Purpose: locate the code for a component or feature of Zanata. For repository locations, see Repositories.
Feature | Repository | Project | Package(s) | Notes |
---|---|---|---|---|
Webtrans (translation editor) | zanata | zanata-war | org.zanata.webtrans | Uses GWT |
REST API methods | zanata-api | zanata-common-api | org.zanata.rest.client | Client interfaces for REST endpoints |
org.zanata.rest.dto | Objects transferred by REST methods | |||
org.zanata.rest.service | REST method interfaces | |||
zanata | zanata-war | org.zanata.rest.service | Concrete implementations of REST methods | |
Project Pages | zanata | zanata-war | src/main/webapp and various packages | xhtml pages that use Seam components. Seam components are referred to like #{componentName.methodName}, which refers to a class ComponentName or with annotation @Name("componentName"). An understanding of Seam is very helpful in understanding this code. See http://www.seamframework.org/ or any introductory Seam book. |