Udemy - RESTful Web Service with Java JAX-RS. Create & Deploy to ...

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 2.0 GB
  • Uploaded By CourseClub
  • Downloads 326
  • Last checked 1 month ago
  • Date uploaded 6 years ago
  • Seeders 4
  • Leechers 1

Infohash : 9C24D1A734EFADAAB22A1E048D94CD295BFCFDD1



RESTful Web Service with Java JAX-RS. Create & Deploy to AWS

* Create REST API with JAX-RS and Jersey * Build Restful Web Service * Deploy to AWS * Implement CRUD with Hibernate *

For More Courses Visit: https://desirecourse.net

For More Courses Visit: https://courseclub.me

Files:

[DesireCourse.Net] Udemy - RESTful Web Service with Java JAX-RS. Create & Deploy to AWS 1. Source code
  • 1. Source code.html (0.6 KB)
10. Exceptions Handling
  • 1. Create Error Messages Enum.mp4 (10.3 MB)
  • 1. Create Error Messages Enum.vtt (3.7 KB)
  • 2. Create Custom RuntimeException.mp4 (6.4 MB)
  • 2. Create Custom RuntimeException.vtt (2.0 KB)
  • 3. Installing Netbeans Plugin to generate the unique value for serialVersionUID.mp4 (9.3 MB)
  • 3. Installing Netbeans Plugin to generate the unique value for serialVersionUID.vtt (4.1 KB)
  • 4. Create ErrorMessage Class.mp4 (10.3 MB)
  • 4. Create ErrorMessage Class.vtt (4.1 KB)
  • 5. Return Exception Message As JSON.mp4 (15.2 MB)
  • 5. Return Exception Message As JSON.vtt (5.6 KB)
  • 6. Sending HTTP Request to see the error message.mp4 (7.4 MB)
  • 6. Sending HTTP Request to see the error message.vtt (2.9 KB)
  • 7. Creating Generic Exception Handler.mp4 (10.5 MB)
  • 7. Creating Generic Exception Handler.vtt (3.5 KB)
11. Working with Database
  • 1. User Database Entity Class.mp4 (12.2 MB)
  • 1. User Database Entity Class.vtt (5.0 KB)
  • 2. Add Entity Class to Hibernate Configuration File.mp4 (4.3 MB)
  • 2. Add Entity Class to Hibernate Configuration File.vtt (1.5 KB)
  • 3. Creating Data Access Object Class.mp4 (46.5 MB)
  • 3. Creating Data Access Object Class.vtt (15.9 KB)
  • 4. Hibernate Session Factory.mp4 (16.3 MB)
  • 4. Hibernate Session Factory.vtt (4.7 KB)
  • 5. Generate User Id.mp4 (17.7 MB)
  • 5. Generate User Id.vtt (5.7 KB)
  • 6. Secure Way of Storing User Password.mp4 (23.7 MB)
  • 6. Secure Way of Storing User Password.vtt (6.8 KB)
  • 7. Save User in Database..mp4 (20.5 MB)
  • 7. Save User in Database..vtt (6.6 KB)
  • 8. HTTP Post Request to Create a New User.mp4 (12.8 MB)
  • 8. HTTP Post Request to Create a New User.vtt (5.2 KB)
  • 9. Update project to use C3P0 Connection Pooling.mp4 (11.5 MB)
  • 9. Update project to use C3P0 Connection Pooling.vtt (4.3 KB)
12. HTTP GET. Get User Profile API Call
  • 1. @Path and @PathParam Annotation.mp4 (10.4 MB)
  • 1. @Path and @PathParam Annotation.vtt (4.5 KB)
  • 2. Create NoRecordFoundException.mp4 (10.7 MB)
  • 2. Create NoRecordFoundException.vtt (3.8 KB)
  • 3. Service Layer and Database Access Code.mp4 (34.8 MB)
  • 3. Service Layer and Database Access Code.vtt (11.2 KB)
  • 4. HTTP GET Request to return user details..mp4 (15.6 MB)
  • 4. HTTP GET Request to return user details..vtt (5.8 KB)
