English 中文(简体)
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 the WebObjects frameworks.

Can somebody tell me if the WebObjects frameworks are included with Xcode 4? Or, are there other reasons why I should use Xcode 3 instead of Xcode 4 for the maintenance of my old WO project? And if you have some info on the use of WOLips, then I d like to know. My Mac is running OSX 10.6.7.

问题回答

The WebObjects frameworks are not installed with Xcode 4 (or Xcode 3 for that matter). You really should switch to WOLips. Yes, Eclipse is ugly, but it s a far better Java IDE than Xcode.

Check the WOCommunity wiki for details:

http://wiki.objectstyle.org/confluence/display/WO/WO+5.4+Getting+Started

WOLips is a plugin for the Eclipse Java IDE. You don t use Xcode at all. Apple doesn t either. EVERYONE uses Eclipse with the WOLips plugin (as far as I know at least). No, it s not as polished as Apple products, but it has lots of Java goodies and WOLips is extremely well supported, as is Project Wonder and the whole community.

Follow the link to the wiki that Pascal provided, and you ll find lots of information. There are also webobjects mailing lists such as webobjects-dev.

If it was yesterday, I would have said to get even MORE information, go to WOWODC next weekend in Montreal and get to know many of the people behind all this. But I think registration ended yesterday.

Good luck!





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签