2007年3月16日のブックマーク (8件)

  • Paranamer - Introduction

    Method Parameter Name Access for versions of Java PRIOR TO Java 7.0 What is it? It is a library that allows the parameter names of methods and constructors to be accessed at runtime. Normally this information is dropped by the compiler. In effect, methods like 'doSometing(mypkg.Person toMe)' currently look like 'doSomething(mypkg.Person ???)' to people using Java's reflection to inspect methods. 

    makotan
    makotan 2007/03/16
    It is a library that allows the parameter names of non-private methods and constructors to be accessed at runtime. Normally this information is dropped by the compiler. In effect, methods like 'doSometing(mypkg.Person toMe)' currently look like 'doSomething(mypkg.Person ???)' to people using Java's
  • Modello - Home

    makotan
    makotan 2007/03/16
    Modello is a framework for code generation from a simple model. Modello generates code from a simple model format: based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML marshallers/unmarshallers, XSD and documentation.
  • J4SQL - J4SQL Project overview

    makotan
    makotan 2007/03/16
    Though java bytecode is portable and java stored procedures can operate using standard APIs, until now there was no toolset for developers to really use java stored procedures.
  • Codehaus: JBehave

    Using English, write down some stories. Suggest some scenarios to fully illustrate the stories. Split the scenarios into sequences of contexts, events and outcomes. Reuse them to describe and illustrate the different behaviours of your system. Run the stories. If you need some code to make the system behave as it should, write down the behaviour of the code. Run the behaviours. If the code isn’t d

    makotan
    makotan 2007/03/16
    A behaviour-driven development (BDD) framework for Java Using English, write down some stories. Suggest some scenarios to fully illustrate the stories. Split the scenarios into sequences of contexts, events and outcomes. Reuse them to describe and illustrate the different behaviours of your syste
  • JayWalker - Home

    makotan
    makotan 2007/03/16
    JayWalker is an open-source build and deployment analysis tool which interrogates a Java application's compiled artifacts and generates static and interactive graphical reports from it.
  • Jettison - Home

    Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF or XML serialization frameworks like XStream. There are currently two included conventions for mapping JSON to XML. The first, is BadgerFish which implements the full XML infoset in JSON using various techniques. T

    makotan
    makotan 2007/03/16
    Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF or XML serialization frameworks like XStream.
  • jra - Home

    _your description goes here_Create a page called QuickLinks in Confluence for this content! Java REST Annotations The Java REST annotations are annotations to help service creators build REST style services. Frameworks which wish to support REST can reuse these annotations just like the JSR181 & JAX-WS annotations are used across implementations. However, the idea with JRA is that many different f

    makotan
    makotan 2007/03/16
  • LiveTribe - Home

    LiveTribe - Systems Management Project LiveTribe is a community effort to provide state-of-the-art management and monitoring tools, available for download and distribution under the open source Apache License 2.0. The goal of the LiveTribe project is to simplify the life of the application developers and operational users, by eliminating the complexity and overhead of deploying and maintaining mul

    makotan
    makotan 2007/03/16
    LiveTribe is a community effort to provide state-of-the-art management and monitoring tools, available for download and distribution under the open source Apache License 2.0.