13. User Sign In and Secure Access Token
  • 1. Create Authentication Web Service Entry Point.mp4 (24.0 MB)
  • 1. Create Authentication Web Service Entry Point.vtt (8.2 KB)
  • 2. Create AuthenticationException.mp4 (15.2 MB)
  • 2. Create AuthenticationException.vtt (5.5 KB)
  • 3. Authentication Service class.mp4 (27.6 MB)
  • 3. Authentication Service class.vtt (10.0 KB)
  • 4. Issue Secure Access Token.mp4 (41.4 MB)
  • 4. Issue Secure Access Token.vtt (11.7 KB)
  • 5. Trying the Issue Access Token Code.mp4 (12.0 MB)
  • 5. Trying the Issue Access Token Code.vtt (3.2 KB)
  • 6. Reset Security Credentials.mp4 (17.6 MB)
  • 6. Reset Security Credentials.vtt (6.5 KB)
14. Access Protected WS Endpoints With Access Token
  • 1. Using @NameBinding to Create a @Secure Annotation.mp4 (15.1 MB)
  • 1. Using @NameBinding to Create a @Secure Annotation.vtt (6.4 KB)
  • 2. AuthenticationFilter to Perform Token-based Authentication.mp4 (28.9 MB)
  • 2. AuthenticationFilter to Perform Token-based Authentication.vtt (9.7 KB)
  • 3. Making the Get User Profile request protected.mp4 (10.7 MB)
  • 3. Making the Get User Profile request protected.vtt (3.9 KB)
15. Get All Users. Implementing Pagination
  • 1. Get Users Request, @QueryParam and @DefaultValue.mp4 (23.8 MB)
  • 1. Get Users Request, @QueryParam and @DefaultValue.vtt (9.4 KB)
  • 2. Service Layer Code.mp4 (9.1 MB)
  • 2. Service Layer Code.vtt (2.9 KB)
  • 3. Data Layer Code.mp4 (11.2 MB)
  • 3. Data Layer Code.vtt (3.9 KB)
  • 4. Trying The Get Users HTTP Request.mp4 (25.7 MB)
  • 4. Trying The Get Users HTTP Request.vtt (8.2 KB)
16. HTTP PUT. Update User Details Request
  • 1. HTTP PUT. Update User Details.mp4 (27.6 MB)
  • 1. HTTP PUT. Update User Details.vtt (9.2 KB)
  • 2. Update User Profile Service and Data Layers.mp4 (15.8 MB)
  • 2. Update User Profile Service and Data Layers.vtt (5.2 KB)
  • 3. Trying The Update User Profile API Call.mp4 (13.2 MB)
  • 3. Trying The Update User Profile API Call.vtt (4.5 KB)
17. HTTP DELETE. Delete User Details
  • 1. HTTP DELETE. Delete User Details.mp4 (18.8 MB)
  • 1. HTTP DELETE. Delete User Details.vtt (6.3 KB)
  • 2. Delete User Profile Service and Data Layers Code.mp4 (25.0 MB)
  • 2. Delete User Profile Service and Data Layers Code.vtt (8.3 KB)
  • 3. Trying The Delete User Profile API Call.mp4 (18.4 MB)
  • 3. Trying The Delete User Profile API Call.vtt (6.6 KB)
18. Free Video Course that uses this API
  • 1. If you are a Swift Mobile App Developer for iOS Platform.html (1.8 KB)
