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
proxy and annotation
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
  2 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
 
ngocdaothanh  
View profile  
 More options Aug 24 2009, 3:10 am
From: ngocdaothanh <ngocdaoth...@gmail.com>
Date: Mon, 24 Aug 2009 00:10:57 -0700 (PDT)
Local: Mon, Aug 24 2009 3:10 am
Subject: proxy and annotation
Hi,

How can I define annotation for a proxy?

For example:

Java code:

http://viewvc.jboss.org/cgi-bin/viewvc.cgi/netty/trunk/src/main/java/...

Clojure code:

(def handler
  (proxy [SimpleChannelUpstreamHandler] []
    (messageReceived [ctx e]
      ((.println System/out) "hello"))))

How can I set   @ChannelPipelineCoverage("one")  for the "handler"
proxy?

Thanks.


 
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.
Mark Derricutt  
View profile  
 More options Aug 24 2009, 9:27 pm
From: Mark Derricutt <m...@talios.com>
Date: Tue, 25 Aug 2009 13:27:41 +1200
Local: Mon, Aug 24 2009 9:27 pm
Subject: Re: proxy and annotation

Currently clojure doesn't support annotations, which is a huge issue at
times when integrating with some newer java frameworks.
I'm not sure if anyones working on it yet either, and to be honest I'm not
even sure what syntax would work well - something encoded in the metadata
woud be good I guess.

--

On Mon, Aug 24, 2009 at 7:10 PM, ngocdaothanh <ngocdaoth...@gmail.com>wrote:


 
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 »