This page is no longer maintained — Please continue to the home page at www.scala-lang.org

about scalabeans 0.1

1 reply
m410
Joined: 2011-03-31,
User offline. Last seen 42 years 45 weeks ago.

Hi,
Just saw the announcement about scalabeans, I've been desperately
needing something like this, thanks. Does it have something like java
bean property editor support? so I can take a date as a string and
have it make a date instance for a property?

eg:
class Account(created:Date)
val descriptor = descriptorOf[Account]
val builder = descriptor.newBuilder()
// add some property editor ?
builder.set(descriptor("created"), "2011-10-10 12:12:12 GMT")
val accountWithDate = builder.result()
///

Really nice work, thanks,
Mike

Alexander Dvorkovyy
Joined: 2011-05-17,
User offline. Last seen 42 years 45 weeks ago.
Re: about scalabeans 0.1

Hi Mike,

No, there is nothing like PropertyEditor yet. Sounds like a nice
feature, we will think about it. Has many applications actually, not
only for GUI frameworks but also for serialization to/from text-based
formats like JSON and XML.

Thanks for your feedback!

Regards,

Alexander Dvorkovyy

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland