Konekti Enterprise Client Platform, in short RCP, is an open-source platform that is freely available to any organization. It goal is making the enterprise software developing fast, easy and modular.
- Create something awesome -- make the code better, add some functionality, whatever (this is the hardest part).
Fork it
_- Create a topic branch to house your changes
- Get all of your commits in the new topic branch
- Submit a
pull request
_
.. _pull request: http://help.github.com/pull-requests/ .. _Fork it: http://help.github.com/forking/
|-doc/ ........... source documentation
|-core/ ........... platform code
| |-konekti.dao.api/
| |-konekti.dao.impl/
| |-konekti.dao.sensor.api/
| |-konekti.dao.sensor.impl/
| |-konekti.dao.template/
| |-konekti.domain/
| |-konekti.domain.mobile/
| |-konekti.knowledge/
| |-konekti.knowlegde.service.api/
| |-konekti.knowlege.service.impl/
| |-konekti.message/
| |-konekti.report/
| |-konekti.schedule/
| |-konekti.schedule.job/
| |-konekti.service.api/
| |-konekti.service.impl/
| |-konekti.service.security/
| |-konekti.service.sensor.api/
| |-konekti.service.sensor.impl/
| |-konekti.view.addon/
| |-konekti.view.kernel/
| |-konekti.view.layout/
| |-konekti.view.layout.footer/
| |-konekti.view.layout.header/
| |-konekti.view.layout.menu/
| |-konekti.view.layout.toolbar/
| |-konekti.view.layout.workbench/
| |-konekti.view.security/
| |-konekti.view.web.form/
| |-konekti.view.web.widgetset/
| |-konekti.view.web.workbench/
| |-pom.xml ....... project object model
|-modules/ ........... modules code
| |-konekti.view.module.address/
| |-konekti.view.module.alarm/
| |-konekti.view.module.bundle/
| |-konekti.view.module.calendar/
| |-konekti.view.module.client/
| |-konekti.view.module.dashboard/
| |-konekti.view.module.employee/
| |-konekti.view.module.feedback/
| |-konekti.view.module.modulemanager/
| |-konekti.view.module.product/
| |-konekti.view.module.sensor/
| |-konekti.view.module.stock/
| |-konekti.view.module.supplier/
|-konekti.distribution/ ........... Distribution files
| |-pom.xml ....... project object model
|-license ....... the Apache Software License v2
|-pom.xml ....... project object model
'-readme.md ..... release readme
Copyright 2012-2013 THINGTRACK
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.