Author Archives: Upendra
Rendering Complex Scripts (Indic or Brahmic, Devangiri, Bi-Directional, Arabic, Thai, Khmer and etc)
There are so many languages in the world that need special attention while drawing or rendering those scripts. Java has provided an excellent feature to deal with this complexity. By using java.awt.font.TextLayout class, we can easily render these scripts elegantly. … Continue reading
Working with JAX-WS Web Services: Brief History
In the previous 2 articles, we learned how to build a simple JAX-WS web service and a client to interact with it without any introduction to web services concept and the technologies or protocols involved. This article is targeted to … Continue reading
Working with JAX-WS Web Services: Building a Web Service Client
In the previous article, we have learned how to create a simple web service. In this article, we discuss how to access this web service and use it. To access the web service, we need to know the service artifacts … Continue reading