com.att.ajsc:ajsc-surfsup-archetype

Java Based container

License

License

BSD License
GroupId

GroupId

com.att.ajsc
ArtifactId

ArtifactId

ajsc-surfsup-archetype
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Based container
Project URL

Project URL

https://github.com/att/AJSC/wiki/ajsc-surfsup-archetype

Download ajsc-surfsup-archetype

How to add to project

<!-- https://jarcasting.com/artifacts/com.att.ajsc/ajsc-surfsup-archetype/ -->
<dependency>
    <groupId>com.att.ajsc</groupId>
    <artifactId>ajsc-surfsup-archetype</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.ajsc/ajsc-surfsup-archetype/
implementation 'com.att.ajsc:ajsc-surfsup-archetype:1.0.0'
// https://jarcasting.com/artifacts/com.att.ajsc/ajsc-surfsup-archetype/
implementation ("com.att.ajsc:ajsc-surfsup-archetype:1.0.0")
'com.att.ajsc:ajsc-surfsup-archetype:jar:1.0.0'
<dependency org="com.att.ajsc" name="ajsc-surfsup-archetype" rev="1.0.0">
  <artifact name="ajsc-surfsup-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.ajsc', module='ajsc-surfsup-archetype', version='1.0.0')
)
libraryDependencies += "com.att.ajsc" % "ajsc-surfsup-archetype" % "1.0.0"
[com.att.ajsc/ajsc-surfsup-archetype "1.0.0"]

Dependencies

compile (52)

Group / Artifact Type Version
org.codehaus.groovy : groovy-eclipse-compiler jar 2.8.0-01
org.codehaus.groovy : groovy-all jar 2.4.3
org.eclipse.jetty : jetty-util jar 9.2.9.v20150224
backport-util-concurrent : backport-util-concurrent jar 3.1
org.apache.camel : camel-core jar 2.15.5
org.apache.camel : camel-quartz jar 2.15.5
org.apache.camel : camel-spring jar 2.15.5
org.restlet.jee » org.restlet.ext.spring jar 2.2.1
org.apache.camel : camel-restlet jar 2.15.5
org.apache.camel : camel-servlet jar 2.15.5
org.apache.camel : camel-http4 jar 2.15.5
org.apache.camel : camel-groovy jar 2.15.5
org.apache.camel : camel-twitter jar 2.15.5
org.apache.camel : camel-mail jar 2.15.5
org.apache.camel : camel-smpp jar 2.15.5
org.apache.camel : camel-jms jar 2.15.5
org.apache.camel : camel-script jar 2.15.5
org.apache.camel : camel-xmpp jar 2.15.5
org.apache.camel : camel-velocity jar 2.15.5
org.springframework : spring-core jar 3.2.4.RELEASE
org.springframework : spring-beans jar 3.2.4.RELEASE
org.springframework : spring-expression jar 3.2.4.RELEASE
org.restlet.jee » org.restlet jar 2.2.1
org.restlet.jee » org.restlet.ext.servlet jar 2.2.1
org.springframework : spring-web jar 3.2.4.RELEASE
org.springframework : spring-webmvc jar 3.2.4.RELEASE
org.springframework.security.oauth : spring-security-oauth2 jar 1.0.5.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
org.codehaus.jackson : jackson-core-asl jar 1.9.13
org.springframework : spring-context jar 3.2.4.RELEASE
org.springframework.security : spring-security-core jar 3.2.4.RELEASE
org.springframework.security : spring-security-web jar 3.2.4.RELEASE
org.springframework.security : spring-security-config jar 3.2.4.RELEASE
org.springframework : spring-jmx jar 2.0.8
junit : junit jar 4.11
bsh : bsh jar 1.3.0
org.grails : grails-spring jar 2.3.1
org.apache.camel : camel-cxf jar 2.15.5
org.apache.xmlbeans : xmlbeans-xmlpublic jar 2.6.0
commons-collections : commons-collections jar 3.2.2
com.att.camel : att-camel-dme2-servlet jar 2.15.5
com.github.fge : json-schema-validator jar 2.2.6
org.json : json jar 20090211
org.springframework : spring-aop jar 3.2.4.RELEASE
org.springframework : spring-context-support jar 3.2.4.RELEASE
org.springframework : spring-tx jar 3.2.4.RELEASE
org.springframework : spring-jdbc jar 3.2.4.RELEASE
org.springframework : spring-orm jar 3.2.4.RELEASE
org.springframework : spring-oxm jar 3.2.4.RELEASE
org.springframework : spring-webmvc-portlet jar 3.2.4.RELEASE
org.springframework : spring-test jar 3.2.4.RELEASE
commons-validator : commons-validator jar 1.3.1

provided (3)

Group / Artifact Type Version
com.att.aft : dme2 jar 3.1.200
org.apache.camel : camel-ejb jar 2.15.5
org.apache.openejb : openejb-core jar 4.5.2

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

AJSC

Java Service Container

#OVERVIEW

The AJSC is a Java service container designed to support the rapid development of APIs and deployment of services in the SOA cloud. With a tight integration between any Service can be created and deployed in a short amount of time with full visibility and exposure through the any Cloud. The container provides key Enterprise Integration patterns through the use of Apache Camel Routing that can speed up solution delivery and the re-usability of exposed business logic through Spring Bean Creation, RESTful services, JAX-RS, as well as other business logic implementations.

#BUILD
AJSC can be cloned and builb using Maven In the repository use mvn - clean install

Project Build will be Successful

#RUN To create and run AJSC archtype service follow these steps. Pre-requisites to run the service Java JDK 1.8 Maven 3x version

  1. Open cmd/terminal use mvn archetype:create
    -DarchetypeGroupId=com.att.ajsc -DarchetypeArtifactId=ajsc-archetype-parent
    -DarchetypeVersion=1.0.0
    -DgroupId=my.groupid
    -DartifactId=my-artifactId

2)use mvn clean package

3)use mvn -P runAjsc to start the service

#CONFIGURATION Recommended Environment - Unix/Windows based Java - 1.8 Maven - 3.2.5

com.att.ajsc

AT&T Open Source

Versions

Version
1.0.0