forked from glawson6/mule-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
56 lines (35 loc) · 1.83 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
WELCOME
=======
Congratulations you have just created a new Mule project!
This wizard created a number of new classes and resources useful for new Mule
projects. Each of the created files contains documentation and _todo_ items
where necessary. Here is an overview of what was created.
./pom.xml:
A maven project descriptor that describes how to build this project.
.src/main/app/mule-config.xml
A basic configuration to get you started.
.src/main/app/mule-deploy.properties
A basic deployment descriptor that controls how the application should be deployed.
Here you can specify things like the encoding to use, or which domain the app belongs to.
For more information see: http://www.mulesoft.org/documentation/display/current/Deployment+Descriptor
TESTING
=======
This project also contains test classes that can be run as part of a test suite.
-----------------------------------------------------------------
./src/test/java/org/taptech/app/ExampleFunctionalTestCase.java
This is an example functional test case. The test will work as is, but you
need to configure it to actually test your code.
For more information about
testing see: http://www.mulesoft.org/documentation/display/current/Functional+Testing.
ADDITIONAL RESOURCES
====================
Everything you need to know about getting started with Mule can be found here:
http://www.mulesoft.org/documentation/display/current/Home
For information about working with Mule Studio which is the Mule IDE can be found here:
http://www.mulesoft.org/documentation/display/current/Anypoint+Studio+Essentials
Remember if you get stuck you can try getting help on the Mule forum:
http://forum.mulesoft.org/mulesoft
Also, MuleSoft, the company behind Mule, offers 24x7 support options:
http://www.mulesoft.com/support-and-services/enterprise-subscriptions-support
Enjoy your Mule ride!
The Mule Team