VOOZH about

URL: https://www.javacodegeeks.com/author/hussein-terek

⇱ Hussein Terek, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Hussein TerekMay 7th, 2018
    2 4,119

    How to handle HTTP 403 forbidden error in Java

    Sometimes when trying to consume a web service from a java client, you get a 403 forbidden HTTP response code,…

    Read More »
  • Core Java👁 Image
    Hussein TerekApril 24th, 2018
    0 6,304

    How to exclude a URL from a Filter

    By default, filters doesn’t support excluding a specific URL pattern, whenever you define a URL pattern for a filter then…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hussein TerekApril 16th, 2018
    0 371

    Spring Boot & JPA & Hibernate & Oracle

    In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Hussein TerekMarch 20th, 2018
    1 87

    How to change the default port of Spring Boot application

    By default, Spring Boot applications run on an embedded Tomcat via port 8080. In order to change the default port,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Hussein TerekMarch 13th, 2018
    5 1,652

    Build REST Web Service using Spring Boot

    This tutorial provides a step-by-step guide on how to build a restfull web service using Spring Boot. Prerequisites: Eclipse IDE…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Hussein TerekMarch 7th, 2018
    1 461

    Spring Boot & JSP

    This guide shows how to use Spring Boot to create MVC web application with JSP. Prerequisites: Eclipse IDE (neon release)…

    Read More »
Back to top button
Close