Skip to content

www.Dev4Devs.com

  • Linkedin
  • GitHub
  • Twitter

Solutions for developers

  • Home
  • Tags
    • ci
    • command line
    • devtools
    • docker
    • git
    • [Intellij IDEA]
    • macosx
    • operator-sdk
    • operator-framework
    • opensource
    • operators
    • regex
    • ssh
    • travis
    • utils
    • woman
    • kubernetes
  • Search
  • Categories
    • Algorithms
    • ansible
    • Books
    • CommandLine
    • DevOps
    • docker
    • English
    • Functional Programming
    • git
    • golang
    • Hibernate
    • Java
    • Javascript
    • NodeJS
    • MongoDB
    • kubernetes
    • operators
    • OpenShift
    • Tips
  • About

Category: java

[Java] – How to work with a thread pool?

First we need understand some concepts. Let’s go. What is a thread pool ? It is a manager thread type … More

java, pool, socket, thread

[Java] – How to check how many processors have available?

Below is the code for you check it : public class QtyProcessorsTest { public static void main(String[] args) { Runtime runtime = … More

java, threads

[Java] – Spring and dateformatter

We will perform it in our application configuration class(AppWeb Configuration), so that we don’t need to keep repeating this date … More

date, formatter, java, spring

[Java] – How to validate a form using validation of Spring?

Below is an example: First, look the method that we will use to save the object that the user filled … More

java, spring, validation form

[Java] – Spring – How to configure a messages file ?

The file with messages will be : messages.properties Implement the method in AppWebConfiguration.class: @Bean public MessageSource messageSource() { ReloadableResourceBundleMessageSource messageSource = new … More

bundle, java, spring

[Java] -How to use JAX-B to parse XMLfiles ?

What is it? JAX-B is the Java specification that allows us to directly associate a class to an XML file, … More

java, JAX-B, parse, xml

[Java] -How to use XSLT files ?

What is it? XSLT files are files that help us to transform XML files into other formats such as html … More

java, xsl, XSLT

[Java] – How to use XPath to parse XML files?

What is it ? The xPath allows us to select only a part of our document using a very similar … More

java, xml, xpath

[JAVA] – How to use a StAX to parse a XML file ? You can get a list with all data.

What is it ? The StAX, which has a very similar operation with SAX. It is also based on events, … More

java, StAX, xml

[JAVA] – How to use SAX to parse a XML file?

First you need implement the class where you will specify the attributes of your file. Look the code below. public … More

java, parse, sax, xml

Posts navigation

Older posts
Newer posts

Search

Follow www.Dev4Devs.com on WordPress.com

Category Cloud

Algorithms AngularJS ansible Architecture Books CommandLine container convection DevOps docker English Functional Programming git golang helm hibernate java javascript JavaServer Faces kubebuilder kubernetes layout maven meteor minikube mongoDB neo4j NodeJS OpenShift operators postgreSQL primefaces python regex shell SO think tips Uncategorized [Intellij IDEA]

Tags Cloud

5.0 2019 2020 aggregate ai Algorithms amazon android AngularJS annotations ansible anyMatch Architecture AtomicBoolean autocomplete automate aws beans best practices Books bootstrap bundle cache callable cdi centos ci Clojure cloud code collections command line CommandLine configuration confirmation container contribution control-plane.io cool cordova course database datable date date component debugger debugging for chrome default methods Design design pattern development DevOps devtools directions api docker email English estatistics events example exceptions faces factory Fedora filter findFirst fix foreach formatter Functional Programming genericConverter gi git golang good practices google gradle groupingBy grunt hibernate ibm images install interceptors ios isse java java8 javascript javaserverfaces JAX-B jdk js jsf junit key kids kubebuilder kubernetes kubernets lambdas layout learn lint linux local env london macosx mandrill mapping maps Material Design math maven meteor Methods microservices minikube Minishift mobile mongoDB music neo4j node node.js nuaware oc tool olm OpenShift opensource operator-framework operator-sdk operatorhub operators optional parse performace pocs pool postgreSQL primafeces primefaces Process python reactivevar redhat redis reflection regex regular expressions remotework responsive rest rhel7 sax scalingo script sdk security sensitive shel shell socket sorted sound sp spin sponsored by spring ssh StAX STEM stream streams sum t tail recursion tdc think thread threads tip tips travis UI uk upstream utils vagrant validation form volatile webpack wildfly woman xml xpath xsd xsl XSLT [Intellij IDEA]
Create a website or blog at WordPress.com
  • Subscribe Subscribed
    • www.Dev4Devs.com
    • Join 56 other subscribers
    • Already have a WordPress.com account? Log in now.
    • www.Dev4Devs.com
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...