Giter Site home page Giter Site logo

websphere-maven-plugin's Introduction

Change Log

1.1.3

1.1.2

  • Check for French and German version of the "Command Successful" to indicate CreateEjbStub command completed successfully
  • Merged changes from apenvern - french support and support for specifying Remote interface

Overview

Maven plugin for generate the _XXX_Stub.class file required in order for stand alone java application to call Remote EJB on Websphere Application Server.

Add the parameter FileSet to replace the class parameter and don't put all the remote class but just **/*Remote.class.

For example

<plugin>
    <groupId>com.github.lsiu.maven.plugins</groupId>
    <artifactId>websphere-maven-plugin</artifactId>
    <version>1.1.2</version>
    <configuration>
        <!-- list of interface/classes to create ejb stubs -->
        <fileSets>
          <fileSet>
            <outputDirectory>${project.build.outputDirectory}</outputDirectory>
			<includes>
				<include>**/*Remote.class</include>
			</includes>
          </fileSet>
        </fileSets>
        <!-- following are optional -->
        <websphereHome/> <!-- default to /IBM/WebSphere/AppServer -->
        <outputDirectory/> <!-- default to target/classes -->
        <classpath/> <!-- default to test scope classpath -->
    </configuration>
</plugin>

##Contributions apenvern

websphere-maven-plugin's People

Contributors

apenvern avatar dennsen78 avatar lijinglue avatar lsiu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.