Questions tagged [webobjects]

WebObjects™ is Apple, Inc.'s set of pure-Java frameworks for building enterprise applications.

WebObjects™ is Apple, Inc.'s set of pure-Java frameworks for building enterprise Web and Java-Client applications and serves as the backend for almost all of Apple's internet-based applications including the iTunes Store, the App Store and the Apple website.

WebObjects was originally written by NeXT in the mid-1990's using Objective-C and was later ported entirely to Java. Many of the same software design patterns and concepts that are prevalent in Apple's Cocoa frameworks are also heavily used in WebObjects.

At the core of WebObjects is the Enterprise Object Framework (EOF), a powerful Object-Relational Mapping engine that almost entirely eliminates the need to write SQL code, making it simple to run the same application with just about any database engine, from sqlite to Oracle.

On top of EOF is an equally powerful templating engine for generating any kind of text-based output such as HTML, XML, JSON, plist, xls, etc.

A single application written with WebObjects is capable of vending web pages, REST-based web services and Java-Client applications simultaneously.

60 questions
0
votes
1 answer

WebObjects 5.4.3 deployed on Tomcat 6 resulted random StackOverflowError

Please advise. I keep getting the stackoverflow error in _NSWeakMutableCollection. Thanks! Caused by: java.lang.StackOverflowError _NSWeakMutableCollection.java 175 processQueue com.webobjects.foundation _NSWeakMutableArray.java 124…
butter
  • 43
  • 8
0
votes
1 answer

Conditional radio button in webobjects

I have following code for the radio buttons: Test.html
  A
Vaibhav Jain
  • 3,729
  • 3
  • 25
  • 42
0
votes
1 answer

Eclipse build path is incorrect using maven

I am working on to run the WebObjects project using maven. I build and run the project successfully but the problem is that the execution directory path is from build folder, not target folder. For example: -…
0
votes
1 answer

Implementing HTTPServlet interface in WebObjects application

We have a requirement to implement the HttpServlet interface in webobjects application. We all know that "WebObjects applications can be deployed as servlets inside a servlet container".But, our requirement is to deploy the servlet application in…
0
votes
1 answer

Deploy WebObjects applications on Mavericks

Has anyone done it? If so, can you please direct me to some instructions. I was able to deploy on Lion but had no luck on Mavericks. Thanks for your help.
butter
  • 43
  • 8
0
votes
1 answer

Location in Java and iOS

I hope you understand my question my english is not too good. Anyway, I’m working on a application with locations. Its only a fun app which should help me to learn more. Its a iOS application and the server is a WebObjects/WOnder application(Java).…
Blurr
  • 3
  • 1
0
votes
4 answers

Objective-C and SQL?

I've been reading on Wikipedia and it seems that NeXT developed an object-relational mapping framework for Objective-C called Enterprise Objects Framework. And then Apple absorbed NeXT and EOF became WebObjects. And then WebObjects became Java. Is…
Ethan Reesor
  • 2,090
  • 1
  • 23
  • 40
0
votes
3 answers

Selenium finds A tag but click() has no effect?

I have a dynamic web application built with WebObjects. There is a link that my test code is trying to find. I do a getPageSource() right before I find it and that is below. I find the tag successfully. Then I click on it. Nothing happens. The tag…
Ray Kiddy
  • 3,521
  • 3
  • 25
  • 32
0
votes
2 answers

Install Webobjects 4.5.1 on ubuntu

My client using webobjects 4.5(one of the last versions that supports Objective-C) on backend. And I need to develop using this framework. Problem is that I'm using Ubuntu linux I've tried to found how I can install framework on my OS, but found…
Vadym Kovalenko
  • 652
  • 1
  • 5
  • 14
0
votes
1 answer

Are there examples for using the ERRest framework?

I am trying to create a REST API using Project Wonder's ERRest.framework for WebObjects. Can anybody show me a REST API example using the ERRest framework? thanks Raghu
fresher
  • 127
  • 11
0
votes
2 answers

How can i fetch a row from a database table that is not in my EOModel?

I am using WOLips and Eclipse, I'm working on a project and i just need to know about some Entity that is in other project but i don't want to reference it (Build path). I need to execute a sql statement and look if some record of this table…
0
votes
1 answer

WebObjects field validation

I'm trying to find a good way to do field validation in a WebObjects app. If I have a text field and I tie a number formatter to it, it seems that the default behavior is to parse out the number IF the user enters in a valid number, or, if the user…
Troy
  • 21,172
  • 20
  • 74
  • 103
0
votes
1 answer

What is wrong with my web harvest authentication config?

I have recently started using Web-Harvest as a web scraping tool. Currently, I am working in the beginning of a project where I want to authenticate / log in to a web site. Before I begin I want to make clear that [URL] in the code replaces the…
johansson.lc
  • 322
  • 2
  • 12
-1
votes
1 answer

Create dummy string and return error message if true

I need to create a dummy string for my application on when a user search for an existing mail and if it is tagged as "erased" it will return an error message "user erased" here is my wod file. WOD: Customer email…
gee
  • 1
  • 3
-1
votes
1 answer

Problems running REST example from Project Wonder wiki

I am new to Project Wonder and I am trying to run the second example in the tutorial, using REST. Even after adding the simple code to the Author and BlogEntry classes, I run into problems: ERChangeNotification: Initializing ERChangeNotification…
Guichito
  • 127
  • 1
  • 6
1 2 3
4