Tutorial by Topics: java

There are a variety of technologies for "packaging" Java applications, webapps and so forth, for deployment to the platform on which they will run. They range from simple library or executable JAR files, WAR and EAR files, through to installers and self-contained executables. At the...
var options = SP.UI.$create_DialogOptions(); var modalDialog = SP.UI.ModalDialog.showModalDialog(options); options PropertyDescriptiontitleA string that contains the title of the dialogurlA string that contains the URL of the page that appears in the dialog. Either url or html must ...
object ExecuteAsyncScript(string script, params object[] args); object ExecuteScript(string script, params object[] args);
Unlike SOAP and the WS- stack, which are specified as W3C standards, REST is really a set of principles for designing and using web-based interface. REST / RESTful applications rely heavily on other standards: HTTP URI, URL XML, JSON, HTML, GIF, JPEG, and so forth (resource representations) ...
The Java Message Service is a Java API that allows applications to create, send, receive, and read messages. The JMS API defines a common set of interfaces and associated semantics that allow programs written in the Java programming language to communicate with other messaging implementations. JMS e...
In JavaScript, the eval function evaluates a string as if it were JavaScript code. The return value is the result of the evaluated string, e.g. eval('2 + 2') returns 4. eval is available in the global scope. The lexical scope of the evaluation is the local scope unless invoked indirectly (e.g. var ...
RxAndroid used to be a library with lot of features. It has been splitted in many different libraries moving from version 0.25.0 to 1.x. A list of libraries that implement the features available before the 1.0 is maintained here.
If you use an IDE and/or build system, it is much easier to set up this kind of project. You create a main application module, then API module, then create a plugin module and make it dependent on the API module or both. Next, you configure where the project artifacts are to be put - in our case t...
Let's clarify some terminologies first: Outbound Messaging is where the message starts from the server (to be more accurate it's initiated from your app which you have on the server, WebSphere Liberty in this case) and end at the EIS. Inbound Messaging is where message starts from the EIS and ...
This section provides an overview of what java.util.scanner is, and why a developer might want to use it. It should also mention any large subjects within java.util.scanner, and link out to the related topics. Since the Documentation for java.util.scanner is new, you may need to create initial ...
This section provides an overview of what javafx-8 is, and why a developer might want to use it. It should also mention any large subjects within javafx-8, and link out to the related topics. Since the Documentation for javafx-8 is new, you may need to create initial versions of those related t...
The JavaMail page on the Oracle website describes it as follows The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE platform and is also inclu...
JavaBeans (TM) is a pattern for designing Java class APIs that allows instances (beans) to be used in various contexts and using various tools without explicitly writing Java code. The patterns consists of conventions for defining getters and setters for properties, for defining constructors, and f...
While some existing JavaScript libraries have type definition files, there are many that don't. TypeScript offers a couple patterns to handle missing declarations.
In this topic you'll find a summary of the new features added to the Java programming language in Java SE 8. There are many other new features in other fields such as JDBC and Java Virtual Machine (JVM) that are not going to be covered in this topic. Reference: Enhancements in Java SE 8
In this topic you'll find a summary of the new features added to the Java programming language in Java SE 7. There are many other new features in other fields such as JDBC and Java Virtual Machine (JVM) that are not going to be covered in this topic. Enhancements in Java SE 7

Page 4 of 6