Difference between revisions of "System Developer"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 3: Line 3:
| valign="top"|
| 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%;">''Orientation''</span>
<span style="font-family: Arial; font-size:120%;">''????''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>


Line 14: Line 14:
** [[Role Based Access Permissions]]
** [[Role Based Access Permissions]]
** [[Permissions Hierarchy]]
** [[Permissions Hierarchy]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
* '''Data'''
** [[Database Views]]
** [[SQL Browser]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->


Line 27: Line 32:
     We use the one in the middle.
     We use the one in the middle.
   -->
   -->
<span style="font-family: Arial; font-size:120%;">''Process Designers''</span>
<span style="font-family: Arial; font-size:120%;">''????''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
</div>
</div>
Line 33: Line 38:
<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; '''Data'''
|-
|  || [[Database Views]] 
| Advanced reports using database queries and joins.
|-
|  || [[SQL Browser]] 
| Do SQL Language queries on your platform data.
|-
|-
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
Line 48: Line 44:
|-
|-
|  || [[Workflows]]
|  || [[Workflows]]
| Automate business processes.
| Automate processes.
|-
|-
|  || [[Data Policies]]
|  || [[Data Policies]]
| Automatically act when data is changed or viewed.
| Handle events.
|-
|-
|  || [[Validations]]
|  || [[Validations]]
| Make sure that incoming data is correct.
| Check incoming data.


|-
|-

Revision as of 19:17, 16 May 2012

User:Aeric/Sidebar

????


__TBD: Integrate topic index w/ Developer Index here__

 

 

  • More Information

????


 
  Rules and Processes
Workflows Automate processes.
Data Policies Handle events.
Validations Check incoming data.
 
  Logic
Actions Create buttons the user can press.
Classes Create Java classes for more sophisticated programming.
Sites Create pages for customers and external users.
Pages Create custom Java Server (JSP) pages.
Static Resources Upload additional CSS and Javascript files.
Components Build custom controls for JSP pages.
Documents Manage documents.
Global Picklists Common choice-lists for use in any page.
 
  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