Friday - August 03, 2007

WebObjects Feed Aggregator


I had not looked at Yahoo pipes before until Quinton from Australia posted about it on the WebObjects list. The nice thing is that you can edit anyone's feed and save a customized copy under your own profile. Here is the one I made from Quinton's original ....

Posted at 08:32 AM     Read More  

Friday - June 29, 2007

WebObjects Community Survey


Please take 2 minutes (it's that fast) to do this important WebObjects community survey. Now is your chance to let your voice be heard!

http://www.surveymonkey.com/s.aspx?sm=Rd8PBbh0xxJh3eyuPPvdIg_3d_3d

This survey is administered by Pascal Robert who organized WOWODC this year.

Posted at 10:06 AM     Read More  

Thursday - April 27, 2006

WebObjects on Rails


Pierce T Wetter shared a nice trick on global page direct actions with url query parameters. Nice tip Pierce!

Read More....

Posted at 09:02 AM     Read More  

Monday - February 27, 2006

Version Compatability Notes


Often, a new version of OS can dictate changes to WO version, XCode version and/or java version. My primary objective is to make sure I have stable WO development that is compatible with the deployment server OS version. Sometimes upgrading my development Mac can cause me to have to use a new version of the OS. In any case, this blog entry is a non-comprehensive table of compatible versions of the various environment elements. I also include MySQL version that works well with that combination since that's what I use.

Posted at 07:54 AM     Read More  

Saturday - August 13, 2005

Using WebObjects DirectActions


David LeBer has a really useful series of articles to get you started on Direct Actions in WebObjects. Direct Actions provide direct bookmarkable entry points to your applications and provide a mechanism to avoid using sessions for simple tasks. For example, I just implemented some directactions to handle email "opt out" requests since I don't want sessions created for a simple one-click visit to my app for such a trivial task.....

Posted at 01:38 PM     Read More  

Wednesday - June 22, 2005

Enabling CodeSense for 3rd Party Jars


Let's say you have a bunch of jars added to your /Library/Java/Extensions folder and you want to have the benefit of CodeSense for those classes. Read on .......

Posted at 05:14 PM     Read More  

Wednesday - June 22, 2005

Checking Your WebObjects Version


This is a question that arises now and again on the wo-dev list. Pierre Frisch provided a tip on which file to examine, so open your terminal and enter:
$ cat /System/Library/Frameworks/JavaWebObjects.framework/Resources/version.plist

Posted at 06:32 AM     Read More  

Thursday - March 10, 2005

WebObjects 5.2.3 Development Setup from Scratch on 10.3.7


Just replaced my 2 year old Powerbook with a new one, alas I downgraded to 15" screen due to cost, but I really wanted the jump from 1GHz to the 1.67GHz in the new models, plus my ADC hardware discount was about to expire. I really like the new "Welcome" wizard for new OS X Panther 10.3.5+ installations where it allows you to copy all you files, settings, etc from your old machine. This saves a lot of setup time. However, it DOES NOT copy over much of my development setup so I had to go through that again and decided to document the steps here so I don't have to think about it next time.

Posted at 10:46 PM     Read More  

Tuesday - February 15, 2005

"Threadsafe" WebObjects Applications


I recently asked the WO community list about this and Chuck Hill's reply was excellent and definitely of use to me and anyone else wondering "how do I make my WO app thread-safe?"...

Posted at 07:45 AM     Read More  

Monday - January 10, 2005

No Instance Available!


Once in a while during development and after a Build & Run just after my Powerbook has woken up from sleep, I get this dreaded message......

Posted at 03:22 PM     Read More  

Tuesday - January 04, 2005

Useful Development Launch Arguments


Here are some of the useful development launch arguments that can improve your WebObjects development...

Posted at 03:55 PM     Read More  

Sunday - December 26, 2004

Renaming a Project in XCode


These instructions are adapted from the Apple instructions for the same task using Project Builder . Renaming a project in XCode is a bit convoluted, however it only takes a few minutes and is certainly quicker than recreating the project from scratch in my opinion. Here is how ...

Posted at 04:59 PM     Read More  

Monday - December 13, 2004

Customizing WebObjects Java Templates


Here are locations where you can find templates used for project java files. Make backup copies of the originals before you begin customizing........

Posted at 01:09 PM     Read More  

Thursday - December 09, 2004

Automatic XCode Java Syntax Checking Tip


Ever wish you did not have to wait until you click Build to find out what syntax errors you have in the code you just typed? Well, today I discovered something built-in that automatically shows basic syntax errors every time you save your .java file in XCode ....

Posted at 02:49 PM     Read More  

Friday - November 12, 2004

Beginning WebObjects on Windows


I do not develop WebObjects apps on Windows, so don't ask me to troubleshoot Windows installation issues, however this article (click Read More) outlines where to get instructions and information related to installation and development on Windows 2000 and XP .....

Posted at 01:38 PM     Read More  

Tuesday - August 10, 2004

Making Sense of Java CodeSense in XCode 1.5


The long-awaited Code Sense finally arrives in XCode released in Aug 2004. Here are my notes on what I had to do to make it work after I installed XCode 1.5 on top of XCode 1.2/OS X 10.2.4/WO 5.2.3

In summary follow these steps to success:
* Check Java installation and make sure CurrentJDK is linked to 1.4.2
* Install XCode 1.5
* Install Java 1.4.2 Developer Package
* Unjar Java Docs
* Prepare Java Classes for Code Sense
* Fix the WO documentation support as per XCode 1.5 release notes
* Turn On CodeSense
* Finally Use CodeSense

Posted at 04:39 PM     Read More  

Saturday - July 03, 2004

Other WebObjects Reference Sites


Some of the many useful reference sites for WebObjects....
[Revised 12/17/04]

Posted at 02:20 PM     Read More  

Friday - July 02, 2004

Eliminate Initial Project Indexing


 


Posted at 10:16 AM     Read More  

Friday - May 21, 2004

Debugging Tips


Sometimes beginners find, as I did, that there is so much information in the WebObject reference library, it is difficult to find out how to do some of the basic things that a developer needs to do. So, here are some tips on how to get the debug information you need during your development.

Posted at 12:42 PM     Read More  

Friday - April 30, 2004

Logging out of a session


The objective of logging out of a session is to terminate the current user's "logged in" access to data so they can safely leave their workstation, dispose of the current session object to free up memory, and return the user to a non-session page.
Searching the list will show you many suggestions on how to accomplish this. Unfortunately many of the recommendations simply do not work. Here is what works for me and is based on list input by Chuck Hill and Arturo Perez....

Posted at 06:09 PM     Read More  


Published by