(Mahipal Reddy) In this article I am going to explain how to delete a subsite programmatically using Angular js and rest API call.
Tag: JSON / JAVA / XML
How to Implement Enterprise User Management with Java Single Sign-On SAML Support (and Stay Alive)
(Shimon Magal) Teams may have tens of services and applications they use to complete their tasks. Each service requires them to sign up and remember complicated passwords, when eventually the internal owners of each service have to manually handle login credentials and account settings.
CyberGod – An Antivirus in C++ for Windows and Android(Java)
(VISWESWARAN1998) CyberGod KSGMPRH is an open source antivirus which is designed to work under Windows operating system. It comes with a DOS Engine helping developers to customize the anti-virus engine as they please.
Enum: Using the Name() and toString() Methods Correctly
(Alex Theedom) With Java Enums, there are two similar, but different methods that are commonly used: name() and toString(). Learn the difference and when to use both for best results.
Finally, An Official Shell in Java 9 – Introducing JShell
(Eugen Paraschiv) The shell or the REPL is a well-known tool in many programming languages. Typically, this is more common in scripting languages such as Python or Node, but more recently it’s been adopted by JVM languages like Clojure and Groovy as well. The upcoming Java 9 release finally brings t
Java debugging comes to Visual Studio Code
(Paul Krill) Microsoft has released a Java debugger for its free open source editor, Visual Studio Code. The newly minted extension is intended to work as a companion to the Language Support for Java extension provided by Red Hat.
Benchmarking JDK String.replace() vs Apache Commons StringUtils.replace()
(lukaseder) What’s better? Using the JDK’s String.replace() or something like Apache Commons Lang’s Apache Commons Lang’s StringUtils.replace()?
What’s new in Java EE 8
(Alex Theedom) The much-anticipated release of Java EE 8 is nearly upon us. This first release of the Java enterprise platform since June 2013 is half of a two-part release culminating with Java EE 9. Oracle has strategically repositioned Java EE, emphasizing technologies that support cloud computin
Using Gmail as SMTP server from Java, Spring Boot apps
(Mohamed Sanaulla) Gmail users can use Gmail’s SMTP server smtp.gmail.com to send emails from their Spring Boot apps. For this let us do some setup in the app:
Pure HTML5/CSS3/JS Modal Dialog MsgBox in .NET Style
(veen_rp) A small JavaScript module to create a modal dialog box or user input box in the familiar .NET style