19. Deploy Web Service App on Amazon EC2 Linux Server
  • 1. Startup Your Own Amazon EC2 Linux Server.mp4 (48.2 MB)
  • 1. Startup Your Own Amazon EC2 Linux Server.vtt (19.1 KB)
  • 2. Connect To Your Server via SSH.mp4 (12.7 MB)
  • 2. Connect To Your Server via SSH.vtt (5.2 KB)
  • 3. Update Server Software Packages and Update Java.mp4 (11.1 MB)
  • 3. Update Server Software Packages and Update Java.vtt (3.3 KB)
  • 4. Download & Install Apache Tomcat on AWS EC2 Linux Server.mp4 (13.0 MB)
  • 4. Download & Install Apache Tomcat on AWS EC2 Linux Server.vtt (4.4 KB)
  • 5. Configure Apache Tomcat Users.mp4 (15.6 MB)
  • 5. Configure Apache Tomcat Users.vtt (4.6 KB)
  • 6. Download and Install MySQL Server on EC2 Linux Server.mp4 (9.3 MB)
  • 6. Download and Install MySQL Server on EC2 Linux Server.vtt (2.8 KB)
  • 7. Create Database and Add Database User.mp4 (10.9 MB)
  • 7. Create Database and Add Database User.vtt (3.4 KB)
  • 8. Deploy Our Web Service App on Apache Tomcat.mp4 (20.8 MB)
  • 8. Deploy Our Web Service App on Apache Tomcat.vtt (7.2 KB)
  • 9. Sending HTTP Request to a WebService Deployed on a Remote Server.mp4 (10.1 MB)
  • 9. Sending HTTP Request to a WebService Deployed on a Remote Server.vtt (4.3 KB)
2. Introduction
  • 1. Introduction.mp4 (4.2 MB)
  • 1. Introduction.vtt (4.6 KB)
  • 2. Install Rest API Client Postman.mp4 (5.4 MB)
  • 2. Install Rest API Client Postman.vtt (2.5 KB)
  • 3. Postman overview.mp4 (23.2 MB)
  • 3. Postman overview.vtt (11.9 KB)
  • 4. Resource and Collection URIs.mp4 (18.7 MB)
  • 4. Resource and Collection URIs.vtt (12.1 KB)
  • 5. HTTP Methods. GET, POST, DELETE, PUT.mp4 (6.8 MB)
  • 5. HTTP Methods. GET, POST, DELETE, PUT.vtt (3.8 KB)
  • 6. HTTP Headers Accept and Content Type.mp4 (8.1 MB)
  • 6. HTTP Headers Accept and Content Type.vtt (4.3 KB)
20. Implement Email Verification Feature with AWS SES (Simple Email Service)
  • 1. Verify Email Address with Amazon SES.mp4 (8.9 MB)
  • 1. Verify Email Address with Amazon SES.vtt (5.8 KB)
  • 10. Include Token into Email Message.mp4 (12.8 MB)
  • 10. Include Token into Email Message.vtt (4.0 KB)
  • 11. Implement verifyEmail() function.mp4 (20.5 MB)
  • 11. Implement verifyEmail() function.vtt (6.8 KB)
  • 12. Create Email Verification JSP page.mp4 (15.3 MB)
  • 12. Create Email Verification JSP page.vtt (5.1 KB)
  • 13. Create New User and Verify Email Address.mp4 (9.5 MB)
  • 13. Create New User and Verify Email Address.vtt (3.7 KB)
  • 14. Prevent User From Login in Until They Verify Email Address.mp4 (14.9 MB)
  • 14. Prevent User From Login in Until They Verify Email Address.vtt (5.4 KB)
  • 2. Moving Out of AWS SES Sandbox.mp4 (6.9 MB)
  • 2. Moving Out of AWS SES Sandbox.vtt (5.9 KB)
  • 3. Submit Support Ticket to Increate Sending Limits.mp4 (3.8 MB)
  • 3. Submit Support Ticket to Increate Sending Limits.vtt (2.4 KB)
  • 4. Create AWS IAM Access Credentials.mp4 (7.9 MB)
  • 4. Create AWS IAM Access Credentials.vtt (95.6 MB)
  • 5. Creating Shared Credentials File.mp4 (849.9 KB)
  • 5. Creating Shared Credentials File.vtt (0.8 KB)
  • 6. Add AWS Java SDK SES Maven Dependency.mp4 (6.5 MB)
  • 6. Add AWS Java SDK SES Maven Dependency.vtt (2.1 KB)
  • 7. Create new Java AmazonSES Java Class.mp4 (23.7 MB)
  • 7. Create new Java AmazonSES Java Class.vtt (8.8 KB)
  • 8. Create EmailVerificationException and Mapper.mp4 (10.9 MB)
  • 8. Create EmailVerificationException and Mapper.vtt (3.4 KB)
  • 9. Generate Email Verification Token and Send Email.mp4 (21.0 MB)
  • 9. Generate Email Verification Token and Send Email.vtt (7.1 KB)
