Coder Social home page Coder Social logo

concurrentutil4ee's Introduction

ConcurrentUtil4EE

concurrent utilities for Java EE 7

1 本プログラムを動作させるために、AppServer-メールサーバの設定が必要

GlassFish v4.0 でGMailに接続する場合 asadmin コマンドで下記を実行

asadmin create-javamail-resource --mailhost "smtp.gmail.com" --mailuser "[email protected]" --fromaddress "[email protected]" --property "mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory:mail.smtp.socketFactory.port=465:mail.smtp.port=465:mail.smtp.socketFactory.fallback=false:mail.smtp.auth=true:mail.smtp.password=[FOO's Password]" mail/MyMailSession

パスワードは Google のアプリケーション固有のパスワードを設定 参考:http://support.google.com/accounts/bin/answer.py?hl=ja&answer=185833

2 本プログラムを動作させるために、AppServer の MQ の物理送信先の設定が必要

GlassFish v4.0 で MQ の物理宛先の設定方法 asadmin コマンドで下記を実行

asadmin create-jms-resource --restype javax.jms.Queue --property Name=registQueue jms/mailRegistQueue

3 本プログラムを動作させるために、AppServer でJDBCリソースの設定が必要

GlassFish v4.0 で JDBC リソースの設定方法(Derbyを利用する場合) asadmin コマンドで下記を実行

asadmin create-jdbc-resource --connectionpoolid DerbyPool jdbc/sample

concurrentutil4ee's People

Contributors

yoshioterada 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.