Difference between revisions of "Welcome Page Development Resources"
From LongJump Support Wiki
imported>Aeric (Created page with "{| cellpadding="3" class="tight-rows vertical_left_bar" |- | colspan="3"| <!-- spacer row --> |- | colspan="3" | '''Development Resources''' |- | || [[Developer Co…") |
imported>Aeric |
||
(11 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| colspan="3" | '''Development Resources''' | | colspan="3" | '''Development Resources''' | ||
|- | |- | ||
| || [[Developer Configuration|Developer | | || width="120"| [[Developer Configuration|Developer Configuration]] | ||
| Set | | 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 | |||
<!-- | |||
|- | |- | ||
| || [[ | | || [[Metadata Repository]] | ||
| | | | | Integrate with a Version Control System. | ||
|- | |||
| || [[Item]] | |||
| | xxx | |||
--> | |||
|} | |} |
Latest revision as of 00:38, 25 July 2012
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 |