21. Adding Spring Dependency Injection
  • 1. Update POM.XML with new dependencies.mp4 (9.9 MB)
  • 1. Update POM.XML with new dependencies.vtt (2.7 KB)
  • 2. Extending ResourceConfig to Support Spring Dependency Injection.mp4 (2.1 MB)
  • 2. Extending ResourceConfig to Support Spring Dependency Injection.vtt (1.3 KB)
  • 3. Create applicationContext.xml file.mp4 (6.1 MB)
  • 3. Create applicationContext.xml file.vtt (3.1 KB)
  • 4. Using @Autowire in Root Resource Class.mp4 (3.4 MB)
  • 4. Using @Autowire in Root Resource Class.vtt (224.6 MB)
  • 5. Checking if Dependency Injection works.mp4 (3.8 MB)
  • 5. Checking if Dependency Injection works.vtt (1.6 KB)
  • 6. Constructor-Based Dependency Injection.mp4 (13.6 MB)
  • 6. Constructor-Based Dependency Injection.vtt (5.7 KB)
22. My Contact Details
  • 1. My Contact Details.html (0.8 KB)
3. Development Environment Netbeans
  • 1. Install Java Platform (JDK).mp4 (14.5 MB)
  • 1. Install Java Platform (JDK).vtt (4.7 KB)
  • 2. Download and Install NetBeans Development Environment.mp4 (17.7 MB)
  • 2. Download and Install NetBeans Development Environment.vtt (5.8 KB)
  • 3. Create new Project with Maven.mp4 (16.4 MB)
  • 3. Create new Project with Maven.vtt (6.2 KB)
  • 4. Adding Jersey Framework, MySQL and Hibernate Dependencies.mp4 (18.8 MB)
  • 4. Adding Jersey Framework, MySQL and Hibernate Dependencies.vtt (6.6 KB)
  • 5. Download & Add Apache Tomcat to our Project.mp4 (15.3 MB)
  • 5. Download & Add Apache Tomcat to our Project.vtt (5.8 KB)
4. What if You Use IntelliJ
  • 1. Only if you use IntelliJ IDE.html (0.3 KB)
  • 2. Create Maven project with IntelliJ.mp4 (66.9 MB)
  • 2. Create Maven project with IntelliJ.vtt (5.3 KB)
  • 3. Add needed dependencies to pom.xml file.mp4 (81.4 MB)
  • 3. Add needed dependencies to pom.xml file.vtt (6.6 KB)
  • 4. Add Tomcat to IntelliJ.mp4 (9.6 MB)
  • 4. Add Tomcat to IntelliJ.vtt (4.6 KB)
5. What if You Use Eclipse
  • 1. Only if you use Eclipse IDE.html (0.3 KB)
  • 2. Download Eclipse.mp4 (4.3 MB)
  • 2. Download Eclipse.vtt (2.6 KB)
  • 3. Create New Maven Project with Eclipse.mp4 (36.9 MB)
  • 3. Create New Maven Project with Eclipse.vtt (6.0 KB)
  • 4. Add needed dependencies to pom.xml file.mp4 (81.5 MB)
  • 4. Add needed dependencies to pom.xml file.vtt (6.6 KB)
  • 5. Add Tomcat to Eclipse Project.mp4 (35.9 MB)
  • 5. Add Tomcat to Eclipse Project.vtt (5.4 KB)
6. MySQL Database on Local Computer
  • 1. Downloading and Installing MySQL Database.mp4 (26.0 MB)
  • 1. Downloading and Installing MySQL Database.vtt (8.0 KB)
  • 2. Creating MySQL Database and User.mp4 (11.5 MB)
  • 2. Creating MySQL Database and User.vtt (4.6 KB)
7. Hibernate
  • 1. Create Hibernate Configuration File.mp4 (22.7 MB)
  • 1. Create Hibernate Configuration File.vtt (8.6 KB)
