Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
examples of scala.reflect.api 2.10
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alberto SOUZA  
View profile  
 More options Mar 3, 9:39 pm
From: Alberto SOUZA <alots....@gmail.com>
Date: Sat, 3 Mar 2012 23:39:50 -0300
Local: Sat, Mar 3 2012 9:39 pm
Subject: examples of scala.reflect.api 2.10

Hi,

Are there any examples of the new reflection api provided by scala 2.10? I
was taking a look here =>
https://github.com/scala/scala/blob/master/src/compiler/scala/reflect...

Thanks,

Alberto


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nada Amin  
View profile  
 More options Mar 5, 5:34 pm
From: Nada Amin <na...@alum.mit.edu>
Date: Mon, 5 Mar 2012 23:34:11 +0100
Local: Mon, Mar 5 2012 5:34 pm
Subject: Re: [scala-user] examples of scala.reflect.api 2.10
Hi Alberto,

On Sun, Mar 4, 2012 at 3:39 AM, Alberto SOUZA <alots....@gmail.com> wrote:
> Hi,

> Are there any examples of the new reflection api provided by scala 2.10? I
> was taking a look here
> => https://github.com/scala/scala/blob/master/src/compiler/scala/reflect...

Here is a small project which shows how to create the Scala
counterpart of Java proxies:
https://github.com/namin/scala-proxy

It uses Scala reflection instead of Java reflection for the invocation
handlers. In particular, see:
https://github.com/namin/scala-proxy/blob/master/src/main/scala/scala...
https://github.com/namin/scala-proxy/blob/master/src/main/scala/test/...

> Thanks,

I hope this helps. Please don't hesitate if you have any questions.

Cheers,
~n


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nada Amin  
View profile  
 More options Mar 5, 5:58 pm
From: Nada Amin <na...@alum.mit.edu>
Date: Mon, 5 Mar 2012 23:58:24 +0100
Local: Mon, Mar 5 2012 5:58 pm
Subject: Re: [scala-user] examples of scala.reflect.api 2.10
On Mon, Mar 5, 2012 at 11:34 PM, Nada Amin <na...@alum.mit.edu> wrote:
> Hi Alberto,

> On Sun, Mar 4, 2012 at 3:39 AM, Alberto SOUZA <alots....@gmail.com> wrote:
>> Hi,

>> Are there any examples of the new reflection api provided by scala 2.10? I
>> was taking a look here
>> => https://github.com/scala/scala/blob/master/src/compiler/scala/reflect...
> Here is a small project which shows how to create the Scala
> counterpart of Java proxies:
> https://github.com/namin/scala-proxy

FYI, I just updated this project to run with Scala 2.10.0-M2. The API
improved in clarity between M1 and M2.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alberto SOUZA  
View profile  
 More options Mar 8, 10:10 am
From: Alberto SOUZA <alots....@gmail.com>
Date: Thu, 8 Mar 2012 12:10:34 -0300
Local: Thurs, Mar 8 2012 10:10 am
Subject: Re: [scala-user] examples of scala.reflect.api 2.10

Thanks Nada. I took a look at the scala repo. At the end, I wrote a post
about the new reflection api =>
http://alots.wordpress.com/2012/03/06/getting-into-the-new-scalas-2-1...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »