Difference between revisions of "System Developer"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="width:22em; max-width:22em; float:left;"> | <div style="width:22em; max-width:22em; float:left;"> | ||
<span style="font-family: Arial; font-size:120%;">'' | <span style="font-family: Arial; font-size:120%;">''Basics''</span> | ||
<hr class="horizontal_bar"/> | <hr class="horizontal_bar"/> | ||
<p style="height:7px"> </p><!--Spacer--> | |||
* '''Fundamentals''' | * '''Fundamentals''' | ||
** [[Users]] | ** [[Users]] | ||
** [[Teams]] | ** [[Teams]] | ||
** [[Roles]] | ** [[Roles]] | ||
** [[ | <p style="height:7px"> </p><!--Spacer--> | ||
** [[ | |||
* '''Data''' | |||
** [[Database Views]] | |||
** [[SQL Browser]] | |||
<p style="height:7px"> </p><!--Spacer--> | <p style="height:7px"> </p><!--Spacer--> | ||
*'''More Information''' | *'''More Information''' | ||
:* [[Developers Index]] (APIs and more) | |||
:* [[HowTo Guides#For Developers|Developer HowTo Guides]] | :* [[HowTo Guides#For Developers|Developer HowTo Guides]] | ||
:* [[Working with Composite Objects]] | |||
{{ #ifeq: {{SKIN}} | ATT |:* [http://paas.attplatform.com/tools/enablers/ Third Party Services APIs]}} | {{ #ifeq: {{SKIN}} | ATT |:* [http://paas.attplatform.com/tools/enablers/ Third Party Services APIs]}} | ||
</div> | </div> | ||
<!-- =========================================================================== --> | <!-- =========================================================================== --> | ||
<div style="margin-left:23em; margin-top: | <div style="margin-left:23em; margin-top:19px"> | ||
<!--margin-top is a hack to fix the vertical offset that MediaWiki introduces (somehow) | <!--margin-top is a hack to fix the vertical offset that MediaWiki introduces (somehow) | ||
Unfortunately, the required offset-correction is | Unfortunately, the required offset-correction is less in Chrome compared to Firefox, | ||
and more in IE. We use the Firefox value, in the middle. | |||
--> | --> | ||
<span style="font-family: Arial; font-size:120%;">'' | <span style="font-family: Arial; font-size:120%;">''Programming''</span> | ||
<hr class="horizontal_bar"/> | <hr class="horizontal_bar"/> | ||
</div> | </div> | ||
Line 33: | Line 32: | ||
<div style="margin-left:22.5em;"> | <div style="margin-left:22.5em;"> | ||
{| cellpadding="3" class="tight-rows vertical_left_bar" | {| cellpadding="3" class="tight-rows vertical_left_bar" | ||
|- | |- | ||
Line 47: | Line 38: | ||
| colspan="3"| '''Rules and Processes''' | | colspan="3"| '''Rules and Processes''' | ||
|- | |- | ||
| || | | || width="120"| [[Data Policies]] | ||
| Handle events. | |||
| | |||
|- | |- | ||
| colspan="3"| <!-- spacer row --> | | colspan="3"| <!-- spacer row --> | ||
|- | |- | ||
| colspan="3"| '''Logic''' | | colspan="3"| '''Presentation & Logic''' | ||
|- | |- | ||
| || [[Classes]] | | || [[Classes]] | ||
| | | Java classes and methods. | ||
|- | |- | ||
| || [[Pages]] | | || [[Pages]] | ||
| | | Custom JSP/HTML pages. | ||
|- | |- | ||
| || [[Components]] | | || [[Components]] | ||
| | | Custom controls for JSP pages. | ||
|- | |- | ||
| || [[ | | || [[Sites]] | ||
| | | Access for customers and external users. | ||
|- | |- | ||
| || [[ | | || [[Static Resources]] | ||
| | | Upload CSS and Javascript files. | ||
|} | |} | ||
{{:Welcome Page Development Resources}} | {{:Welcome Page Development Resources}} | ||
</div> | </div> | ||
Latest revision as of 18:42, 24 July 2012
Basics
- More Information
- Developers Index (APIs and more)
- Developer HowTo Guides
- Working with Composite Objects
Programming
Rules and Processes | ||
Data Policies | Handle events. | |
Presentation & Logic | ||
Classes | Java classes and methods. | |
Pages | Custom JSP/HTML pages. | |
Components | Custom controls for JSP pages. | |
Sites | Access for customers and external users. | |
Static Resources | Upload CSS and Javascript files. |
Development Resources | ||
Developer Configuration | Set up your development environment. | |
Tools and APIs | IDE integration, test framework, APIs, ... | |
Sandboxes | Separate development/test environments. | |
Unit Test Framework | Write tests for Java code | |
Eclipse Plug-in | Use a development IDE |