サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
CES 2025
docs.codehaus.org
Powered by Ruby syntax, parser written in rparsec can be very concise. You have seen how easy the calculator and s-expression parser is. In this article we will demonstrate a more practical parser that parses sql-like language. Informally, the syntax supported are: number literal string literal (quoted by single quote and escaped by double single quote) variables starting with a "$" character. Lin
What is GriffonGriffon is an application framework for developing desktop applications in the JVM, with Groovy being the primary language of choice. Inspired by Grails, Griffon follows the Convention over Configuration paradigm, paired with an intuitive MVC architecture and a command line interface. Griffon also follows the spirit of the Swing Application Framework (JSR 296), it defines a simple y
This guide explains how to get started with FEST's Swing module. Before you start Before starting to write any test, please do the following: Read about writing EDT-safe GUI tests. Download the latest version of the Swing module from the project's download page. The file name should be similar to fest-swing-{VERSION}.zip, where {VERSION} is the latest version of the module. Include the file fest-s
Release History First released in mid 2006, Artifactory was the first repository manager to offer indexed searches, security controls and web 2.0 UI. Artifactory's development is user-needs driven, and is primarily focused on enterprise features. Release history Nexus descended from Proximity, which was the first MRM available. It was updated architecturally to be lighter and faster using the l
Home of BTM, the Bitronix JTA Transaction Manager The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.1 API. It is a fully working XA transaction manager that provides all services required by the JTA API while trying to keep the code as simple as possible for easier understanding of the XA semantics. This is BTM's strongest point compared to its competitors
Sonar is an open source quality management platform, dedicated to continuously analyze and measure technical quality, from the project portfolio to the class method. If you wish to extend Sonar with open source plugins, have a look at our open source plugins forge
What is Janino? Janino is a super-small, super-fast Java™ compiler. Not only can it compile a set of source files to a set of class files like the JAVAC tool, but also can it compile a Java™ expression, block, class body or source file in memory, load the bytecode and execute it directly in the same JVM. Janino is not intended to be a development tool, but an embedded compiler for run-time compila
GMaven provides integration of Groovy into Maven. The basics: Building Groovy Projects Executing Groovy Code Running Groovy Tools Implementing Maven Plugins Advanced: Groovy Runtime Advanced Configuration Licensed under the Apache License v2.0. News Title Author Date Posted Releases
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery Configuring Apache mod_proxy with Jetty The apache web server is frequently used as
Log In Sign Up Dashboard Maven User … Home Examples Maven and Integration Testing Integration and Functional Testing with Maven 2.0 Put your Integration tests in a separate module Better Builds With Maven describes a single example module containing only integration tests. In the case of a multi-module "reactor" project, where each module may need some integration testing, you have some choices
Grape (The Groovy Adaptable Packaging Engine または Groovy Advanced Packaging Engine) は、Groovyでgrab()呼び出しを可能にする基盤であり、Groovyのリポジトリベースのモジュールシステムを実現するためのIvyを活用した一連のクラスです。これによって、開発者が何らかのライブラリを必須とするスクリプトを書いても、そのスクリプトのみをリリースすることが可能になります。スクリプトが、IbiblioやCodehaus、java.netのような既存のリポジトリに基づいて実行されるとき、Grapeは(実行時に)必要に応じて指定されたライブラリやそのすべての依存物をダウンロードし、リンクします。 基本 Grapeは、モジュールのバージョン識別に関しては(用語の変更はありますが)、Ivyのやり方に従っています。 gr
Coverage of these notes The below release notes cover the new features of Groovy 1.7, our latest major release. IDE Support Before diving directly into the new features in Groovy 1.7, please let me mention the great progress made in terms of IDE support for Groovy (and also for Griffon, Gradle, Gant or Grails). All the major IDEs (Eclipse, IntelliJ IDEA, NetBeans) provide an excellent level of sup
1 about this cookbook 1.1 How can you help ? 2 general issues 2.1 problems after upgrade to newer version of Gradle 3 web development 3.1 creation of exploded war 3.2 running selenium tests 4 missing features 4.1 running things from Gradle 4.2 running single tests 4.3 Creating source and resource directories 5 Dependencies 5.1 Creating a fat jar 5.1.1 Include all runtime dependencies 5.2 Gathering
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery Debugging with the Maven Jetty Plugin in Eclipse Step 1 Go to the Run/External Too
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery Configuring AJP13 Using mod_jk or mod_proxy_ajp The apache web server is frequently
Currently, the character encoding for source files needs to be configured individually for each and every plugin that processes source files. In this context, source file refers to some plain text file that - unlike an XML file - lacks intrinsic means to specify the employed file encoding. The Java source files are the most promiment example of such text files. Velocity templates, BeanShell script
The purpose of the Groovy Eclipse plugin is to promote the Groovy platform and ecosystem as a viable and productive development environment for Java developers working in the Eclipse SDK. The Groovy Eclipse Plugin allows you to edit, compile and run both groovy scripts and classes from the Eclipse SDK. There is now a new release of the plugin go see the release notes. Please note that for those of
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery These instructions apply to releases of jetty-6.1.12rc3 and above, and of jetty-7.0
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery What is jetty-env.xml? A jetty-env.xml file is an optional file that you can place
Powered by a free Atlassian Confluence Open Source Project License granted to Codehaus. Evaluate Confluence today. Powered by Atlassian Confluence 2.9.2, the Enterprise Wiki. Printed by Atlassian Confluence 2.9.2, the Enterprise Wiki. Bug/feature request – Atlassian news – Contact administrators
Anything to do with Eclipse and Maven Integration. Including, but not limited to: Maven user's perspective: setting up an Eclipse Project derived from Maven's pom.xml Maven developer's perspective: debugging Maven in Eclipse Eclipse developer 's perspective: creating Eclipse artifacts (plugins, fragments, features, products, update sites, etc) via Maven And any discussions needed to work out the d
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery There is a Jetty implementation for the Eclipse JST Server functionality. The Serve
Though rparsec API is quite easy to use, it still helps if one has an overview of how rparsec works and be wary of some gotchas. In this article I'll try to answer questions that might be fequently asked. How do I start? With rparsec, one creates Parser object in terms of the production rule of the grammar. Once a Parser object is created, it can be used as in: Depending on your need, this parse_r
The JRuby community is pleased to announce the release of JRuby 1.1.6 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/1.1.6 JRuby 1.1.6 is the sixth point release of JRuby 1.1. The fixes in this release are primarily obvious compatibility problems and performance enhancements. Our goal is to put out point releases more frequently for the next several months (about 3-
Where do I Start? Installing Griffon Griffon Quick Start Why Griffon? Liger was taken, apparently. Griffons have large talons. Excellent skills in jump and spot as well. It's a mashup, of an Eagle and a Cougar (since all of the Griffon committers are in North America right now, we are referring to the New World animals, instead of the traditional Eagle and Lion. We could have also gone with the P
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery Jetty Version Information Jetty7 - This plugin was renamed to jetty-maven-plugin t
Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery How to test a Servlet The jetty infrastructure can be use to test servlets with an e
The JRuby community is pleased to announce the release of JRuby 1.1.1! Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.1.1 is the first point release of JRuby 1.1. The fixes in this release are primarily obvious compatibility problems and performance enhancements. Our goal is to put out point releases more frequently for the next several months (about 3-4 we
The JRuby community is pleased to announce the release of JRuby 1.1! Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.1 is the second major release for our project. The main goal for 1.1 has been improving performance. We have made great strides in performance during the last nine months. There have been more and more reports of applications exceeding Ruby 1
次のページ
このページを最初にブックマークしてみませんか?
『http://docs.codehaus.org/』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く