[X] The "/phpnuke/PHP-Nuke-3.0.tar.gz" file could not be found or is not available. Please select another file.

Funky DSL enables attribute-oriented programming for Seam applications.


http://funkydsl.sourceforge.net





Separate each tag with a space.

Topics:

License:

Operating System:

Intended Audience:

User Interface:

Programming Language:

Registered:

2007-12-05

Ratings and Reviews

Be the first to post a text review of Funky DSL. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Building on Spoon

    However great the concept of annotation processing is, their basic supporting APIs are precisely that: basic. Theres quite a bit of plumbing involved in setting apt up so that it starts processing annotations and with no Java Annotation Processing in Action handy it takes some time consuming trail-and-error to figure out what is the right way to do that plumbing. Of course, you do get this work pretty OK Only to face next the challenge of integrating the com.sun.source.tree API with all of this. Spoon to the rescue. Spoon is a processor for Java programs on top of apt and JSR269 that is way, way easier to use (and, better documented) than the latter APIs. It also provides a more convenient deployment model for program processors: instead of having to deploy a jar, a Java project with a Spoon.xml suffices. Great for development cylces! The Spoon site is here: http://spoon.gforge.inria.fr/

    posted by ron_kersic 669 days ago

  • Eclipse Java 6 annotations

    The Eclipse 3.3 "What's New" states that Eclipse now "fully supports Java 6 annotation processing in the Eclipse Java batch compiler. Java 6 annotation processing is also minimally supported in the IDE, with more support to come in the future". Well, they are not under-promising as I can't get an Java 6 annotation processor, deployed in a JAR, to interact with the IDE. I haven't tried deploying the processor as a plug-in as I really don't like that mode of working. Not for development and testing, not for actually use. For now, we stick to apt for annotation processing.

    posted by ron_kersic 705 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Funky DSL Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review