Difference between revisions of "Main Page"
Line 43: | Line 43: | ||
====== [[TreeMap]]====== | ====== [[TreeMap]]====== | ||
− | + | ====[[Generics]]==== | |
− | + | ====[[Collection Interview Questions and Answers]]==== | |
− | + | ===[[Java Threads|Multithreading]]=== | |
− | + | ====[[Concurrency Basics]]==== | |
− | + | ====[[Thread class - Runnable Interface]]==== | |
− | + | ====[[ExecutorService and Thread Pools]]==== | |
− | + | ====[[Callable and Future]]==== | |
− | + | ====[[Concurrency issues and Thread Synchronization]]==== | |
− | + | ====[[Locks and Atomic Variables]]==== | |
− | + | ===[[Java IDE's]]=== | |
− | + | ====[[Eclipse]]==== | |
− | + | ====[[NetBeans]]==== | |
− | + | ====[[IntelliJ IDEA]]==== | |
− | + | ====[[JBuilder]]==== | |
− | + | ====[[JDeveloper]]==== | |
− | + | ====[[MyEclipse]]==== | |
− | + | ===[[Java Frameworks]]=== | |
− | + | ====[[Springframework]]==== | |
− | + | ====[[Spring MVC]]==== | |
− | + | ====[[Springframework - Spring Security]]==== | |
− | + | ====[[SpringBoot]]==== | |
− | + | =====[[Spring Boot Interview Questions and Answers]]===== | |
− | + | ====[[Hibernate]]==== | |
− | + | ===[[Java Toolkit]]=== | |
− | + | ====[[Java Build Automation Tools|Java Dependency Management and Build Automation Tools]]==== | |
− | + | =====[[Apache Ant with Ivy]]===== | |
− | + | =====[[Maven|Apache Maven]]===== | |
− | + | =====[[Gradle]]===== | |
− | + | ====[[Java Interview Questions and Answers]]==== | |
− | + | =====[[Core Java - Programming - Coding Interview Questions and Answers]]===== | |
− | + | =====[[Core Java - Collections - Interview Questions and Answers]]===== | |
− | + | =====[[General Questions about Java]]===== | |
− | + | =====[[Java Threads]]===== | |
− | + | =====[[Java Collections]]===== | |
− | + | =====[[Garbage Collectors]]===== | |
− | + | =====[[Exception Handling]]===== | |
− | + | =====[[JDBC]]===== | |
− | + | =====[[Remote Method Invocation (RMI)]]===== | |
− | + | =====[[Servlets]]===== | |
− | + | =====[[JSP]]===== | |
− | + | == [[JavaScript]]== | |
− | + | ===[[Angular Js]]=== | |
− | + | ====[[Angular Js 4]]==== | |
− | + | ====[[Angular Js 5]]==== | |
− | + | ===[[React]]=== | |
− | + | ===[[Node.js]]=== | |
− | + | ===[[NPM]]=== | |
− | + | ===[[BootStrap]]=== | |
− | + | ===[[JQuery]]=== | |
− | + | ===[[TypeScript]]=== | |
− | + | ==[[Kotlin]]== | |
− | + | ==[[PHP]]== | |
− | + | ===[[Phalcon]]=== | |
− | + | ===[[XAMPP]]=== | |
− | + | = [[Continous Integration & Continous Delivery]]= | |
− | + | == [[Continous Integration]]== | |
− | + | == [[Continious Delivery]]== | |
− | + | == [[Continious Integration Tools]]== | |
− | + | ===[[Jenkins]]=== | |
− | + | ===[[TeamCity]]=== | |
− | + | ===[[Travis CI]]=== | |
− | + | ===[[Go CD]]=== | |
− | + | ===[[Bamboo]]=== | |
− | + | ===[[GitLab CI]]=== | |
− | + | ===[[CircleCI]]=== | |
− | + | ===[[Codeship]]=== | |
− | + | ===[[Codefresh]]=== | |
− | + | = [[Containerization Softwares]]= | |
− | + | == [[Docker]]== | |
− | + | == [[Kubernetes]]== | |
− | + | == [[OpenShift]]== | |
− | + | == [[CoreOS]]== | |
− | + | =[[Web Services]]= | |
− | + | ==[[WSDL Documents]]== | |
− | + | ==[[SOAP]]== | |
− | + | ==[[ESB]] - Enterprice Integration Design Pattern== | |
− | + | ===[[Mule ESB]]=== | |
− | + | ===[[WSO2 ESB]]=== | |
− | + | =[[Database]]= | |
− | + | ==[[ORACLE]]== | |
− | + | ===[[PL/SQL]]=== | |
− | + | ===[[TOAD]]=== | |
− | + | ===[[PlSql Editor]]=== | |
− | + | ===[[SqlPlus]]=== | |
− | + | ==[[MySQL]]== | |
− | + | ===[[MySql Front]] - for Windows=== | |
− | + | ===[[PhpMyAdmin]] - for Server=== | |
− | + | ===[[MySQL WorkBench]]=== | |
− | + | ===[[DBeaver]] - for MacOS=== | |
− | + | ==[[PostgreSQL]]== | |
− | + | ==[[SQL]]== | |
− | + | =[[AMQP]] - Advanced Message Queuing Protocol= | |
− | + | == [[RabbitMQ]]== | |
− | + | == [[Apache Qpid]], an [[open-source software|open-source]] project at the [[Apache Foundation]]== | |
− | + | == [[Apache ActiveMQ]], an [[open-source software|open-source]] project at the [[Apache Foundation]]== | |
− | + | == [[JORAM]], a Java [[open-source software|open-source]] implementation from the [[OW2 Consortium]]== | |
− | + | == [[Apache Qpid]]== | |
− | + | maintains support for multiple AMQP versions<ref>https://web.archive.org/web/20130914045254/http://qpid.apache.org/releases/qpid-0.22/index.html</ref> | |
− | + | == [[StormMQ]]== | |
+ | a hosted [[message queuing service]] using AMQP. It is offered as a commercial [[managed services|managed service]]. | ||
+ | == [[RabbitMQ]]== | ||
+ | an [[open-source software|open-source]] project sponsored by [[GoPivotal|Pivotal]], primarily supports AMQP 0-9-1, with 1.0 via experimental plugin | ||
− | + | = [[MQ]]= | |
− | + | ==[[IBMMQ]]== | |
+ | - The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol. | ||
Revision as of 15:06, 20 October 2018
Contents
- 1 OasisSoftTech - Knowledge Base
- 2 Programming Languages - Java, OOP, Spring etc..
- 2.1 Object Oriented Programming (OOP)
- 2.2 Design Patterns
- 2.3 JAVA - > How to attach(add) javadoc or source code in Eclipse
- 2.3.1 Java 7
- 2.3.2 Java 8
- 2.3.3 Java 9
- 2.3.4 Java 10
- 2.3.5 Collections
- 2.3.6 Multithreading
- 2.3.7 Java IDE's
- 2.3.8 Java Frameworks
- 2.3.9 Java Toolkit
- 2.3.9.1 Java Dependency Management and Build Automation Tools
- 2.3.9.2 Java Interview Questions and Answers
- 2.3.9.2.1 Core Java - Programming - Coding Interview Questions and Answers
- 2.3.9.2.2 Core Java - Collections - Interview Questions and Answers
- 2.3.9.2.3 General Questions about Java
- 2.3.9.2.4 Java Threads
- 2.3.9.2.5 Java Collections
- 2.3.9.2.6 Garbage Collectors
- 2.3.9.2.7 Exception Handling
- 2.3.9.2.8 JDBC
- 2.3.9.2.9 Remote Method Invocation (RMI)
- 2.3.9.2.10 Servlets
- 2.3.9.2.11 JSP
- 2.4 JavaScript
- 2.5 Kotlin
- 2.6 PHP
- 3 Continous Integration & Continous Delivery
- 4 Containerization Softwares
- 5 Web Services
- 6 Database
- 7 AMQP - Advanced Message Queuing Protocol
- 8 MQ
OasisSoftTech - Knowledge Base
Programming Languages - Java, OOP, Spring etc..
Object Oriented Programming (OOP)
Encapsulation
Polymorphism
Inheritance
Abstraction
Differences between Abstraction and Encapsulation
SOLID principles
Design Patterns
JAVA - > How to attach(add) javadoc or source code in Eclipse
Java 7
Java 8
StreamAPI - Parallelism
Java SE 8 Interview Questions and Answers - 1
Java 9
Java 10
Collections
Set
EnumSet
HashSet
LinkedHashSet
TreeSet
SortedSet
List
ArrayList
LinkedList
Vector
Stack
Queue
PriorityQueue
Deque
ArrayDeque
Map
HashMap
LinkedHashMap
IdentityHashMap
WeakHashMap
SortedMap
TreeMap
Generics
Collection Interview Questions and Answers
Multithreading
Concurrency Basics
Thread class - Runnable Interface
ExecutorService and Thread Pools
Callable and Future
Concurrency issues and Thread Synchronization
Locks and Atomic Variables
Java IDE's
Eclipse
NetBeans
IntelliJ IDEA
JBuilder
JDeveloper
MyEclipse
Java Frameworks
Springframework
Spring MVC
Springframework - Spring Security
SpringBoot
Spring Boot Interview Questions and Answers
Hibernate
Java Toolkit
Java Dependency Management and Build Automation Tools
Apache Ant with Ivy
Apache Maven
Gradle
Java Interview Questions and Answers
Core Java - Programming - Coding Interview Questions and Answers
Core Java - Collections - Interview Questions and Answers
General Questions about Java
Java Threads
Java Collections
Garbage Collectors
Exception Handling
JDBC
Remote Method Invocation (RMI)
Servlets
JSP
JavaScript
Angular Js
Angular Js 4
Angular Js 5
React
Node.js
NPM
BootStrap
JQuery
TypeScript
Kotlin
PHP
Phalcon
XAMPP
Continous Integration & Continous Delivery
Continous Integration
Continious Delivery
Continious Integration Tools
Jenkins
TeamCity
Travis CI
Go CD
Bamboo
GitLab CI
CircleCI
Codeship
Codefresh
Containerization Softwares
Docker
Kubernetes
OpenShift
CoreOS
Web Services
WSDL Documents
SOAP
ESB - Enterprice Integration Design Pattern
Mule ESB
WSO2 ESB
Database
ORACLE
PL/SQL
TOAD
PlSql Editor
SqlPlus
MySQL
MySql Front - for Windows
PhpMyAdmin - for Server
MySQL WorkBench
DBeaver - for MacOS
PostgreSQL
SQL
AMQP - Advanced Message Queuing Protocol
RabbitMQ
Apache Qpid, an open-source project at the Apache Foundation
Apache ActiveMQ, an open-source project at the Apache Foundation
JORAM, a Java open-source implementation from the OW2 Consortium
Apache Qpid
maintains support for multiple AMQP versions<ref>https://web.archive.org/web/20130914045254/http://qpid.apache.org/releases/qpid-0.22/index.html</ref>
StormMQ
a hosted message queuing service using AMQP. It is offered as a commercial managed service.
RabbitMQ
an open-source project sponsored by Pivotal, primarily supports AMQP 0-9-1, with 1.0 via experimental plugin
MQ
IBMMQ
- The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.
- Data Science - SAS, R, ETL Tools etc..
- Business rule management system (BRMS) - Drools, OpenRules, Jess etc..
- IT Roles - DevOps, Product Owner, Scrum Master, ..etc..
Getting started
Enterprise World
- ISO/IEC 27001 - ISO/IEC 27001 is an information security standard, part of the ISO/IEC 27000 family of standards, of which the last version was published in 2013