Skip to content Skip to sidebar Skip to footer
Showing posts with the label Spring

Approaches To Build Breadcrumbs

I have been working on a website which is basically a learning portal and user will have certain le… Read more Approaches To Build Breadcrumbs

How To Hide A Link By Using Id's?

In my application I'm hiding some links by using Ids. While loading pages a DB call will go and… Read more How To Hide A Link By Using Id's?

Cross Origin On Spring Boot From Chrome Extension

In my spring application, I have a method: @CrossOrigin(origins='*') @PostMapping('/dat… Read more Cross Origin On Spring Boot From Chrome Extension

Java Framework That Will Not Replace Javascript

I am planning to write a medium scale web application. The server side technologies will include Ja… Read more Java Framework That Will Not Replace Javascript

Html5 Eventsource Sending Multiple Requests

I'm trying to implement Server Sent Events using Spring SseEmitter as described in this Youtube… Read more Html5 Eventsource Sending Multiple Requests

Trying To Use React/ajax Calls With Spring Mvc And Thymeleaf

according to the docs, I should be able to include the CSRF tokens in the header, grab them with jq… Read more Trying To Use React/ajax Calls With Spring Mvc And Thymeleaf

Problems With Passing Euro Sign As Url Parameter

I am trying to pass the Euro ( € ) sign as url parameter in my spring jsp. What is the right way to… Read more Problems With Passing Euro Sign As Url Parameter

Spring And Extjs "400 Bad Request" With Put But Not With Post

I'm trying to send parameters with PUT from JavaScript to a Spring application. Here is the @Re… Read more Spring And Extjs "400 Bad Request" With Put But Not With Post