EOF-Modeling-EOModeler
Table of Contents Value type documentation Yes it exists and it is here: WebObjects WorkingWithAttributes http://developer.apple.com/documentation/WebObjects/UsingEOModeler/4Working WithAttributes/chapter4section3.html#//appleref/doc/uid/DontLinkBookID504Don tLinkChapterID3BABFGECE Class generation This is one of the most vexed and difficult area. The main issue is the separation of generated ...
|
Overview-What 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, XML or WSDL ...
|
Direct-To-Web
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: Once ...
|
Web Applications-Development-Cocoa 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, in WO 5.2, Cocoa ...
|
Web Applications-Deployment-Overview
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 that the items represented ...
|
Web Applications-Development-J2EE 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? If you can get ...
|
Web Applications-Development-WebObjects 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. If you are part of a team ...
|
Web Applications-Development-WODisplayGroup
Introduction A WODisplayGroup http://developer.apple.com/documentation/MacOSXServer/Reference/WO54Referen ce/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 your results ...
Other labels:
wikireview
|
Development Tools-Xcode
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 ...
|
Project WONDER-Frameworks-PostgresqlPlugin
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/download.html . Make ...
|