Coder Social home page Coder Social logo

Sooriya Meenakshi Viswanathan's Projects

springaopwithpointcutdeclarations icon springaopwithpointcutdeclarations

Pointcut declarations helps us to reuse pointcut expressions at multiple locations .. It also has the benefits of combining pointcuts where we can be super-specific on applying advices

springaopwithpointcutexpressions icon springaopwithpointcutexpressions

Spring AOP helps us to write cross cutting concerns like security, logging logic while maintaining business logic and those common cross cutting logics seperately .. Helps to resolve code tangling, code scattering and increases code reusability

springbootconfiguration icon springbootconfiguration

Spring Boot configurations to get started working with Spring Boot. We have devtools for reloading our application automatically, actuator for managing and monitoring the application and security for securing endpoints. We also have maven plugin to package executable jar or war archive.

springcore icon springcore

Spring core features : IOC and DI, Autowiring and Qualifiers, Primary, Lazy initialization, ScanBasePackages, Bean Scopes and lifecycle methods, Bean configuration via Java code

springdatarest icon springdatarest

Rest API using Spring Data Rest. Creates Rest API automagically

springhibernatejpacrud icon springhibernatejpacrud

Crud App developed using Spring and JPA/Hibernate. JPA which is a standard API for ORM (Object to relational mapping), defines only the specifications (just a interface) and HIbernate which is the popular implementation of JPA Spec. The coding to JPA spec helps us to maintain our app portable, flexible with any other vendor implementation

springmvc icon springmvc

Spring MVC and Thymeleaf. Controller for creating html form and processing form.

springmvccrud icon springmvccrud

Web UI for performing crud operations for Employee Directory

springmvcformvalidation icon springmvcformvalidation

Spring MVC form validation for : required fields, range for a number, pattern for a string, and custom validation using own custom annotation

springmvcsecurity icon springmvcsecurity

Spring MVC Security - adding custom login form, displaying error message for invalid credentials, role based access, custom access denied page, displaying content based on roles, displaying username and roles , adding logout support

springrestcrud icon springrestcrud

Spring Rest Crud developed using Standard JPA API. Exposes endpoints using HTTP Header methods to perform actions on resources like list, add, update, delete

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.