Changes for page Home
Last modified by Markus Ruggiero on 2023/11/13 11:58
To version 1086.1
edited by sklein
on 2009/03/24 11:01
on 2009/03/24 11:01
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dholt1 +XWiki.sklein - Content
-
... ... @@ -1,3 +1,9 @@ 1 +{{info title="How to Contribute to this Wiki"}} 2 + 3 +To *edit or add content to this Wiki*, you can simply create a new account at [http://issues.objectstyle.org/jira/] (This only takes a few seconds and is only needed if you don't have an account on ObjectStyle already). 4 + 5 +{{/info}} 6 + 1 1 This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated. 2 2 [[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]] 3 3 ... ... @@ -14,20 +14,18 @@ 14 14 In addition Apple, Inc. also provides [[free>>http://www.apple.com/support/webobjects/]] and [[paid-for>>http://www.apple.com/services/technicalsupport/]] support options. 15 15 16 16 |= Contents 17 -| {{section}}\ {toc:style=disc|indent=20px}\ \ 18 -\ \ 19 -\ \ 20 -\ 21 - {{/section}} 23 +| {{section}} 24 +{toc:style=disc|indent=20px} 25 +{{/section}} 22 22 23 23 = Introduction = 24 24 25 25 * [[What is WebObjects?>>Overview-What is WebObjects]] 26 26 * [[History>>Overview-History]] 27 -* [[Foundation>>Overview-Foundation]] 31 +* [[Foundation>>Programming__WebObjects-Overview-Foundation]] 28 28 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]] 29 -* [[Scratch Setup of WebObjects Development on a Mac>>Scratch Setup of WebObjects Development on a Mac]] 30 -* [[Hands On Hello World - Your First WebObjects Application>>Hello World - Your First WebObjects Application]] 33 +* [[Scratch Setup of WebObjects Development on a Mac>>WOL:Scratch Setup of WebObjects Development on a Mac]] 34 +* [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]] 31 31 * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]] 32 32 * [[WebObjects for Database Developers]] 33 33 * [[Naming Conventions]] ... ... @@ -42,7 +42,7 @@ 42 42 43 43 = Foundation = 44 44 45 -* [[Foundation>>Overview-Foundation]] 49 +* [[Foundation>>Programming__WebObjects-Overview-Foundation]] 46 46 * [[Key-Value Coding>>Overview-Key Value Coding]] 47 47 48 48 = Enterprise Object Framework (EOF) = ... ... @@ -53,7 +53,7 @@ 53 53 54 54 == Modeling == 55 55 56 -* [[Overview>>EOF-Modeling-Overview]] 60 +* [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]] 57 57 * Required Reading 58 58 ** [[Entities>>EOF-Modeling-Entities]] 59 59 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]] ... ... @@ -60,7 +60,7 @@ 60 60 ** [[Attributes>>EOF-Modeling-Attributes]] 61 61 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]] 62 62 ** [[Entity Inheritance>>EOF-Modeling-Inheritance]] 63 -** [[Fetch Specifications>>EOF-Modeling-Fetch Specifications]] 67 +** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]] 64 64 ** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]] 65 65 ** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]] 66 66 ** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]] ... ... @@ -69,7 +69,7 @@ 69 69 ** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]] 70 70 ** [[Booleans>>EOF-Modeling-Booleans]] 71 71 * Advanced 72 -** [[JDBC>>EOF-Modeling-JDBC]] 76 +** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]] 73 73 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]] 74 74 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]] 75 75 ** [[Prototypes>>EOF-Modeling-Prototypes]] ... ... @@ -89,10 +89,10 @@ 89 89 ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]] 90 90 ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]] 91 91 ** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]] 92 -** [[Faulting>>EOF-Using EOF-Faulting]] 93 -** [[Fetching>>EOF-Using EOF-Fetching]] 96 +** [[Faulting>>Programming__WebObjects-EOF-Using EOF-Faulting]] 97 +** [[Fetching>>Programming__WebObjects-EOF-Using EOF-Fetching]] 94 94 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]] 95 -** [[Deleting>>EOF-Using EOF-Deleting]] 99 +** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]] 96 96 ** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]] 97 97 ** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]] 98 98 ** [[Memory Management>>EOF-Using EOF-Memory Management]] ... ... @@ -132,120 +132,121 @@ 132 132 133 133 == Introduction == 134 134 135 -* [[Overview>>Web Applications-Overview]] 139 +* [[Overview>>Programming__WebObjects-Web Applications-Overview]] 136 136 137 137 == Development == 138 138 139 139 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]] 140 -* [[Beginner's Guide>>Development-Beginner's Guide]] 144 +* [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]] 141 141 * Required Reading 142 142 ** [[Apache>>Development Tools-Running Through Apache]] 143 -** [[WO Adaptor>>Development-WO Adaptor]] 147 +** [[WO Adaptor>>Web Applications-Development-WO Adaptor]] 144 144 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]] 145 -** [[WO Session>>Development-WO Session]] 149 +** [[WO Session>>Web Applications-Development-WO Session]] 146 146 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]] 147 -*** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]] 148 -*** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]] 149 -*** [[Built-in Components>>Development-WO Component-Built-in Components]] 150 -** [[Component Actions>>Development-Component Actions]] 151 -** [[Direct Actions>>Development-Direct Actions]] 151 +*** [[Binding Synchronization>>Web Applications-Development-WO Component-Binding Synchronization]] 152 +*** [[Code, Templates, and WODs>>Web Applications-Development-WO Component-Code Template and WODs]] 153 +*** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]] 154 +** [[Component Actions>>Web Applications-Development-Component Actions]] 155 +** [[Direct Actions>>Web Applications-Development-Direct Actions]] 152 152 ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]] 153 153 ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]] 154 -** [[Authentication and Security>>Development-Authentication and Security]] 155 -** [[General Best Practices>>Development-General Best Practices]] 156 -** [[WOForm Best Practices>>Development-WOForm Best Practices]] 157 -** [[WODisplayGroup>>Development-WODisplayGroup]] 158 -** [[Debugging Techniques>>Development-Debugging Techniques]] 159 -** [[Direct Connect>>Development-Direct Connect]] 160 -** [[Frameworks>>Development-Frameworks]] 161 -** [[Ajax>>Development-Ajax]] 162 -** [[CSS>>Development-CSS]] 163 -** [[Sending Emails>>Development-Sending Emails]] 158 +** [[Authentication and Security>>Web Applications-Development-Authentication and Security]] 159 +** [[General Best Practices>>Web Applications-Development-General Best Practices]] 160 +** [[WOForm Best Practices>>Web Applications-Development-WOForm Best Practices]] 161 +** [[WODisplayGroup>>Web Applications-Development-WODisplayGroup]] 162 +** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]] 163 +** [[Direct Connect>>Web Applications-Development-Direct Connect]] 164 +** [[Frameworks>>Web Applications-Development-Frameworks]] 165 +** [[Ajax>>Web Applications-Development-Ajax]] 166 +** [[CSS>>Web Applications-Development-CSS]] 167 +** [[Sending Emails>>Web Applications-Development-Sending Emails]] 164 164 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]] 165 165 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]] 166 -** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]] 170 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]] 171 + 167 167 * Advanced 168 -** [[Application Server URL Creation>>Development-UrlCreation]] 169 -** [[Audit Trails>>Development-Audit Trails]] 170 -** [[Backtracking>>Development-Backtracking]] 173 + 174 +* 175 +** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]] 176 +** [[Audit Trails>>Web Applications-Development-Audit Trails]] 177 +** [[Backtracking>>Web Applications-Development-Backtracking]] 171 171 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]] 172 -** [[Image Thumbnailing>>Development-Thumbnailing]] 173 -** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]] 179 +** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]] 180 +** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]] 174 174 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]] 175 -** [[Stateless Components>>Development-Stateless Components]] 182 +** [[Stateless Components>>Web Applications-Development-Stateless Components]] 176 176 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]] 177 -** [[WOEvents and Logging>>Development-WOEvents and Logging]] 178 -** [[PDF Generation>>Development-PDF Generation]] 179 -** [[Excel Generation>>Development-Excel Generation]] 180 -** [[SSL>>Development-SSL requests via https protocol]] 181 -** [[Localization and Internationalization>>Development-Localization and Internationalization]] 182 -** [[Testing and JUnit>>Development-Testing and JUnit]] 183 -** [[Custom Error Handling>>Development-Custom Error Handling]] 184 +** [[WOEvents and Logging>>Web Applications-Development-WOEvents and Logging]] 185 +** [[PDF Generation>>Web Applications-Development-PDF Generation]] 186 +** [[Excel Generation>>Web Applications-Development-Excel Generation]] 187 +** [[SSL>>Web Applications-Development-SSL requests via https protocol]] 188 +** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]] 189 +** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]] 190 +** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]] 184 184 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]] 185 -** [[Custom Templates>>Development-Custom Templates]] 186 -** [[Calling Commandline Applications>>Calling Commandline Applications]] 192 +** [[Custom Templates>>Web Applications-Development-Custom Templates]] 193 +** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]] 187 187 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]] 188 -** [[Profiling WO Apps>>Development-Profiling WO Apps]] 189 -** [[J2EE Integration>>Development-J2EE Integration]] 190 -** [[Third Party Jars>>Development-Third Party Jars]] 191 -** [[Generating Static Pages>>Development-Generating Static Pages]] 195 +** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]] 196 +** [[J2EE Integration>>Web Applications-Development-J2EE Integration]] 197 +** [[Third Party Jars>>Web Applications-Development-Third Party Jars]] 198 +** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]] 192 192 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]] 193 -** [[Custom Resource Manager>>Development-Custom Resource Manager]] 194 -** [[Persistent Sessions>>Development-Persistent Sessions]] 195 -** [[How Forms Work>>Development-How Forms Work]] 196 -* [[Development on Windows>>Development-Development on Windows]] 197 -* [[Tips and Tricks>>Development-Tips and Tricks]] 200 +** [[Custom Resource Manager>>Web Applications-Development-Custom Resource Manager]] 201 +** [[Persistent Sessions>>Web Applications-Development-Persistent Sessions]] 202 +** [[How Forms Work>>Web Applications-Development-How Forms Work]] 203 +* [[Development on Windows>>Web Applications-Development-Development on Windows]] 204 +* [[Tips and Tricks>>Web Applications-Development-Tips and Tricks]] 198 198 * Examples 199 -** [[Hands On Hello World>>Hello World - Your First WebObjects Application]] 200 -** [[Page Layout>>Development-Examples-Page Layout]] 201 -** [[List Components>>Development-Examples-List Components]] 202 -** [[Calendar Component>>Development-Examples-Calendar Component]] 203 -** [[Path Inspector>>Development-Examples-Path Inspector]] 204 -** [[Alphabetic List>>Development-Examples-Alphabetic List]] 205 -** [[Login>>Development-Examples-Login]] 206 -** [[Anchors>>Development-Examples-Anchors]] 207 -** [[Open Link in New Window>>Development-Examples-Open Link in New Window]] 208 -** [[Return a File>>Development-Examples-Return a File]] 206 +** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]] 207 +** [[Page Layout>>Web Applications-Development-Examples-Page Layout]] 208 +** [[List Components>>Web Applications-Development-Examples-List Components]] 209 +** [[Calendar Component>>Web Applications-Development-Examples-Calendar Component]] 210 +** [[Path Inspector>>Web Applications-Development-Examples-Path Inspector]] 211 +** [[Alphabetic List>>Web Applications-Development-Examples-Alphabetic List]] 212 +** [[Login>>Web Applications-Development-Examples-Login]] 213 +** [[Anchors>>Web Applications-Development-Examples-Anchors]] 214 +** [[Open Link in New Window>>Web Applications-Development-Examples-Open Link in New Window]] 215 +** [[Return a File>>Web Applications-Development-Examples-Return a File]] 209 209 210 210 == Deployment == 211 211 212 -* [[Overview>>Deployment-Overview]] 219 +* [[Overview>>Web Applications-Deployment-Overview]] 213 213 * Required Reading 214 -** [[Apache>>Deployment-Apache]] 215 -** [[Memory Settings>>Deployment-Memory Settings]] 216 -** [[Standard Deployment>>Deployment-Standard Deployment]] 217 -** [[wotaskd>>Deployment-wotaskd]] 218 -** [[Java Monitor>>Deployment-Java Monitor]] 219 -** [[Logging>>Deployment-Logging]] 220 -** [[Split Install>>Deployment-Split Install]] 221 -** [[Common Pitfalls and Troubleshooting>>Deployment-Common Pitfalls and Troubleshooting]] 221 +** [[Apache>>Web Applications-Deployment-Apache]] 222 +** [[Memory Settings>>Web Applications-Deployment-Memory Settings]] 223 +** [[Standard Deployment>>Web Applications-Deployment-Standard Deployment]] 224 +** [[wotaskd>>Web Applications-Deployment-wotaskd]] 225 +** [[Java Monitor>>Web Applications-Deployment-Java Monitor]] 226 +** [[Logging>>Web Applications-Deployment-Logging]] 227 +** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]] 228 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]] 222 222 223 223 * Advanced 224 -** [[WOStats>>Deployment-WOStats]] 225 -** [[Additional Monitoring>>Deployment-Additional Monitoring]] 231 +** [[WOStats>>Web Applications-Deployment-WOStats]] 232 +** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]] 226 226 ** [[Debugging wotaskd and JavaMonitor]] 227 -** [[Scheduled Restart>>Deployment-Scheduled Restart]] 234 +** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]] 228 228 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]] 229 -** [[J2EE and Servlet Deployment>>Deployment-J2EE and Servlet Deployment]] 230 -** [[Tomcat Deployment>>Deployment-Tomcat Deployment]] 236 +** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]] 237 +** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]] 231 231 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]] 232 -** [[Killing WOA Processes>>Deployment-Killing WOA Processes]] 233 -** [[Debugging Frozen Deployed Instances>>Deployment-Debugging Frozen Deployed Instances]] 234 -** [[WOAdaptorInfo>>Deployment-WOAdaptorInfo]] 239 +** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]] 240 +** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]] 235 235 236 236 * Platform Specifics 237 -** [[Mac OS X Server>>Deployment-Mac OS X Server]] 238 -** [[Linux>>Web Applications-Deployment-Linux]] 239 -** [[Solaris WO5.3.3>>Deployment-Solaris WO5.3.3]] 240 -** [[FreeBSD WO5.2>>Deployment-FreeBSD WO5.2]] 241 -** [[FreeBSD WO5.3>>Deployment-FreeBSD WO5.3]] 242 -** [[FreeBSD 6.2 WO 5.3.3>>Deployment-FreeBSD 6.2 WO5.3.3]] 243 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deployment-FreeBSD 6.x WO 5.3.3 port]] 244 -** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deployment-Windows]] 245 -** [[Current Windows (WO 5.4 on Win2003)>>Deployment-Windows WO 5.3 - WO 5.4]] 243 +** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]] 244 +** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]] 245 +** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]] 246 +** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]] 247 +** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]] 248 +** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]] 249 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]] 250 +** [[Windows>>Web Applications-Deployment-Windows]] 246 246 247 247 * Helpful Tools & Shellscripts 248 -** [[Capistrano (Overview)>>Deployment-Capistrano (Overview)]] 253 +** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]] 249 249 250 250 = Web Services = 251 251 ... ... @@ -269,19 +269,13 @@ 269 269 270 270 * [[Examples>>Programming__WebObjects-Web Services-Examples]] 271 271 272 -= DirectTo Web (D2W)=277 += Java Client = 273 273 274 -{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}} 275 - 276 -= Java Client, Direct to Java Client (D2JC) = 277 - 278 278 * [[Overview>>Java Client-Overview]] 279 -* Direct to Java Client 280 -** [[Getting Started with Direct to Java Client (D2JC)>>Getting Started with Direct to Java Client (D2JC)]] 281 281 * [[Required Reading>>Java Client-Required Reading]] 282 282 * Building 283 283 ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]] 284 -** [[W ebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]283 +** [[WOLips Incremental Builder>>Java Client-WebStart Incremental Build]] 285 285 ** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]] 286 286 * [[Trouble-Shooting>>Java Client-Trouble Shooting]] 287 287 * [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]] ... ... @@ -296,65 +296,30 @@ 296 296 297 297 * [[Overview>>Project WONDER-Overview]] 298 298 * Required Reading 299 -** [[Installing>>WONDER :Download Wonder Source, Build,Installand Upgrade]]298 +** [[Installing>>Project WONDER-Installing]] 300 300 ** [[Quickstart>>Project WONDER-Quickstart]] 301 301 ** [[History>>Project WONDER-History]] 302 -** [[Properties File Settings>>Project Wonder Properties Files]] 303 303 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]] 304 304 *** [[Ajax>>Project WONDER-Frameworks-Ajax]] 305 -*** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]] 306 -*** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]] 307 -*** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]] 308 -*** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]] 309 -*** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]] 310 -*** [[ERCaching>>Project WONDER-Frameworks-ERCaching]] 303 +*** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]] 311 311 *** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]] 312 -*** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]] 313 313 *** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]] 314 -*** [[ERChronic>>Project WONDER-Frameworks-ERChronic]] 315 315 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]] 316 316 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]] 317 -*** [[ERDivaLook>>ERDivaLook]] 318 -*** [[ERDivaliteLook>>Wonder:ERDivaliteLook Framework]] 319 -*** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]] 320 320 *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]] 321 321 *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]] 322 -*** [[ERIUI>>Project WONDER-Frameworks-ERIUI]] 323 -*** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]] 324 -*** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]] 325 -*** [[ERJQuery>>ERJQuery]] 326 -*** [[ERJars>>Project WONDER-Frameworks-ERJars]] 327 327 *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]] 328 -*** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]] 329 -*** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]] 330 -*** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]] 331 -*** [[EROpenID>>Project WONDER-Frameworks-EROpenID]] 332 -*** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]] 333 -*** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]] 311 +*** [[ERXMigration>>Project WONDER-Frameworks-ERXMigration]] 334 334 *** [[ERPlot>>Project WONDER-Frameworks-ERPlot]] 335 -*** [[ERPrototaculous>>ERPrototaculous]] 336 336 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]] 337 -*** [[ERRest>>Project WONDER-Frameworks-ERRest]] 338 338 *** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]] 339 -*** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]] 340 -*** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]] 341 -*** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]] 342 -*** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]] 343 -*** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]] 344 -*** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]] 345 -*** [[JavaMemoryAdaptor>>Project WONDER-Frameworks-JavaMemoryAdaptor]] 346 -*** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]] 347 -*** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]] 315 +*** [[ExcelGeneration>>Project WONDER-Frameworks-ExcelGeneration]] 348 348 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]] 349 349 *** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]] 350 -*** [[S proutCore>>Project WONDER-Frameworks-SproutCore]]318 +*** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]] 351 351 *** [[Validity>>Project WONDER-Frameworks-Validity]] 352 -*** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]] 353 -*** [[WOLips>>Project WONDER-Frameworks-WOLips]] 354 354 *** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]] 355 355 *** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]] 356 -*** [[WRReporting>>Project WONDER-Frameworks-WRReporting]] 357 -*** [[YUI>>Project WONDER-Frameworks-YUI]] 358 358 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]] 359 359 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]] 360 360 * Advanced ... ... @@ -363,9 +363,9 @@ 363 363 364 364 == WireHose == 365 365 366 -* [[Overview>>Wirehose]] 330 +* [[Overview>>Wirehose-Overview]] 367 367 * Basic Concepts 368 -** [[Content Management>>Wirehose-Content Management]] 332 +** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]] 369 369 ** [[Personalization>>Wirehose-Personalization]] 370 370 ** [[Access Control>>Wirehose-Access Control]] 371 371 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]] ... ... @@ -395,7 +395,7 @@ 395 395 396 396 == Houdah WebObjects Frameworks == 397 397 398 -* [[Overview>>Houdah WebObjects Frameworks]] 362 +* [[Overview>>Houdah WebObjects Frameworks-Overview]] 399 399 * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework 400 400 * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework 401 401 * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework ... ... @@ -416,10 +416,6 @@ 416 416 * [[JBND Website>>http://web.mac.com/flor385/JBND]] 417 417 * [[JBND Wikipedia>>http://en.wikipedia.org/wiki/JBND]] 418 418 419 -== Validation Next Generation (enhanced validation) == 420 - 421 -[[Validation Next Generation]] 422 - 423 423 = Development Tools = 424 424 425 425 * [[Overview>>Programming__WebObjects-Development Tools-Overview]] ... ... @@ -429,10 +429,19 @@ 429 429 * [[EOModeler>>EOF-Modeling-EOModeler]] 430 430 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]] 431 431 * [[Running Though Apache>>Development Tools-Running Through Apache]] 432 -* [[WebObjects and Subversion>>Development-WebObjects and Subversion]] 433 -* [[Hudson>>Installing and Using the Hudson build server]] 434 -* [[JRebel>>Using JRebel (previously called JavaRebel) with WOLips]] 392 +* [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]] 435 435 394 += Direct-To = 395 + 396 +* [[Overview>>Programming__WebObjects-Direct-To-Overview]] 397 +* Required Reading 398 +** [[Web>>Direct-To-Web]] 399 +** [[Java Client>>Programming__WebObjects-Direct-To-Java Client]] 400 +** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Direct-To-Common Pitfalls and Troubleshooting]] 401 +* Advanced 402 +** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]] 403 +* [[Examples>>Programming__WebObjects-Direct-To-Examples]] 404 + 436 436 = Case Studies = 437 437 438 438 * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]] ... ... @@ -451,11 +451,11 @@ 451 451 * [[Open Laszlo]] 452 452 * [[Mozilla XUL]] 453 453 * [[Cocoa]] 454 -* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]] 455 455 456 456 = Testing = 457 457 458 -* [[JUnit and TestNG>>Testing-JUnit and TestNG]] 426 +* [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]] 427 + 459 459 * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]] 460 460 * [[WOUnitTest>>Testing-WOUnitTest]] 461 461