Skip to content

Latest commit

 

History

History
142 lines (77 loc) · 5.26 KB

README.md

File metadata and controls

142 lines (77 loc) · 5.26 KB

Environment

The files for basic environment

Reference

Integrate Tomcat with Apache HTTP Server: Forward JSP/Servlet Content to Tomcat

Practice

BasicServletPractice

Practice of basic servlet action (Ajax, Get, Post, error page, dynamic add servlet)

Reference:

Basic Servlet Practice

Basic Servlet Practice: Dynamic add servlet programmatically.

JAVA/Automation

Browser Automation, etc

JAVA Selenium Browser Automation Getting Started

JAVA Selenium Commands Testing

JAVA Selenium Visual Testing

JAVA/Concurrent

Basic Thread, ExecutorService, etc

Reference

Thread Debounce and Throttle

Use ExecutorService to Run Multiple Callable and Get Results In Order

JAVA/Crypto

Key Generation, Encryption, Decryption

Java AES Key Generation, Encryption and Decryption

JAVA AES Encryption Decryption with IV, Salt and any length of Key

JAVA AES Encrypt Decrypt with Any Key, IV and Salt

JAVA AES Performance Testing

JAVA RSA Generate KeyPair, Encryption, Decryption and Performance Testing

JAVA RSA Sign Data and Verify

JAVA/Image

JAVA Image Basic Operations

Java Diff Image and Highlight Differences

JAVA/JMS

Java Message Service (JMS) practice

JAVA JMS: RocketMQ Getting Started

JAVA JMS: RocketMQ NameServer Broker Cluster

Docker Compose Getting Started with JAVA RocketMQ

JAVA/Net

A java.net practice

Reference

Java Practice: java.net practice, Use Google Geocode Web Service

JAVA/Search/LuceneTest

Reference

Basic Command Line Lucene Test

Wrap Lucene classes to do search easily.

JAVAX/Tools

Test tools in javax.tools

JAVA Dynamic Compile Class From Text

JSPChat

A simple web based chat room, really simple, contains only: 2 jsp pages, 3 servlet, 1 css file 1 js file

Reference:

JSP Practice: Simple chat

JSTLPractice

A project for JSTL practice.

References:

JSTL Practice: Basic and Flow Control Tags

JSTL Practice: Number and Date Formatting Tags

JSTL Practice: I18N (Internationalization) practice, Locale, Bundle and Message.

Ant Introduction and First Try

Ant Practice: Encoding Message Bundles by Ant

Tools/JAWR

JSP/Servlet: Use Jawr to reduce page load times.

WebServicePractice/RPC/RPCClient

A RPC client practice

Reference

RPC Practice: Practice of Redstone RPC Server and RPC Client

WebServicePractice/RPC/RPCServer

A RPC server practice

Reference

RPC Practice: Practice of Redstone RPC Server and RPC Client