• Struts

Multiple message resource property file in Struts

18 years ago

Recently I came up with a requirement where in we have to display messages from multiple bundle resource (message resource)…

  • Database
  • MySQL

MySQL Change root Password

18 years ago

Setting up mysql password is one of the essential tasks. root user is MySQL admin account. Please note that Linux…

  • Java

Files-Directory listing in Java

18 years ago

This example lists the files and subdirectories in a directory. [code="java"] File dir = new File("directoryName"); String[] children = dir.list();…

  • Struts

Struts Internationalization (I18N)

18 years ago

Problem Statement: We require to achieve internationalization using Struts 1.x We have a layout setup for our application as header…

  • Java

UnsupportedOperationException while removing or adding elements from List

18 years ago

Problem statement: While running following code, UnsupportedOperationException is thrown both at .add() and .remove() method. What is the problem with…

Conversion of text file in PDF and vice versa in UNIX

18 years ago

Yes, this is also a good solution. All you need is to add: [code='java'] \documentclass[a4paper]{article} \begin{document} .... your original text…

  • AJAX
  • JavaScript

Ajax Style File Uploading using Hidden iFrame

18 years ago

File uploading using AJAX is not possible. AJAX doesn't actually post forms to the server, it sends selected data to…

Installing Windows XP with Vista

18 years ago

I assume Vista is preinstalled. And you want to install XP along with Vista. Now as Vista is preinstalled most…