Difference between revisions of "System Developer"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1" cellpadding="5" cellspacing="1"
| valign="top"| {{:User:Aeric/Sidebar}}
| valign="top"|
<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>
<span style="font-family: Arial; font-size:120%;">''Basics''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
 
<p style="height:7px">&nbsp;</p><!--Spacer-->
{{TBD | Integrate topic index w/ Developer Index here}}
 
* '''Fundamentals'''
* '''Fundamentals'''
** [[Users]]
** [[Users]]
** [[Teams]]
** [[Teams]]
** [[Roles]]
** [[Roles]]
** [[Role Based Access Permissions]]
** [[Permissions Hierarchy]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->


Line 22: Line 15:


*'''More Information'''
*'''More Information'''
:* [[Developers Index]] (APIs and more)
:* [[HowTo Guides#For Developers|Developer HowTo Guides]]
:* [[HowTo Guides#For Developers|Developer HowTo Guides]]
{{ #if: {{TrainingLink}} |:* {{Platform Training}} }}
:* [[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:10px">
<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 9 in Chrome, 10 in Firefox, 11 in IE.
     Unfortunately, the required offset-correction is less in Chrome compared to Firefox,  
    We use the one in the middle.
    and more in IE. We use the Firefox value, in the middle.
   -->
   -->
<span style="font-family: Arial; font-size:120%;">''????''</span>
<span style="font-family: Arial; font-size:120%;">''Programming''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
</div>
</div>
Line 38: 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"
|-
|-
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
Line 43: Line 38:
| colspan="3"| &nbsp; '''Rules and Processes'''
| colspan="3"| &nbsp; '''Rules and Processes'''
|-
|-
|  || [[Workflows]]
|  || width="120"| [[Data Policies]]
| Automate processes.
|-
|  || [[Data Policies]]
| Handle events.
| Handle events.
|-
|  || [[Validations]]
| Check incoming data.


|-
|-
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
|-
|-
| colspan="3"| &nbsp; '''Logic'''
| colspan="3"| &nbsp; '''Presentation & Logic'''
|-
|  || [[Actions]]
| Buttons the user can press.
|-
|-
|  || [[Classes]]
|  || [[Classes]]
| Java classes and methods.
| Java classes and methods.
|-
|  || [[Sites]]
| Access for customers and external users.
|-
|-
|  || [[Pages]]
|  || [[Pages]]
| Custom JSP/HTML pages.
| Custom JSP/HTML pages.
|-
|  || [[Static Resources]]
| Upload CSS and Javascript files.
|-
|-
|  || [[Components]]
|  || [[Components]]
| Custom controls for JSP pages.
| Custom controls for JSP pages.
|-
|-
|  || [[Documents & Folders]]
|  || [[Sites]]
| Manage documents.
| Access for customers and external users.
|-
|-
|  || [[Global Picklists]]
|  || [[Static Resources]]
| Common choice-lists for use in any page.
| 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

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