Changes for page Home
Last modified by Markus Ruggiero on 2023/11/13 11:58
From version 1181.1
edited by David Avendasora
on 2010/11/30 13:12
on 2010/11/30 13:12
Change comment:
There is no comment for this version
To version 1189.1
edited by David Avendasora
on 2010/11/30 05:53
on 2010/11/30 05:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,6 @@ 1 - [[image:hero_webobjects.jpg||align="right" vspace="4"hspace="4"]]{{notetitle="Wiki Modernization In Progress"}}2 - The content on this Wiki is in the process of being updated to reflectmodern WebObjects development. Pages that refertoold development techniques, e.g. Xcode, WOBuilder, etc.,will beeither updated to reflect the current toolset, orbe moved to the [WO:Deprecated] section. An [RSS Feed|http://wiki.objectstyle.org/confluence/spaces/createrssfeed.action?types=page&types=blogpost&types=comment&spaces=&sort=modified&title=Dashboard+RSS+Feed&maxResults=15&publicFeed=false&os_authType=basic&rssType=rss2]is available for those that want to be updated as pages are modified. *If you have a favorite page that you want to make sure you are in-the-loop on anychanges*, you can easily Watch it by selecting _Watch_ from the _Tools_ popup menu on that page.1 +This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated. 2 +[[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]] 3 3 4 -*Special Note*: URLs are changing as part of this effort. Confluence does a good job of guessing what page you wanted if the link you requested no longer exists, so pain should be minimal. 5 -{{/note}} 6 - 7 -{{tip}} 8 -This site replaces the [wikibook|http://en.wikibooks.org/wiki/Programming:WebObjects], which has been deprecated. 9 -{{/tip}} 10 - 11 11 **WebObjects** is an integrated suite of Java frameworks for rapidly developing scalable, sophisticated Internet and Enterprise applications. It is the most mature platform available for enterprise-level web, web service and java client (three-tier client-server) application development. 12 12 13 13 It provides a powerful and mature set of Object-Oriented frameworks for managing Object-Relational Mapping ([[ORM>>http://en.wikipedia.org/wiki/Object-relational_mapping]]) to any JDBC-compliant database, Session Management, Undo/Redo/Revert, Ajax, Web Services, full Java Client applications, Rapid Application Development, Streaming Media, file upload/download and many other popular internet and enterprise application technologies. ... ... @@ -215,28 +215,29 @@ 215 215 216 216 == Deployment == 217 217 218 -* [[Overview>>Overview]] 211 +* [[Overview>>Deployment-Overview]] 219 219 * Required Reading 220 220 ** [[Apache>>Configuring Apache for WebObjects]] 221 221 ** [[Memory Settings>>Deployment-Memory Settings]] 222 222 ** [[Standard Deployment>>Deployment-Standard Deployment]] 223 -** [[wotaskd>>wotaskd]] 224 -** [[Java Monitor>>JavaMonitor]] 225 -** [[Logging>>Log Rotation]]226 -** [[Split Install>> SplitDeployments]]227 -** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]216 +** [[wotaskd>>Deployment-wotaskd]] 217 +** [[Java Monitor>>Deployment-Java Monitor]] 218 +** [[Logging>>Deployment-Logging]] 219 +** [[Split Install>>Deployment-Split Install]] 220 +** [[Common Pitfalls and Troubleshooting>>Deployment-Common Pitfalls and Troubleshooting]] 228 228 229 229 * Advanced 230 -** [[WOStats>> TroubleshootingWOStats]]223 +** [[WOStats>>Deployment-WOStats]] 231 231 ** [[Additional Monitoring>>Monitoring your deployed Applications]] 232 -** [[ Troubleshooting wotaskd and JavaMonitor on OS X]]233 -** [[Scheduled Restart>> TroubleshootingScheduled Restarts]]225 +** [[Debugging wotaskd and JavaMonitor on OS X]] 226 +** [[Scheduled Restart>>Deployment-Scheduled Restart]] 234 234 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]] 228 +** [[J2EE and Servlet Deployment>>Deploying on J2EE and Servlet Containers]] 235 235 ** [[Tomcat Deployment>>Deploying with Tomcat]] 236 236 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]] 237 -** [[Killing WOA Processes>>Killing WOA Processes]] 238 -** [[Debugging Frozen Deployed Instances>> Troubleshooting Frozen Deployed Instances]]239 -** [[WOAdaptorInfo>>WOAdaptorInfo]] 231 +** [[Killing WOA Processes>>Deployment-Killing WOA Processes]] 232 +** [[Debugging Frozen Deployed Instances>>Deployment-Debugging Frozen Deployed Instances]] 233 +** [[WOAdaptorInfo>>Deployment-WOAdaptorInfo]] 240 240 241 241 * Platform Specifics 242 242 ** [[Mac OS X Server>>Deploying on Mac OS X Server]] ... ... @@ -246,8 +246,8 @@ 246 246 ** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]] 247 247 ** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]] 248 248 ** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]] 249 -** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows (WO 5.1)]]250 -** [[Current Windows (WO 5.4 on Win2003)>>Deploy ing onWindows]]243 +** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows]] 244 +** [[Current Windows (WO 5.4 on Win2003)>>Deployment-Windows WO 5.3 - WO 5.4]] 251 251 252 252 * Helpful Tools & Shellscripts 253 253 ** [[Capistrano (Overview)>>Automating Application Deployment with Capistrano (Overview)]]