Java EE

Jersey Java Tutorial — step-by-step Programming tutorial on Progressive Robot

Jersey Java Tutorial

URL: https://www.progressiverobot.com/jersey-java-tutorial/ Welcome to Java Jersey Tutorial. Recently I started working on a Restful web service project using the JAX-RS Jersey framework. What is Java Jersey Framework? Java Jersey project tracks the JAX-RS API, which is used to create Restful web services in Java. ![jersey java, jersey tutorial, JAX-RS tutorial](images/jersey-java-tutorial-section-1.png) 1. Who should use this […]

Read more
Tomcat DataSource JNDI Example in Java — step-by-step Programming tutorial on Progressive Robot

Tomcat DataSource JNDI Example in Java

URL: https://www.progressiverobot.com/tomcat-datasource-jndi-example-java/ Welcome to Tomcat DataSource JNDI Example Tutorial. We looked at the [JDBC DataSource](/community/tutorials/java-datasource-jdbc-datasource-example "JDBC DataSource Example – Oracle, MySQL and Apache DBCP Tutorial") in the last tutorial and learned how to use that in standalone java application. Tomcat DataSource JNDI ![tomcat datasource, jndi example, tomcat jndi, jndi tutorial](images/tomcat-datasource-jndi-example-java-section-1.png) Actual benefit of DataSource comes […]

Read more
jQuery AJAX JSP Servlet Java Example — step-by-step Programming tutorial on Progressive Robot

jQuery AJAX JSP Servlet Java Example

URL: https://www.progressiverobot.com/jquery-ajax-jsp-servlet-java-example/ Ajax in Java JSP Servlet based web applications are very common. Recently I have written a lot about jQuery methods and how we can use them. Today we will look into one of the important jQuery functionality where we can easily execute AJAX calls and process the response in a [Java Servlet JSP](/community/tutorials/servlet-jsp-tutorial […]

Read more
Web Services Interview Questions - SOAP, RESTful — step-by-step Programming tutorial on Progressive Robot

Web Services Interview Questions – SOAP, RESTful

URL: https://www.progressiverobot.com/web-services-interview-questions-soap-restful/ Welcome to the Web Services Interview Questions with detailed answers. Recently I have written a lot about web services. How we can create SOAP and RESTful web services in Java. Web Services Interview Questions ![web services interview questions, restful web services interview questions, rest interview questions, soap interview questions](images/web-services-interview-questions-soap-restful-section-1.png) Here I am providing […]

Read more
CHAT