Index.xhtml file is:

<?xml version="1.0" encoding="UTF-8" ?>
...

Java Dinamic Web Project - Tomca...

by Dinnin, November 30, 2011 05:59, No refactoring, tagged with xhtml, java, JDBC

I need to show in a xhtml w...

B07967e84cfc5b4587a0f6b57658d4a2 Talk
public interface IProcess {

...

Java Scan directory recurcively

by https://www.google.com/accounts/o8/id?id=AItOawn60BQ3j2wGqeAmwsTZFdMd0YURb5dAR2s, December 14, 2010 10:08, No refactoring, tagged with java, file, Directory, thread

I try to write classes to s...

55502f40dc8b7c769880b10874abc9d0 Talk
(defn get-romname
  "Return bytes of ROM name"
  [filename]
...

Java Random access from file #cl...

by edbond, October 29, 2010 18:37, 1 refactoring, tagged with java, clojure, lisp

Posted to java because I gu...

671af8c4a2d223c7d2e2ede3a0154975 Talk
import java.util.Enumeration;


...

Java Simple String Splitter for ...

by https://www.google.com/accounts/o8/id?id=AItOawmbSmAnfuzMdjmvrzZsJpet_pTqQ2fjGdg, October 16, 2010 11:30, 3 refactorings, tagged with java, blackberry

I have created this simple ...

9322bbe0a2e5ce86a464f1e7291f1ae2 Talk
public class Singleton {
  // Private constructor prevents instantiation from other classes
  private Singleton() {}
...

Java Laisy Singleton patern

by jumar, July 13, 2010 02:31, No refactoring, tagged with java, singleton, patern

There is a very important g...

B6948c9d003a997fa34de0acda190ef5 Talk
public class Pseudonym<T extends Pseudo> {
	private T alias;
	private T original;
...

Java Limiting two arguments to t...

by DaJunkie, June 24, 2010 16:42, 1 refactoring, tagged with java, generics, parametrization

Hi, I just want to disallow...

8e21dd65dca319ca81a0cd80393d4c13 Talk
private LinkedList<String> basePackages;

private String getAttribute( Node node, String name )
...

Java Get a package name or packa...

by https://www.google.com/accounts/o8/id?id=AItOawmcK8sVHybv2DEt4Muzx_2tJvN4hJIVK1s, June 22, 2010 21:42, 1 refactoring, tagged with xml, java, dom

Figures out the current ful...

55502f40dc8b7c769880b10874abc9d0 Talk
try {
	conn = DBConnection.getDBConnection();
	String SQL = "{call PACKAGE.PROCEDURE(?, ?)}";
...

Java Repetitive code to interact...

by shamikm78.myopenid.com, March 15, 2010 17:57, 1 refactoring, tagged with java, JDBC

In my project, I do see lot...

55502f40dc8b7c769880b10874abc9d0 Talk
a)

Obj p = curScope.locals, last = null;
...

Java Linked list traversal, comp...

by maroloccio.blogspot.com, February 24, 2010 18:11, 1 refactoring, tagged with java, linked-list, traversing

I got this:

a) // see be...

55502f40dc8b7c769880b10874abc9d0 Talk
import javax.swing.JOptionPane;
public class Rational {
	
...

Java Rational numbers - Problem :/

by omygoodness.myopenid.com, January 03, 2010 15:35, 1 refactoring, tagged with java, rational numbers, comparsions, less than or

Hi,
I have a problem with ...

55502f40dc8b7c769880b10874abc9d0 Talk
private void schematronTransformation()
      throws TransformerException {
      TransformerFactory tf = TransformerFactory.newInstance();
...

Java Multiple XSLT for Schematro...

by DaJunkie, October 09, 2009 10:39, 1 refactoring, tagged with validate, xml, java, sax, dom, jaxp, pipe, transform, xslt, schematron

I want to validate some XML...

8e21dd65dca319ca81a0cd80393d4c13 Talk
public void draw()
	{
		switch(direction)
...

Java Snake Game Logic?

by gmaster1440.myopenid.com, May 25, 2009 02:55, 2 refactorings, tagged with java, game, snake game, snake, logic, timer, pause

I'm having a lot of trouble...

4b25b1e093c50b62cdfb4a84d6d3a21e Talk
public static String findsite(InputStream text) {
      String site, line = null;
      Boolean nospace = true;
...

Java speed up this horrendous co...

by feydr.myopenid.com, May 21, 2009 16:01, 4 refactorings, tagged with speed, java, conditionals

I don't know too much about...

7c3536f0ffdc51a02ec2c9d1d72165d5 Talk
public static Matrices add(Matrices a, Matrices b)
    {
        int rows = a.getRows();
...

Java Conditional operator refact...

by Sambob, April 28, 2009 01:23, 2 refactorings, tagged with java

I want to modify this code ...

F94ed31bc99b74602392d052ee5bf901 Talk
public class Stats {
		public int HP;
		public int STR;
...

Java Stats

by staykov.myopenid.com, April 23, 2009 00:59, 4 refactorings, tagged with java, messy

this is the most idiotic co...

55502f40dc8b7c769880b10874abc9d0 Talk
package engine;

import junit.framework.Assert;
...

Java Refactor, fix and optimize ...

by programmer-offsite, April 20, 2009 14:15, 5 refactorings, tagged with java, refactor, strings, character, optimize

While tuning the applicatio...

6f0a7377a1c0faa24f9b60e24ab2af4a Talk
# Jhippo.java

package Jhippo;
...

Java Jhippo

by tak11.myopenid.com, December 16, 2008 04:14, No refactoring, tagged with swing, java, irc, bot, pircbot, gui

Java irc bot using Pircbot....

42306c1a1e87611519fdf1811ffe2c9c Talk
import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
...

Java Read/download images from a...

by Hbiloo, December 05, 2008 11:36, 6 refactorings, tagged with download, java, images

Hi guys,
This code downloa...

209706bf7bd1053b8670759fd4937fe2 Talk
package ircbot;

/**
...

Java Java IRC Bot

by Ishkur, September 13, 2008 06:04, 4 refactorings, tagged with regex, java, IRC bot

I've been working on this f...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
public static String getRelativePath(File file, File relativeTo) throws IOException {
		/*
		 * windows seems in some cases not to stop getParent() at 'c:\', which I
...

Java get path of a File relative...

by lord alcol, August 18, 2008 17:23, 3 refactorings, tagged with java, file, path

I call:
File f = new File(...

A9c8a6d8eed437bb33d504cae365bf57 Talk
public static boolean fileContentsEquals(File file1, File file2) {
		InputStream is1 = null;
		InputStream is2 = null;
...

Java fileContentsEquals

by lord alcol, August 18, 2008 09:09, 3 refactorings, tagged with java, file, io

This method checks if the c...

A9c8a6d8eed437bb33d504cae365bf57 Talk
/**
 * Get the article destined for the front page
...

Java Closing database connection...

by junkyjunk, July 31, 2008 02:35, 4 refactorings, tagged with java, database, javabeans, database leak

I am making a blog for fun ...

D41d8cd98f00b204e9800998ecf8427e Talk
public abstract class I18NException extends Exception {

   public enum Message implements ExceptionMessage {
...

Java Internationalize Exceptions

by David Linsin, June 27, 2008 20:09, 2 refactorings, tagged with java, exceptions, i18n

This is a template for Exce...

Ef079515af1c9963c7cd33e0b4f00e88 Talk
import java.util.Scanner;

public class AsciiSquare
...

Java ascii square

by kefestetayyus.blogspot.com, May 09, 2008 12:44, 5 refactorings, tagged with ascii, java, square, basic

Simply prints a square with...

55502f40dc8b7c769880b10874abc9d0 Talk
public class Car {

  public static class Builder {
...

Java Fluent Builder

by Jeremy Weiskotten, December 24, 2007 02:56, 2 refactorings, tagged with java, fluent interface, builder

Here's an example of the Bu...

5170ca260dbd2cdfd5a887a4dba7636f Talk