Tutorial by Topics: java

Javascript examples to interact with existing store variables or scrape data that isn't easily exposed
JNI (Java Native Interface) is a powerful tool that enables Android developers to utilize the NDK and use C++ native code in their applications. This topic describes the usage of Java <-> C++ interface.
Typical database backed, annotation base spring security setup. configureGlobal() configure the auth object. The later two SQLs may be optional. configure() method tells spring mvc how to authenticate request some url we do not need to authenticate others will redirect to /login if not yet...
If you have to change some things in renderer.js or main.js but you want to do the changes in index.html, you can use the remote function. It lets you access all the electron functions you need! use remote like require("electron"): main.js:    const electron = require("elec...
In order to use custom tags in JSP,we used to have TLD files,along with a Java class to define the custom tags but post JSP 2.0 specs,the same can be achieved,without the need for any Source code files,making it easy to maintain and it can also be created by someone with basic knowledge of JSP tags ...
This topic shows how to produce and consume records in Java.
Selenium webdriver is web automation framework which allows you to test your web application against different web browsers. Unlike Selenium IDE, webdriver allows you to develop your own test cases in programming language of your choice. It supports Java, .Net, PHP, Python, Perl, Ruby.
Elastic Beanstalk is a Cloud PaaS provider (Platform as a Service), meaning applications can be deployed to the platform without the fuss of manually setting up a deployment environment. Java applications are easily deployable to Elastic Beanstalk both via web interface or via command-line tools. ...
Android supports all Java 7 language features and a subset of Java 8 language features that vary by platform version. This page describes the new language features you can use, how to properly configure your project to use them and any known issues you may encounter.
Open the directory of your ember.js project, You will find there a file named ember-cli-build.js. You can install Your libraries or plugins using bower, then point the import to the bower_components folder, but if you have a file You want to add, just drag them to the folder of Your project and writ...
Dart-JavaScript interoperability lets us run JavaScript code from our Dart programs. The interoperability is achieved by using the js library to create Dart stubs. These stubs describe the interface we'd like to have with the underlying JavaScript code. At runtime calling the Dart stub will invoke ...
This section provides an overview of what java-stream is, and why a developer might want to use it. It should also mention any large subjects within java-stream, and link out to the related topics. Since the Documentation for java-stream is new, you may need to create initial versions of those ...
Convert Map to List in java 8 using stream api
According to official documentation: JavaScriptServices is a set of technologies for ASP.NET Core developers. It provides infrastructure that you'll find useful if you use Angular 2 / React / Knockout / etc. on the client, or if you build your client-side resources using Webpack, or otherwise want ...
The API to use a relational database from Java is JDBC. This API is implemented by a JDBC driver. To use it, put the JAR-file with the driver on the JAVA class path. This documentation shows samples how to use the JDBC driver to connect to a database. JDBC URL The JDBC URL can take one of ...
There are more than ten different client libraries to use with Redis in Java. One of the most popular clients is Jedis. Further information: Java Redis Clients Jedis Github Repository Jedis Documentation/Wiki
This section provides an overview of what mongodb-java is, and why a developer might want to use it. It should also mention any large subjects within mongodb-java, and link out to the related topics. Since the Documentation for mongodb-java is new, you may need to create initial versions of tho...

Page 5 of 6