For your Ruby, you'll must install this gems:
sudo gem install passenger
sudo passenger-install-apache2-module
At this moment, you'll asked to install some Apache2's deps (three deps):
sudo apt-get install apache2-prefork-dev
| package ext; | |
| import java.io.StringWriter; | |
| import jj.play.org.eclipse.mylyn.wikitext.core.parser.MarkupParser; | |
| import jj.play.org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilder; | |
| import jj.play.org.eclipse.mylyn.wikitext.textile.core.TextileLanguage; | |
| import play.templates.JavaExtensions; | |
| public class TextileExtension extends JavaExtensions { |
For your Ruby, you'll must install this gems:
sudo gem install passenger
sudo passenger-install-apache2-module
At this moment, you'll asked to install some Apache2's deps (three deps):
sudo apt-get install apache2-prefork-dev
| { | |
| "working_dir": "$file_path", | |
| "shell_cmd":"mvn clean install", | |
| "variants": [ | |
| { | |
| "name": "mvn clean install", | |
| "shell_cmd": "mvn clean install" | |
| }, | |
| { | |
| "name": "mvn full build", |
This page describes MDB (Message Driven Bean) configuration with Wildfly (> version 8 implementing Java EE 7/8) and Websphere MQ messaging broker.
Websphere MQ provides a resource adapter which is able to interact with latest and even legacy Websphere MQ versions. (See this link for WMQ v8.0 Resource Adapter compatibility details)
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>org.gilmour.native</groupId> | |
| <artifactId>jinput-2</artifactId> | |
| <version>1.0-SNAPSHOT</version> |
| // Enable component-scanning and auto-configuration with @SpringBootApplication Annotation | |
| // It combines @Configuration + @ComponentScan + @EnableAutoConfiguration | |
| @SpringBootApplication | |
| public class FooApplication { | |
| public static void main(String[] args) { | |
| // Bootstrap the application | |
| SpringApplication.run(FooApplication.class, args); | |
| } | |
| } |
| /target/ | |
| /.classpath | |
| /.project | |
| /.vscode | |
| /.idea | |
| /dependency-reduced-pom.xml | |
| /bin/ |
| /** | |
| * Project -=-=( DemoGame )=-=- | |
| * | |
| * This project aims at demobstrate basics for simple game. | |
| * | |
| * @author Frédéric Delorme <frederic.delorme@gmail.com> | |
| * @since 2019 | |
| */ | |
| import java.awt.Color; |
| subtitle | Java is a programming language developed by Oracle (formerly by Sun Microsystems). |
|---|---|
| author | Frédéric Delorme |
| createdAt | 2020-09-23 |
| updatedAt | 2025-04-01 |
| copyright | 2025 |
| description | A comprehensive guide to navigating the tools and command-line utilities in the Java ecosystem. |
| license | MIT |