Hi!
I have a working java code that scales an image down to a smaller size. It uses Java Advanced Imaging (JAI).
I have chosen to use Bicubic interpolation because it deliveres the best image...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23222884.html
How to avoid going through the next filter in the filter chain?
There are two filters in my code.
<filter>
<filter-name>ApplicationSessionExpiryFilter</filter-name>
<fil...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_23740988.html
I'm very new to Asterisk.
I'm building a very simple setup for a 10 employee office that has a sales and support departments.
When a call comes in, the caller gets few choices: Enter an ext, Pr...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_238...
Zones:
Asterisk Date Answered: 10/11/2008 Grade: A Views: 4
Need expert opinion.
I am trying to generate a list of all the files which are older then certain number of days.
This is what I have so far,
import java.io.*;
import java.util.*;
public cla...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22822202.html
Hi experts
I have a simple java program, which gives different results in Windows and UNIX. I know it is to do with character encoding, but dont know how to do it.
Program is :
public class prin...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22856231.html
Zones:
JavaDate Answered: 09/28/2007 Grade: A Views: 0
hello
.i m using java and java api documentation.i want examples of methods...like drawString()...how to use this method ....where can i find these type of detailed explanation s in javadoc
thanks
http://www.experts-exchange.com/Programming/Languages/Java/Q_23031604.html
Zones:
JavaDate Answered: 12/31/2007 Grade: A Views: 0
I have a customer that is trying to run a sample program we provided they are getting the error below. I have instructed them to set there output which matches our enviorment. They have done this b...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23058584.html
I'm using Asterisk vesion 1.4.
When I use MeetMeAdmin to kick a user out of a conference, I get the error: NOTICE[4643]: app_meetme.c:2863 admin_exec: Specified User not found!
In meetme.co...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_230...
Zones:
Asterisk Date Answered: 01/25/2008 Grade: A Views: 5
Hey Experts,
I have a client who i recently setup a Asterisk phone system. They are using snom phones and have an exchange server. what they are looking for is an outlook addin that somehow al...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_231...
Hi,
I enter a multiline string in the text box. I need to validate it whether it contains the following characters
[, ] , <,>,~,`
I want to validate for only these characters and all other ...
http://www.experts-exchange.com/Programming/Editors_IDEs/Java/Q_23183852.html