Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thoughtscript/java_stuff

Deprecated Java and Spring.io samples
https://github.com/thoughtscript/java_stuff

angular java-8 spring-boot spring-data-jpa spring-mvc spring-security sql

Last synced: 2 months ago
JSON representation

Deprecated Java and Spring.io samples

Awesome Lists containing this project

README

        

# java_stuff

Hi! Thanks for taking a look at my repo!

I've assembled several Java Spring examples here. Some date back years. Others exist in production open-source collections. I hope it gives you a good sense of where I'm at.

> **Note: Updated 5.12.20** these samples were great for their time and should show where I was at with Java and Spring (hopefully indicating where I'm presently at too). However, these are severely deprecated with numerous security vulnerabilities stem from the core libraries used. My code should be fairly secure but exists to primarily demonstrate how to use these basic libraries and do cool things in Spring. It's strongly advised to update the dependencies in here (which will remove most of the vulnerabilities if not all). I also have newer spec examples floating around on GitHub that lack these issues!

Hosted: https://github.com/Thoughtscript/java_stuff

# Breakdown

Let's breakdown the repo! Each sub-directory contains readme's and instructions! Where not specified, please compile with Maven!

### Simple Java EE Servlet Example

https://github.com/Thoughtscript/java_stuff/tree/master/JavaEEServlet

Written for: http://www.baeldung.com/register-servlet and http://www.baeldung.com/jsp

### Simple Neuroph Example

https://github.com/Thoughtscript/java_stuff/tree/master/Neuroph_example

Written for: http://www.baeldung.com/neuroph

### Java Spring Security Example

https://github.com/Thoughtscript/java_stuff/tree/master/Spring-MVC-Security

https://github.com/Thoughtscript/java_stuff/tree/master/Spring-Secured-WS

Written for: http://www.baeldung.com/spring-security-websockets

### Dispatcher Servlet Examples

https://github.com/Thoughtscript/java_stuff/tree/master/SpringBootDispatcher

https://github.com/Thoughtscript/java_stuff/tree/master/SpringDispatcher

Written for: http://www.baeldung.com/spring-dispatcherservlet and http://www.baeldung.com/register-servlet

### Simple Ethereum Example

https://github.com/Thoughtscript/java_stuff/tree/master/ethereumj

Written for: http://www.baeldung.com/ethereumj

### Misc or Forthcoming Articles

https://github.com/Thoughtscript/java_stuff/tree/master/example-spring-starter

https://github.com/Thoughtscript/java_stuff/tree/master/junitspringtest

### Spring Cloud CLI Example

https://github.com/Thoughtscript/java_stuff/tree/master/spring-cloud-cli

Written for: http://www.baeldung.com/spring-cloud-cli

### Simple Spring Request Response Body Example

https://github.com/Thoughtscript/java_stuff/tree/master/ngrestboot

Written for: http://www.baeldung.com/spring-request-response-body