swing_example.java xml-xpath-flyway-location.groovy README.md java-code-example collection of java-code written by me from 2006 if you are going to use it, please, pay attention to creation date of the file ( don't use too old ) Links code examples junit dockerAbout...
The following is a list of Java™ code examples for the IBM i.InternationalizationExample: Internationalization of dates using the java.util.DateFormat class Example: Internationalization of numeric display using the java.util.NumberFormat class Example: Internationalization of locale-specific data using...
Project: Encryption File: DES.java View source code 6 votes /** * Implementation of DES encryption */ public static String encrypt(String method, byte[] key, byte[] vector, byte[] message) throws Exception { // generate Key byte[] keyBytes = generateKey(key, KEY_LEGHT); SecretKeySpec...
copyOf(jsonServiceMappings); allChannels = new DefaultChannelGroup(GlobalEventExecutor.INSTANCE); } Example 6 Project: vibe-java-platform File: NettyServerHttpExchangeTest.java View source code 6 votes @Override protected void startServer() { bossGroup = new NioEventLoopGroup(); workerGroup = ...
ExampleDrools/src/main/java/com/github/rabid_fish/ExampleParent.java ExampleDrools/src/main/java/com/github/rabid_fish/Number.java ExampleDrools/src/main/java/com/github/rabid_fish/example1/StatelessSimpleExample.java ExampleDrools/src/main/java/com/github/rabid_fish/example2/StatelessListExample.java...
For more information, see the AWS SDK for Java. Note The code examples in this guide are intended for use with the latest version of the AWS SDK for Java. If you are using the AWS Toolkit for Eclipse, you can configure automatic updates for the SDK for Java. To do this in Eclipse,...
.gitignore/*fromwww.java2s.com*/.project README.md echo-example/.gitignore echo-example/LICENSE.JIAC-V.txt echo-example/pom.xml echo-example/src/main/java/de/btopia/examples/BroadcastStarter.java echo-example/src/main/java/de/btopia/examples/ServiceStarter.java ...
The first few lines of code import the packages used in the application. import javax.xml.soap.*; import java.net.*; import java.util.*; import java.io.*; The next few lines begin the definition of the classMyUddiPing, which starts with the definition of itsmainmethod. The first thing...
Create a Java application configuration: In the top navigation bar, selectRun>Edit configurations. In the far left corner, select+>Spring Boot. To the right ofMain class, select... > App (com.docusign) code-examples-java, then selectOK. ...
Java SE Development Kit 5.0u22 Java SE Development Kit 5.0u22 Java three system JavaSE to Java2 Platform Standard Edition (Java Platform, Standard Edition), JavaEE (Java 2 Platform, Enterprise Edition Java Platform, Enterprise Edition), the Platform Micro Edition of JavaME (Java 2, java platfo...