The WOCOM TO DO Checklist
| Tasks: Wiki TO DO |
|
-
()
Updating documents that mention Xcode and the old tools
(del)
-
()
Updating the built-in documentation in WOLips
(del)
-
()
User guide for Entity Modeler
(del)
-
()
User guide for WOLips
(del)
-
()
Add a "deprecated" warning on each page with a Xcode mention
(del)
-
()
Removing all links to wocode.com
(del)
-
()
Move marketing content to wocommunity.org
(del)
-
()
Document the migration process (Pascal Robert)
(del)
-
()
Guide for complete WO newbies
(del)
-
()
(del)
|
|
|
TODO Tags
Any page that requires work should be tagged with the exact phrase "WIKITODO". Below is a dynamic list of pages containing this phrase:
Found 29 search result(s) for WIKITODO
Web Applications-Development-J2EE Integration
(WebObjects)
Web ApplicationsDevelopmentJ2EE Integration Thomas Pelaia I wouldn't consider myself a WAR expert, but I do deploy my WebObjects application using JBoss and it works very well. Have you tried a "Hello World" type example application ...
Sep 03, 2007
Labels: wikitodo
Web Applications-Deployment-Overview
(WebObjects)
Web ApplicationsDeploymentOverview Xcode expects to take a given set of files, as listed in your Groups & Files pane and from them build a finished product or set of products such as an application, a framework, a library or a command line tool. It's worth noting here ...
Sep 03, 2007
Labels: wikitodo
Usage for Other *NIX
(WOProject / WOLips)
Usage for Other NIX These are some brief notes about usage Eclipse / wolips on a generic NIX platform such as LINUX. As I have just transcribed this from an email, I can't be too sure that it is correct please feel free to augment ...
Jul 06, 2007
Labels: wikitodo
Adding content
(WOCommunity)
Adding content Below are some tips for adding contents to the wiki. Screenshots Kieran: This is so fast and easy to use. I highly recommend it.... Besides CmdShift4 and CmdCtrlShift4, I use Skitch when I want to annotate partial screenshots with arrows ...
Dec 15, 2007
Labels: wikitodo
Add a Jar Dependency
(WOProject / WOLips)
Add a Jar Dependency You'll often need to work with 3rd party Jars, as well as your own reusable code. Adding these to your project is very simple. # By default WOLips will create a {{Libraries}} folder in your project directory. Populate this with any ...
Dec 15, 2007
Labels: wikitodo
Add a Framework Dependency
(WOProject / WOLips)
Add a Framework Dependency Most projects have dependencies on additional frameworks such as Project Wonder. This short tutorial will show you how to include those frameworks in your WOLips project. 1. In Package Explorer, RightClick/CtrlClick the "WO Frameworks" item ...
Dec 15, 2007
Labels: wikitodo
Setting up a new ERD2W Application
(WOProject / WOLips)
Setting up a new ERD2W Application There is now a wizard under New>Project for WOnderD2WApplication 1. Make sure you have the latest Wonder frameworks. Go here if you don't: http://webobjects.mdimension.com/wonder/ 2. Install WO:Project ...
Dec 15, 2007
Labels: wikitodo
About the Properties file
(WOProject / WOLips)
About the Properties file Introduction Most applications need a place to hold application configuration information. In java, a file with simple entries in traditional java.util.Properties http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html#load(java.io.InputStream) format can be read ...
Dec 15, 2007
Labels: wikitodo
Troubleshooting Problems Building and Running
(WOProject / WOLips)
Troubleshooting Problems Building and Running Introduction If you are having problems building or running, here are some things to check. The examples are given for Windows as that seems to be the source of the most problems. The principles apply, though the paths are different, for OS X. wobuild.properties Many ...
Dec 15, 2007
Labels: wikitodo
java.lang.Object cannot be resolved
(WOProject / WOLips)
java.lang.Object cannot be resolved Introduction You may import a project from CVS, Subversion or somewhere and you have a lot of red x's, and you did not expect it. Usually this means you have build path problems. For example, a colleague recently ...
Jul 27, 2007
Labels: wikitodo
Overview-What is WebObjects
(WebObjects)
OverviewWhat is WebObjects WebObjects is Apple's suite of tools and objectoriented frameworks for creating and deploying scalable, reusable web and clientserver applications for the Internet and intranets. WebObjects supports the development, deployment, and extension of standardsbased web services without the need to write lowlevel SOAP ...
Dec 19, 2007
Labels: wikitodo
Development Tools-Xcode
(WebObjects)
Development ToolsXcode Xcode was the official development IDE for WebObjects 5.3 and below. Since WebObjects 5.4, WOLips WOL:WOLips is the "official" toolset. You can use Xcode 3 on Leopard to compile WO projects, but that's about it. Finding deprecated API ...
Dec 19, 2007
Labels: wikitodo
EOF-Modeling-EOModeler
(WebObjects)
EOFModelingEOModeler Table of Contents Value type documentation Yes it exists and it is here: WebObjects WorkingWithAttributes http://developer.apple.com/documentation/WebObjects/UsingEOModeler/4WorkingWithAttributes/chapter4section3.html#//appleref/doc/uid/DontLinkBookID504DontLinkChapterID3BABFGECE Class generation This is one of the most vexed and difficult area. The main issue is the separation ...
Sep 03, 2007
Labels: wikitodo
WOLips-Eclipse beginner mistakes and questions
(WOProject / WOLips)
WOLipsEclipse beginner mistakes and questions This document tries to catch the errors that every beginner seems to have to go through before reaching Eclipse/WOLips nirvana. The path is narrow and slippery, but thou shalt be rewarded.... Common errors The first most common ...
Dec 20, 2007
Labels: wikitodo
XcodeMigration
(WOProject / WOLips)
XcodeMigration Introduction XcodeMigration is a tool written by Pascal Robert probertto help you migrate multiple WebObjects projects from Xcode to Eclipse/WOLips. If you have complex or many projects to convert, this is the tool to use. The tool is written in Java and is a Eclipse ...
Dec 20, 2007
Labels: wikitodo
Edit a WO Component
(WOProject / WOLips)
Edit a WO Component Let's go ahead and edit the default Main.wo WO Component that is in this project. 1. Rightclick/Ctrlclick on Main.wo in Package Explorer and select "WOLips Tools" => "Open WO". Alternative ways of opening the Component Editor include: Opening ...
Jan 07, 2007
Labels: wikitodo
Create a new WO Component
(WOProject / WOLips)
Create a new WO Component How to use Component Editor http://www.wocommunity.org/podcasts/ComponentEditorHowto.mov Let's add a new WO Component to our project. 1. RightClick/CtrlClick on the project and select "New" => "WOComponent" !Picture 25.png! 2. The "New ...
Dec 21, 2007
Labels: wikitodo
Generating EO Java Classes
(WOProject / WOLips)
Generating EO Java Classes WOLips encapsulates the functionality of EOGenerator http://www.rubicode.com/Software/EOGenerator/ so that the Java classes can be generated from within Eclipse. WOLips can create an .eogen definition for you when the model is created ...
Dec 22, 2007
Labels: wikitodo
Web Applications-Development-Cocoa EO Applications
(WebObjects)
Web ApplicationsDevelopmentCocoa EO Applications Overview Note: these techniques depend on deprecated technologies. Use at your own risk. Mike Schrag Hey, they don't even exist on Mac OS X 10.5. It's dead, Jim. Pascal Robert A CocoaEOApplication (formally ...
Dec 22, 2007
Labels: wikitodo
Direct-To-Web
(WebObjects)
DirectToWeb Overview There are two commonly referred to articles by Max Muller that were written several years ago. The first is located at Stepwise (or in the Wonder frameworks): http://www.stepwise.com/Articles/Technical/D2W/D2W1.html There is a second part to the article only available in the Wonder frameworks ...
Jan 18, 2008
Labels: wikitodo
Project WONDER-Frameworks-PostgresqlPlugin
(WebObjects)
Project WONDERFrameworksPostgresqlPlugin There are three pieces required to use PostgreSQL with WO: JDBC Driver The JDBC driver is required for WO just like for any Java application that talks to a database. You can download the JDBC driver for PostgreSQL from http://jdbc.postgresql.org ...
Mar 11, 2008
Labels: wikitodo
Using WOBuilder with WOLips
(WOProject / WOLips)
Using WOBuilder with WOLips Using WOBuilder with WOLips the general consensus is: Don't. WOBuilder was deprecated with the release of WebObjects 5.3 and eliminated alltogether with the release of Leopard and WebObjects 5.4. In that same time the Component Editor in WOLips has taken massive strides in functionality ...
Mar 21, 2008
Labels: wikitodo
Usage for Windows
(WOProject / WOLips)
Usage for Windows Work in progress Moving the WebObjects frameworks from a Mac to a Windows machine The WebObjects frameworks are part of the Xcode tools distribution (available on the Mac OS X DVD, or as a download from Apple, see below) which cannot be installed ...
Apr 11, 2008
Labels: wikitodo
Web Applications-Development-WebObjects and Subversion
(WebObjects)
Web ApplicationsDevelopmentWebObjects and Subversion Introduction Subversion is a commonly used Source Code Management ("SCM") tool. You should be using a SCM tool even if you are developing on your own! A Subversion setup consists of a number of "parts" A source code repository ...
Jul 29, 2008
Labels: wikitodo
Web Applications-Development-WODisplayGroup
(WebObjects)
Web ApplicationsDevelopmentWODisplayGroup Introduction A WODisplayGroup http://developer.apple.com/documentation/MacOSXServer/Reference/WO54Reference/com/webobjects/appserver/WODisplayGroup.html is a versatile way of fetching objects from the database and displaying them. Some of the options a WODisplayGroup can provide you are: paginate your results filter ...
Dec 16, 2007
Labels: wikitodo, wikireview
Easy Binary Download and Install
(Wonder)
Easy Binary Download and Install Introduction If you are just starting out with Wonder, the simplest path to usage is probably to download the binaries and install the frameworks. Mike Schrag and the good folks at mDimension http://www.mdimension.com Technology provide a binary download that is automatically ...
Dec 23, 2007
How to Develop Selenium Tests
(Wonder)
How to Develop Selenium Tests Introduction There are many ways to do any job. The following methodology and approach to Selenium testing is just one approach. There are other approaches and you should use an approach that works for you. The purpose of this article is to outline ...
Dec 12, 2007
REVIEW Tags
Any page that requires a review after modification (pages on the "todo" that are modified) should be tagged with the exact phrase "WIKIREVIEW". Below is a dynamic list of pages containing this phrase:
Found 7 search result(s) for WIKIREVIEW
Custom Project Templates
(WOProject / WOLips)
Custom Project Templates Introduction WOLips 3.3\ supports the definition of custom project templates. These templates support the declaration of custom configuration parameters and the files within the template are processed using the Velocity Template Engine http://velocity.apache.org/engine/devel/vtlreferenceguide.html. ...
Dec 17, 2007
Labels: wikireview
EOF-Using EOF-EOGenerator
(WebObjects)
EOFUsing EOFEOGenerator Contents Overview If you've ever used EOModeler's Java source code generator, you know how much of a pain it can be when you make changes to your model objects and have to merge changes in later. One ...
Dec 22, 2007
Labels: wikireview
Web Applications-Deployment-Memory Settings
(WebObjects)
Web ApplicationsDeploymentMemory Settings Paul Lynch If you set it per instance using JavaMonitor, it goes in Instance Settings, Additional Arguments, with all the other command line arguments. In the project (Xcode 2.2), inspect the Executable for your app, and use the Arguments ...
Dec 22, 2007
Labels: wikireview
EOF-Modeling-Examples
(WebObjects)
EOFModelingExamples An example database comes with WebObjects 5.3 or earlier. It is implemented in OpenBase http://www.openbase.com/ and a singlehost license is included. With WebObjects 5.4, the examples are running under Apache Derby http://db.apache.org/derby/ and don't include OpenBase anymore. null
Dec 12, 2007
Labels: wikireview
Web Applications-Development-Third Party Jars
(WebObjects)
Web ApplicationsDevelopmentThird Party Jars First, a word of warning: DO NOT PUT YOUR JARS INTO /Library/WebObjects/Extensions/ !. You're heading for deployment and classpath problems if you do that. Third Party Jars with Eclipse/WOLips Problem You're using Eclipse ...
Dec 22, 2007
Labels: wikireview
EOF-Modeling-EOModeler on Windows
(WebObjects)
EOFModelingEOModeler on Windows You should use WOLips WOL:WOLips instead of the old development tools. Sigurður Anton Ólafsson If anyone is having a problem with EOModeler on Windows XP, here's a solution: I had a problem with EOModeler, it simply wouldn't start ...
Dec 25, 2007
Labels: wikireview
Web Applications-Development-WODisplayGroup
(WebObjects)
Web ApplicationsDevelopmentWODisplayGroup Introduction A WODisplayGroup http://developer.apple.com/documentation/MacOSXServer/Reference/WO54Reference/com/webobjects/appserver/WODisplayGroup.html is a versatile way of fetching objects from the database and displaying them. Some of the options a WODisplayGroup can provide you are: paginate your results filter ...
Dec 16, 2007
Labels: wikitodo, wikireview
Xcode Pages
We need to find all pages that mention Xcode so that we can add a note saying that Xcode and the old tools are deprecated. Below is a dynamic list of pages containing this phrase:
Found 49 search result(s) for xcode
Development Tools-Xcode
(WebObjects)
Development ToolsXcode Xcode was the official development IDE for WebObjects 5.3 and below. Since WebObjects 5.4, WOLips WOL:WOLips is the "official" toolset. You can use Xcode 3 on Leopard to compile WO projects, but that's about it. Finding deprecated API ...
Dec 19, 2007
Labels: wikitodo
Migrating from XCode to WOLips
(WOProject / WOLips)
Migrating from XCode to WOLips As you know, if you plan to continue using WebObjects since Apple deprecated http://lists.apple.com/archives/webobjectsdev/2006/Aug/msg01144.html EOModeler, WebObjects Builder and RuleModeler your best option is to move to Eclipse/WOLips. In fact, the Apple ...
Dec 09, 2007
Import an Xcode project into WOLips
(WOProject / WOLips)
Import an Xcode project into WOLips This tutorial will help you import an existing Xcode WebObjects project for use in WOLips. Eclipse has the concept of a workspacea folder where a collection of your projects are stored. You select the current workspace ...
Jul 03, 2007
Using WOBuilder with WOLips
(WOProject / WOLips)
Using WOBuilder with WOLips Using WOBuilder with WOLips the general consensus is: Don't. WOBuilder was deprecated with the release of WebObjects 5.3 and eliminated alltogether with the release of Leopard and WebObjects 5.4. In that same time the Component Editor in WOLips has taken massive strides in functionality ...
Mar 21, 2008
Labels: wikitodo
Web Applications-Deployment-Overview
(WebObjects)
Web ApplicationsDeploymentOverview Xcode expects to take a given set of files, as listed in your Groups & Files pane and from them build a finished product or set of products such as an application, a framework, a library or a command line tool. It's worth noting here ...
Sep 03, 2007
Labels: wikitodo
Usage for Windows
(WOProject / WOLips)
Usage for Windows Work in progress Moving the WebObjects frameworks from a Mac to a Windows machine The WebObjects frameworks are part of the Xcode tools distribution (available on the Mac OS X DVD, or as a download from Apple, see below) which cannot be installed ...
Apr 11, 2008
Labels: wikitodo
Where is my Properties file?
(WOProject / WOLips)
Where is my Properties file? This is for newbies to WOLips/Eclipse trying to get familiar in those early days of your switch from XCode. Where is my Properties file? Eclipse package explorer view has the concept of view Filters (to hide ...
Aug 16, 2006
XcodeMigration
(WOProject / WOLips)
XcodeMigration Introduction XcodeMigration is a tool written by Pascal Robert probertto help you migrate multiple WebObjects projects from Xcode to Eclipse/WOLips. If you have complex or many projects to convert, this is the tool to use. The tool is written in Java and is a Eclipse ...
Dec 20, 2007
Labels: wikitodo
Home
(WOProject / WOLips)
Home This is the home page for WOProject/WOLips open source project. With the deprecation of the Applesupplied WebObjects development tools, WOProject/WOLips has become the recommended toolset for WebObjects development and is the toolset that Apple itself uses internally. Almost all of the functionality provided ...
Jul 31, 2008
Tutorials
(WOProject / WOLips)
Tutorials Installation Scratch Setup of WebObjects Development on a Mac Install WOLips with Eclipse Update Manager Installing WebObjectsWOLips on Windows Useful Eclipse Plugins Apple Maven Nightly Builds Migrating from Xcode Migrating from XCode to WOLips Moving ...
Nov 20, 2008
FAQ on WebObjects
(WOCommunity)
FAQ on WebObjects This serves as a nontechnical FAQ page to collect generic questions coming up on the WO lists and in general. Overview Q. Are there overviews and comparisons between WebObjects and other technologies ? A good general introduction can be found for the general public in various ...
Oct 15, 2007
Web Applications-Development-WODisplayGroup
(WebObjects)
Web ApplicationsDevelopmentWODisplayGroup Introduction A WODisplayGroup http://developer.apple.com/documentation/MacOSXServer/Reference/WO54Reference/com/webobjects/appserver/WODisplayGroup.html is a versatile way of fetching objects from the database and displaying them. Some of the options a WODisplayGroup can provide you are: paginate your results filter ...
Dec 16, 2007
Labels: wikitodo, wikireview
WOProject-Ant
(WOProject / WOLips)
WOProjectAnt WOProject Ant Tasks is a suite of extensions for ant to build WOApplications, WOFrameworks and native launchers for the standalone Java application. Introduction Ant build files are broken into what are called 'targets http://ant.apache.org/manual/using.html#targets', similar to a Makefile ...
Feb 09, 2008
Web Applications-Development-J2EE Integration
(WebObjects)
Web ApplicationsDevelopmentJ2EE Integration Thomas Pelaia I wouldn't consider myself a WAR expert, but I do deploy my WebObjects application using JBoss and it works very well. Have you tried a "Hello World" type example application ...
Sep 03, 2007
Labels: wikitodo
Web Applications-Deployment-Memory Settings
(WebObjects)
Web ApplicationsDeploymentMemory Settings Paul Lynch If you set it per instance using JavaMonitor, it goes in Instance Settings, Additional Arguments, with all the other command line arguments. In the project (Xcode 2.2), inspect the Executable for your app, and use the Arguments ...
Dec 22, 2007
Labels: wikireview
Web Applications-Development-Third Party Jars
(WebObjects)
Web ApplicationsDevelopmentThird Party Jars First, a word of warning: DO NOT PUT YOUR JARS INTO /Library/WebObjects/Extensions/ !. You're heading for deployment and classpath problems if you do that. Third Party Jars with Eclipse/WOLips Problem You're using Eclipse ...
Dec 22, 2007
Labels: wikireview
Programming__WebObjects-Wirehose-Content Management
(WebObjects)
ProgrammingWebObjectsWirehoseContent Management WireHose provides a powerful, flexible foundation for building content management systems in WebObjects, based on the concept of tagging and indexing content. Tags WHTag http://www.wirehose.com/developer/javadoc/com/wirehose/base/WHTag.html objects represent metadata ...
Sep 03, 2007
Project WONDER-Quickstart
(WebObjects)
Project WONDERQuickstart Quickstart Using Project WONDER is surprisingly easy. There are only a few steps to get upandrunning: # Download and install Project WONDERInstalling the Project WONDER frameworks; # Add the ERJars.framework and ERExtensions.framework to your WebObjects project; # Change your Application class ...
Feb 23, 2008
Create a WebObjects Framework
(WOProject / WOLips)
Create a WebObjects Framework Introduction So, you have built the mother of all WebObjects apps in XCode or Eclipse with everything in the default package (or not ;) ). The time has come where you want a make a new WebObjects application that reuses some of the functionality ...
Dec 15, 2007
Web Applications-Development-WebObjects and Subversion
(WebObjects)
Web ApplicationsDevelopmentWebObjects and Subversion Introduction Subversion is a commonly used Source Code Management ("SCM") tool. You should be using a SCM tool even if you are developing on your own! A Subversion setup consists of a number of "parts" A source code repository ...
Jul 29, 2008
Labels: wikitodo
maven-wobootstrap-plugin
(WOProject / WOLips)
mavenwobootstrapplugin Introduction The wobootstrap plugin is used to import the WebObjects libraries to the Maven's local repository or a remote repository for sharing with other developers and projects (for WebObjects version 5.3 and later, the license is now included as part of the Xcode software license. Please review ...
Nov 19, 2008
Wirehose-Installation
(WebObjects)
WirehoseInstallation Installation Download the WireHoseServerX.X.dmg disk image to anywhere on your system, and doubleclick it to open. Inside you'll find the WireHoseFrameworks.pkg installer, which will guide you through installing the WireHose frameworks onto your system. You'll need an administrator ...
Sep 03, 2007
Wirehose-Rapid Revelopment
(WebObjects)
WirehoseRapid Revelopment The WireHose frameworks are designed to help you build content management and portal applications faster. You can use them to build new applications from scratch, or you can add WireHose functionality to an existing codebase ...
Sep 03, 2007
Additional Resources-Books
(WebObjects)
Additional ResourcesBooks Beginning Xcode and WebObjects: From Novice to Professional http://www.amazon.com/gp/product/1590596838/sr=81/qid=1148148662/ref=pdbbs1/10293681465746536?%5Fencoding=UTF8 This book has been cancelled. We are planning on writing a book like "Beginning WebObjects: From Novice ...
Sep 03, 2007
Development Tools-Eclipse and WOlips
(WebObjects)
Development ToolsEclipse and WOlips Eclipse http://www.eclipse.org is an opensource, crossplatform development environment developed by IBM in Java and designed with around the concept of plugins and extensions. This fundamental architecture allows any number of additions to the core application that can be integrated throughout ...
Sep 03, 2007
New WOResources
(WOCommunity)
New WOResources This document lists projects that are out of the planning stage, but due to size/scope could always use additional help. If you want to help out with the below, please add your name and the project keywords here Projects currently ...
Dec 22, 2007
Java Client-Overview
(WebObjects)
Java ClientOverview Java Client is a ThreeTier development model for WebObjects. The interface is a Java Application instead of a web page or web service. One of the big advantages of Java Client is that you can easily program clientside logic into the user interface that requires ...
Jul 16, 2008
Web Applications-Development-Cocoa EO Applications
(WebObjects)
Web ApplicationsDevelopmentCocoa EO Applications Overview Note: these techniques depend on deprecated technologies. Use at your own risk. Mike Schrag Hey, they don't even exist on Mac OS X 10.5. It's dead, Jim. Pascal Robert A CocoaEOApplication (formally ...
Dec 22, 2007
Labels: wikitodo
Direct-To-Web
(WebObjects)
DirectToWeb Overview There are two commonly referred to articles by Max Muller that were written several years ago. The first is located at Stepwise (or in the Wonder frameworks): http://www.stepwise.com/Articles/Technical/D2W/D2W1.html There is a second part to the article only available in the Wonder frameworks ...
Jan 18, 2008
Labels: wikitodo
Web Applications-Development-Frameworks
(WebObjects)
Web ApplicationsDevelopmentFrameworks Overview A Framework is Apple's mechanism for packaging and distributing shared functionality. Frameworks can contain not only code, but also Resources and Web Server Resources much like a fullblown WOA. Images deployed in a Framework If a framework contains images ...
Sep 03, 2007
Wirehose-Personalization
(WebObjects)
WirehosePersonalization WireHose provides everything you need to create highperformance, scalable personalized applications. It models users, guest users, channels, global channels, and channel factories, and includes optimized implementations which handle caching and propagation of default settings to individual ...
Sep 03, 2007
Working with the Jars in WebObjects Extensions
(WOProject / WOLips)
Working with the Jars in WebObjects Extensions The jar files in {{/Library/WebObjects/Extensions}} are automatically added to the classpath when a WebObjects application is launched from JavaMonitor or the command line. They are also added to the classpath by Xcode. To make running an application in Eclipse more ...
Jan 04, 2008
Project WONDER-Frameworks-PostgresqlPlugin
(WebObjects)
Project WONDERFrameworksPostgresqlPlugin There are three pieces required to use PostgreSQL with WO: JDBC Driver The JDBC driver is required for WO just like for any Java application that talks to a database. You can download the JDBC driver for PostgreSQL from http://jdbc.postgresql.org ...
Mar 11, 2008
Labels: wikitodo
Installing WOLips
(WOProject / WOLips)
Installing WOLips AllInOne TurnKey Installer (Mac OS X 10.5.2 Only) In addition to Eclipse and the WOLips plugin this incredibly useful installer contains the Project WOnder Frameworks, Frontbase Database and JDBC Driver and many other tools and examples useful ...
Apr 03, 2008
EOF-Modeling-Prototypes
(WebObjects)
EOFModelingPrototypes Overview Prototypes are EOF's mechanism for databaseagnostic modeling. By including an {{EOModel}} that has an entity with the special name {{EOJDBCDatabaseVendorPrototypes}} (like {{EOJDBCFrontBasePrototypes}}, or {{EOJDBCOraclePrototypes}}), or the fallback general prototype {{EOJDBCPrototypes}}, you can define reusable type definitions. For instance ...
Jul 04, 2008
Overview-What is WebObjects
(WebObjects)
OverviewWhat is WebObjects WebObjects is Apple's suite of tools and objectoriented frameworks for creating and deploying scalable, reusable web and clientserver applications for the Internet and intranets. WebObjects supports the development, deployment, and extension of standardsbased web services without the need to write lowlevel SOAP ...
Dec 19, 2007
Labels: wikitodo
Web Applications-Development-Direct Connect
(WebObjects)
Web ApplicationsDevelopmentDirect Connect Overview By default, both Xcode and Eclipse/WOLips will configure your application to use Direct Connect. When your WebObjects application launches, it listens on a particular port (assigned by the WOPort configuration option). Under a fullblown deployment ...
Sep 03, 2007
Programming__WebObjects
(WebObjects)
ProgrammingWebObjects WebObjects is a an integrated suite of freely available Java frameworks and tools that helps a developer to develop scalable, sophisticated applications for the Internet on most computers with Java support. It is the most mature platform available for enterprise level web server development ...
Jul 21, 2008
Creating a wonder app to deploy as a servlet
(Wonder)
Creating a wonder app to deploy as a servlet Introduction WO developers have been able to deploy their applications as a WAR bundle in a J2EE container since WO 5.1, and as an independent SSDD (Servlet Single Directory Deployment) bundles since WO ...
Aug 25, 2008
Web Applications-Deployment-FreeBSD 6.2 WO5.3.3
(WebObjects)
Web ApplicationsDeploymentFreeBSD 6.2 WO5.3.3 Setup WebObjects 5.3.3 on FreeBSD 6.2 release (i386) Rev 0.8 20070411 Francois BIENTZ (francois.bientz@voila.fr) Document based on the Howto :Setup WebObjects on Linux (Stefan Apelt) : http://www.tetlabors.de/wo/setupwebobjectsonlinux.html. Other ...
Sep 03, 2007
Web Applications-Deployment-FreeBSD WO5.3
(WebObjects)
Web ApplicationsDeploymentFreeBSD WO5.3 Setup WebObjects 5.3.1 or 5.3.2 on FreeBSD 6.1 release (i386) Rev 0.8 20070522 Francois BIENTZ (francois.bientz@voila.fr) Document based on the Howto :Setup WebObjects on Linux (Stefan Apelt) : http://www.tetlabors.de/wo/setupwebobjectsonlinux.html. Other ...
Sep 03, 2007
Programming__WebObjects-Web Applications-Development-Beginner's Guide
(WebObjects)
ProgrammingWebObjectsWeb ApplicationsDevelopmentBeginner's Guide Contents # #Your First Project ## #Creating a New Project ## #Running the Project ## #Editing a Component # #Let's Make it Dynamic ## #A WebObjects Component ## #The Main Component ### #Adding Methods Your First Project Creating a New Project # Follow ...
Mar 19, 2008
WOApplication
(WOProject / WOLips)
WOApplication WOApplication Task Manual This has been transcribed by Andrew Lindesay http://www.lindesay.co.nz/ from the old WOProject site. Description {{WOApplication}} is an Ant task to build WebObjects applications from a set of files. It does not enforce any particular ...
Jul 07, 2008
WOLips-Eclipse beginner mistakes and questions
(WOProject / WOLips)
WOLipsEclipse beginner mistakes and questions This document tries to catch the errors that every beginner seems to have to go through before reaching Eclipse/WOLips nirvana. The path is narrow and slippery, but thou shalt be rewarded.... Common errors The first most common ...
Dec 20, 2007
Labels: wikitodo
WO 5.4 Getting Started
(WebObjects)
WO 5.4 Getting Started Installing WebObjects and WOLips Download Xcode 3 from ADC http://developer.apple.com/leopard/devcenter/, the WebObjects frameworks are included in this package. You will have to make a custom install and select WebObjects in the package list since ...
Oct 29, 2008
Home
(WebObjects)
Home See instructions for editing WOCOM. This site replaces the wikibook http://en.wikibooks.org/wiki/Programming:WebObjects, which has been deprecated. !herowebobjects.jpg align=right,vspace=4,hspace=4! WebObjects is a an integrated suite of Java frameworks for rapidly ...
Nov 18, 2008
wocode.com Pages
Since the content of wocode.com is not available anymore, we should remove all links to this site. Below is a dynamic list of pages containing this phrase:
Found 3 search result(s) for wocode
Future Plans and Ideas
(WOCommunity)
Future Plans and Ideas This page collects information from the mailing list on these ideas and wishlists: Wishlist what should be offered with links / names of proponents: Conferences, Books, Examples, Documentation... Announced initiatives on WO list: Renewed WOCode / WOFoundation / Renewed ...
Dec 22, 2007
Additional Resources-Websites
(WebObjects)
Additional ResourcesWebsites Overview Apple maintain a number of official WebObjects resources as part of the Apple Developer connection at http://developer.apple.com. Legacy documentation is available as well. An obscure directory I came across is: http://mirror.apple.com/Mirrors/AppleSoftwareUpdates/MultiCountry ...
Jan 02, 2008
FAQ on WebObjects
(WOCommunity)
FAQ on WebObjects This serves as a nontechnical FAQ page to collect generic questions coming up on the WO lists and in general. Overview Q. Are there overviews and comparisons between WebObjects and other technologies ? A good general introduction can be found for the general public in various ...
Oct 15, 2007
|
|