Tagged Questions
The webobjects tag has no wiki summary.
3
votes
3answers
317 views
Java memory leak when running on Red Hat but no memory leak on Mac OS X
I have a java webobjects app which is showing memory leak problems when running on Red Hat but we had no such problems when it was running on Mac OS X. The JVMs are similar.
Mac OS X 10.6.5 using ...
2
votes
1answer
105 views
interprocess communication in webobjects (jvm, wotaskd, apache module)
I am using the Java edition of Apple Webobjects and was wondering how it all works under the hood. For an app to run successfully it would appear that one needs the java WebObjects Application running ...
2
votes
3answers
89 views
I want good reference books or video links that may help me in learning Webobjects using Eclipse
Can any one post some links that help me in learning WebObjects with eclipse?
1
vote
1answer
470 views
Google Analytics Tracking Code and Document.write causing requests to localhost?
Google Analytics recommends that the code below be inserted before the </body> tag on all web pages on our website to enable visitor tracking.
<script type="text/javascript">
var gaJsHost ...
1
vote
4answers
937 views
Internet Explorer ignoring my cookies
I am having a strange problem with Internet Explorer not accepting my cookies. This is the cookie:
set-cookie: USUSERNAME=LrceSVu6mUJ9Ztmvp4oKSQ%3D%3D; version="1"; expires=Mon, 15-Jun-2009 11:42:21 ...
0
votes
0answers
18 views
WebObjects Unsupported major.minor version 49.0 error
I have been asked to update some old code I worked on years ago. All in xCode no eclipse and the change is needed urgently so do not have time to migrate away from xCode ATM.
I got my hands on a OS ...
0
votes
1answer
36 views
Documentation on Cocoa application directory layout?
I'm a Java EE developer who is used to the following directory layout:
http://java.sun.com/blueprints/code/projectconventions.html
After exposure to WebObjects, and OS X apps in general I see that ...
0
votes
0answers
11 views
Run WebObjects Application as a Window Service
I want to run my WebObjects Application as a service. I am using
http://support.microsoft.com/kb/243486
from this i have configure as a services, it is being started but problem is, i am not able to ...
0
votes
1answer
88 views
WebObjects and jQuery problems with umlauts
iam trying to connect WebObjects and jQuery. The problem I have is that if i want to get a response from a WOComponent with jQuery (.ajax() , .load(), .get()) the german umlauts are not rendered ...
0
votes
2answers
241 views
Are WebObjects frameworks included in Xcode 4?
I read here http://en.wikipedia.org/wiki/Xcode#Major_features that
As of Xcode 3.0, Apple dropped
WebObjects development inside Xcode;
WOLips should be used instead. Xcode 3
still includes ...
0
votes
1answer
92 views
Any Suggestion for Optimization of Query with EO model?
I am trying to fetch data from a table which have very huge data some.
i am using Java Webobject and EOmodel.
While i am trying to fetch with a indexed column i am able to get the result in less than ...
0
votes
1answer
83 views
How to build Wonder/WebObjects project into single WAR file?
Hello I have Wonder Project and I don't know how to build it into one single WAR file that will include all the libraries. Can somebody advise me on that?
Thank you.
0
votes
1answer
296 views
IllegalArgumentException with Date value in jdbc; Openbase sql
I have a WebObjects app, Openbase db, and I'm getting a never before seen exception when doing a raw rows (non ORM) query during a batch operation. It looks like the jdbc adaptor is throwing on a date ...
0
votes
7answers
403 views
Create PDFs from multipage forms in WebObjects
I would like to automatically generate PDF documents from WebObjects based on mulitpage forms. Assuming I have a class which can assemble the related forms (java/wod files) is there a good way to then ...