8. Getting Started
  • 1. Introduction to Web Service Application Layers.mp4 (9.0 MB)
  • 1. Introduction to Web Service Application Layers.vtt (5.8 KB)
  • 2. Create Application Starting Point.mp4 (7.5 MB)
  • 2. Create Application Starting Point.vtt (3.2 KB)
9. HTTP POST. Creating New User Profile
  • 1. Users Resource Class & Create User Method.mp4 (28.1 MB)
  • 1. Users Resource Class & Create User Method.vtt (21.5 MB)
  • 2. New User Request & Response Model.mp4 (22.8 MB)
  • 2. New User Request & Response Model.vtt (8.7 KB)
  • 3. User Service Method.mp4 (39.0 MB)
  • 3. User Service Method.vtt (14.6 KB)
  • 4. Validate the required fields.mp4 (10.2 MB)
  • 4. Validate the required fields.vtt (3.9 KB)
  • [CourseClub.Me].url (0.0 KB)
  • [DesireCourse.Net].url (0.0 KB)

Comments

Code:

  • udp://zephir.monocul.us:6969/announce
  • udp://tracker.torrent.eu.org:451/announce
  • http://tracker.ipv6tracker.ru:80/announce
  • udp://retracker.hotplug.ru:2710/announce
  • udp://tracker.birkenwald.de:6969/announce
  • udp://torrentclub.tech:6969/announce
  • udp://tracker.filepit.to:6969/announce
  • http://opentracker.h4ck.me:6969/announce
  • http://gwp2-v19.rinet.ru:80/announce
  • udp://bigfoot1942.sektori.org:6969/announce
  • http://tracker.files.fm:6969/announce
  • http://retracker.joxnet.ru:80/announce
  • http://tracker.moxing.party:6969/announce
  • udp://retracker.lanta-net.ru:2710/announce
  • udp://thetracker.org:80/announce
  • http://torrent.nwps.ws:80/announce
  • udp://tracker.iamhansen.xyz:2000/announce
  • https://tracker.vectahosting.eu:2053/announce
  • https://tracker.parrotsec.org:443/announce
  • udp://tracker.supertracker.net:1337/announce
  • udp://carapax.net:6969/announce
  • udp://xxx.xx-x.ga:53/announce
  • udp://retracker.maxnet.ua:80/announce
  • udp://tracker.uw0.xyz:6969/announce
  • udp://retracker.netbynet.ru:2710/announce
  • http://bt-tracker.gamexp.ru:2710/announce
  • udp://tracker.filemail.com:6969/announce
  • udp://bt.dy20188.com:80/announce
  • udp://explodie.org:6969/announce
  • udp://retracker.baikal-telecom.net:2710/announce
  • udp://retracker.akado-ural.ru:80/announce
  • udp://denis.stalker.upeer.me:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://open.demonii.si:1337/announce
  • http://t.nyaatracker.com:80/announce
  • udp://exodus.desync.com:6969/announce
  • http://tracker3.itzmx.com:6961/announce
  • udp://9.rarbg.com:2730/announce
  • http://tracker.bt4g.com:2095/announce
  • udp://tracker.novg.net:6969/announce
  • http://open.trackerlist.xyz:80/announce
  • https://tracker.fastdownload.xyz:443/announce
  • https://t.quic.ws:443/announce
  • http://web4.obit.ru:80/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • http://tracker.gbitt.info:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://tracker.trackton.ga:7070/announce
  • udp://tracker.nyaa.uk:6969/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://tracker.moeking.me:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://bt.xxx-tracker.com:2710/announce
  • udp://ipv6.tracker.harry.lu:80/announce
  • http://tracker.corpscorp.online:80/announce
  • udp://ipv4.tracker.harry.lu:80/announce
REVERSE-PROXY 🔄 RP (success) | 1367ms 📄 torrent 🕐 16 Jan 2026, 11:22:56 pm IST ⏰ 10 Feb 2026, 11:22:56 pm IST ✅ Valid for 24d 23h 🔄 Wait 10m