News Focus
News Focus
icon url

Pete_Y_48

04/18/07 6:57 PM

#68206 RE: Tex #68198

Re: WebObjects

"I don't know if WO has gone back to ObjC, as Apple seems to have given up on the Cocoa-ObjC bridge".

The answer to your first supposition, is no, WebObjects is 100% Java now. Apple is moving the WebObjects group towards making it more of an enterprise environment with huge increases in speed and load capabilities. On the other side they are giving up on getting Xcode to work with WebObjects and is pushing the developers to switch to Eclipse. There is an open group working to get the frameworks working with Eclipse.

Your second statment about the Cocoa-ObjC bridge is absolulely correct. Again it is a result of the new focus of the WebObjects group.

WebObjects is the dog food of Apple's web presence. Both the iTunes and Apple web sites are mostly programmed in WebObjects. AAA also uses a ton of WebObjects.
icon url

tomm

04/18/07 11:27 PM

#68220 RE: Tex #68198

Ruby on Rails

is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.
Everyone from startups to non-profits to enterprise organizations are using Rails. Rails is all about infrastructure so it's a great fit for practically any type of web application Be it software for collaboration, community, e-commerce, content management, statistics, management, you name it. Examples:
Rails works with a wealth of web servers and databases. For web server, we recommend Apache or lighttpd, running either FastCGI or SCGI, or Mongrel. For database, you can use MySQL, PostgreSQL, SQLite, Oracle, SQL Server, DB2, or Firebird. Just about any operating system will do, but we recommend a 'nix-based one for deployment.
http://www.rubyonrails.org/