Re: Are you using scala + webobjects ?
Re: Are you using scala + webobjects ?
- Subject: Re: Are you using scala + webobjects ?
- From: André Mitra <email@hidden>
- Date: Thu, 25 Mar 2010 00:01:42 -0400
Hello Dominique,
At the moment, I am just experimenting with Scala and WO. Currently, WOLips prefers Eclipse 3.4.x and Scala prefers 3.5.x, which can lead to different annoyances depending on the version of Eclipse that you choose to use. On 2010-03-23, at 4:44 PM, Dominique Schoenenberger wrote: Because you have suggested the use of Scala, I would like to ask you if you are using it in your WebObjects development ?
I have started to use it, to investigate it and coded some Scala classes. It's nice, very expressive but it seems that the Eclipse plugin is not so good for the moment, the code completion is not working, the debug lacks some features and I have sometimes some problem to get my scala classes compiled in Eclipse: I have to make a change in the code (like adding a space character) in order to make it compiled. It's annoying. Have you had this problem ? What is your experience with Scala + WO ?
Any one else using Scala + WO ? Any code that could be useful to share like how to iterate easily on NSArray in scala ?
val list = List.fromArray(NSArray.componentsSeparatedByString("hello world !"," ").toArray) list.foreach(println)
Dominique
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden