Skip to content
mySoftKey
  • Home
  • java
    • jee
    • Webservices
    • design pattern
    • servlet
    • jsp
  • NOSQL
    • mongodb
    • cassandra
    • elastic
    • OrientDB
    • redis
    • spark
  • Spring
  • Hibernate
  • Misc
    • data structure algorithm
    • architecture
    • linux
    • Data Storage
    • data analytics
    • Security
    • digital payment
    • SQL
    • poetry
  • Tutorials
    • MongoDB Videos
  • Contact Us
    • about-us
    • Privacy Policy

How to View and Kill Running Process in Linux?

Ranjeet Jha / Tool / Leave a Comment

ps and kill are two powerful commands and utility tools in Linux/Unix/Mac to view running processes and to kill running process Linux respectively

How to View and Kill Running Process in Linux? Read More »

How to View and Kill Running Process using Window terminal?

Ranjeet Jha / Tool / Leave a Comment

How to view and kill running process Windows terminal using netstat and taskkill, these are two powerful utility tool to view running processes and to kill running process on command terminal in windows.

How to View and Kill Running Process using Window terminal? Read More »

How to write hello world Java Webservice client

Ranjeet Jha / java, Webservices / 1 Comment

In this post of hello world java web services client in java, you can write your JAX-WS hello world Java client example.

How to write hello world Java Webservice client Read More »

JAX-WS: wsimport tool example with step by step

Ranjeet Jha / java, Webservices / Leave a Comment

In JAX-WS wsimport tool example, you can generate the server-side artifact and client-side artifact of web services using local WSDL file.

JAX-WS: wsimport tool example with step by step Read More »

Linux: Redhat 6 missing header file stropts.h

Shakti Yadav / linux / 2 Comments

Redhat 6 missing header files from /usr/include/stropts.h is a trick to recover. When migrating our code from Redhat 5 to Redhat 6 and if we are using some header file like ‘stropts.h’. So we got a compilation error because some of the development packages are missing at the time of installation.

Linux: Redhat 6 missing header file stropts.h Read More »

JAX-WS: wsgen tool with Example

Ranjeet Jha / Webservices / 3 Comments

In Java JAX-WS wsgen tool example, you can use wsgen tool to generate JAX-WS portable artifacts and generate WSDL and XSD files for your Java web services.

JAX-WS: wsgen tool with Example Read More »

Annotation in JAX-WS

Ranjeet Jha / Webservices / 1 Comment

What are the list of Annotation in JAX-WS in Java? Different types of annotations are being used in JAX-WS for implementing Java JAX-WS web services.

Annotation in JAX-WS Read More »

JAX-WS: Hello World With Tomcat – RPC Style

Ranjeet Jha / Webservices / 4 Comments

RPC style web service example, JAX-WS hello world RPC style, is a way of producing and consuming SOAP styled web service.

JAX-WS: Hello World With Tomcat – RPC Style Read More »

Requirements of JAX-WS Endpoint

Ranjeet Jha / Webservices / Leave a Comment

This post is about the requirement of JAX-WS endpoint and this is very important to understand the minimum requirements to implement a Java JAX-WS web service.

Requirements of JAX-WS Endpoint Read More »

ClassNotFoundException in Java

Ranjeet Jha / java / Leave a Comment

ClassNotFoundException in Java is one of the type of runtime exception which throws when java class not found in your path.

ClassNotFoundException in Java Read More »

← Previous 1 … 9 10 11 … 28 Next →