Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadmessbah/javaee_automation
https://github.com/ahmadmessbah/javaee_automation
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmadmessbah/javaee_automation
- Owner: AhmadMessbah
- Created: 2023-12-29T10:59:58.000Z (11 months ago)
- Default Branch: projects
- Last Pushed: 2024-07-28T16:24:46.000Z (3 months ago)
- Last Synced: 2024-08-14T20:35:33.732Z (3 months ago)
- Language: Java
- Size: 45.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
Java EE Automation
An automation project using Java EE!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
[//]: # ([![](E:\JavaFinalProject\letter\docs\images\home.png)](https://example.com))
This project, is a sample of an automation using Java EE.
In this project we have provided features with regard to basic needs in an office platform -- it is worth a tryHere's why:
* Login is required for all of our pages, a basic rule for an official automation
* Having samples for lettering system and reference them to different users
* Having samples for Bank and Storage managementOf course, there is still room for improvement !
### Built With
What we used for building this project
* Jakarta EE 10
* TomEE 10.0.27
* Jdk 11
* Oracle Data Base
* Hibernate Orm## Getting Started
This is an example of how you may set up this project.
To get a local copy up and running follow these simple example steps.### Prerequisites
These are required changes for your TomEE
Open tomee.xml,
Add code below as required jdbc/JtaDataSource
jdbcDriver = oracle.jdbc.driver.OracleDriver
jdbcUrl = jdbc:oracle:thin:@localhost:1521:xe
username = mft
password = java123
jtaManaged = true
maxIdle = 20
minIdle = 5
maxWait = 10000
jdbcDriver = oracle.jdbc.driver.OracleDriver
jdbcUrl = jdbc:oracle:thin:@localhost:1521:xe
username = mft
password = java123
jtaManaged = false
maxIdle = 20
minIdle = 5
maxWait = 10000
Next open server.xml,
Add code below as required realm settings
### Installation
Below is what you need to have already installed
1. apache-tomee-webprofile-9.1.2
2. Jdk 11
3. Oracle db## Usage
This automation could be used as an official application.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MFT plus License. See mftplus.com for more information.
## Contact
Contact Us - [email protected]
Project Link: [https://github.com/AhmadMessbah/JavaEE_Automation](https://github.com/AhmadMessbah/JavaEE_Automation)
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
[Svelte-url]: https://svelte.dev/
[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[Laravel-url]: https://laravel.com
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com