Skip to the content Skip to the Navigation

Wilddiary.com

  • Home
  • Contact Us
  • Privacy

September 2014

  1. HOME
  2. September 2014
Java logo
September 25, 2014 / Last updated : April 22, 2023 Drona Java

Serialize Java object to JSON and back

There are many libraries in Java that support serialization of Java objects to JSON and back. Below are few of them.

j2ee_logo
September 17, 2014 / Last updated : April 22, 2023 Drona J2EE

Adding custom headers to Java HttpServletRequest

The javax.servlet.http.HttpServletRequest is an interface that does not have setter methods except for setCharacterEncoding() and setAttribute() methods that it inherits from its parent javax.servlet.ServletRequest interface. Otherwise, the HttpServletRequest type objects are read only.

Java logo
September 11, 2014 / Last updated : April 22, 2023 Drona Java

Understanding Custom ThreadFactory In Java

A thread factory encapsulates the logic of creation and configuration of threads. It creates and returns thread instances on demand. You can see it being used in the JDK’s executor framework. Every thread pool has an associated thread factory that creates the threads for the pool. The thread factory not just creates thread instances but also […]

Software Protection
September 3, 2014 / Last updated : April 22, 2023 Drona Java

Protection of Java Based Software

  A short presentation on available options for protecting java based softwares. Lists pros and cons of each approach. Argues on why obfuscation is the best approach and makes a feature comparison of the leading obfuscators available in the market.

  • Home
  • Contact Us
  • Privacy
  • Facebook
  • Twitter
  • RSS Feed
  • GitHub
  • Pinterest

Copyright © Wilddiary.com All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU
  • Home
  • Contact Us
  • Privacy