Pinned Repositories
BasicConcurrency
Basic Concurrency code snippets in Java
Car-rental-database
code and snapshots both
codes
Python
CustomerOrderSOAP
Created a SOAP webservice for createOrrder and getOrder. Used wsdlfirst approach in this.
CustomerOrderSOAPClient
Client Code for CustomerOrderSoap Soap webservice earlier created.
CustomerOrderSOAPJava11
Created a SOAP webservice for createOrrder and getOrder. Used wsdlfirst approach in this. with Java 11 and spring boot 2.7.14
DesignABird
Solid Design Principles Application
gitdemo
Learning Git
helloSoapWS
Hello World from a SOAP webservice. Basic implementation of a webservice using some basic annotations and using apache cxf for implementation
Introduction-to-Python
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant white space. (This repository contains Python 3 Code)
piratesouravshaw's Repositories
piratesouravshaw/BasicConcurrency
Basic Concurrency code snippets in Java
piratesouravshaw/StudentBasicCrud
Spring boot Application for performing basic crud operation
piratesouravshaw/CustomerOrderSOAPJava11
Created a SOAP webservice for createOrrder and getOrder. Used wsdlfirst approach in this. with Java 11 and spring boot 2.7.14
piratesouravshaw/CustomerOrderSOAP
Created a SOAP webservice for createOrrder and getOrder. Used wsdlfirst approach in this.
piratesouravshaw/javafirstSoapWS
Java first soap webservice for legacy application of payment gateway. Added required annotations and created config file.
piratesouravshaw/CustomerOrderSOAPClient
Client Code for CustomerOrderSoap Soap webservice earlier created.
piratesouravshaw/helloSoapWS
Hello World from a SOAP webservice. Basic implementation of a webservice using some basic annotations and using apache cxf for implementation
piratesouravshaw/jaxbxjcApis
Generation of java files from xsd using jaxb api's. Marshalling and unmarshalling pratice from those generated files.
piratesouravshaw/DesignABird
Solid Design Principles Application
piratesouravshaw/webTokens
piratesouravshaw/MicroserviceConfig
piratesouravshaw/gitdemo
Learning Git
piratesouravshaw/Car-rental-database
code and snapshots both
piratesouravshaw/codes
Python
piratesouravshaw/Object-Oriented-Programming-Using-Python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
piratesouravshaw/Introduction-to-Python
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant white space. (This repository contains Python 3 Code)