User Profile

Collapse

Profile Sidebar

Collapse
rajujrk
rajujrk
Last Activity: Apr 20 '16, 11:55 AM
Joined: Aug 15 '08
Location: Chennai, Tamilnadu, India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rajujrk
    replied to Which JDK version support SNMP API?
    in Java
    JDK 1.3 or a later version will support SNMP API. Please check it out and clearly read the SNMP API Document.

    Thanks
    Rajkumar
    See more | Go to post

    Leave a comment:


  • While downloading a PDF, Displaying Servlet Name instead of actual file name in IE

    Hi,

    I have displaying the report in the IE Browser Pop Up window, Report displays the PDF file. Here I'm not forcing that PDF file to download automatically. I'm Previewing that PDF file in the browser window, from there user will download that PDF file. Everything working fine except when user is trying to download that pdf file from browser, it always shows Servlet name instead of the original PDF filename.

    Same scenario...
    See more | Go to post

  • rajujrk
    replied to unable to access variables
    in Java
    Hi jinnejeevansai,

    Make that variable as protected, default Access Modifier is "default" and it will be accessed within the package. When you extending the class and trying to access the class variable, use protected as always.

    Thanks
    Rajkumar
    See more | Go to post

    Leave a comment:


  • Hi,

    Form is now Visible, Please make sure your components inside the JFrame are aligned. Its not aligned properly. Please find the below Code

    Code:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.JFrame;
    
    public class Bookshop extends JFrame implements ActionListener {
    	// JFrame product = new JFrame();
    	JTextField productIdText;
    ...
    See more | Go to post

    Leave a comment:


  • rajujrk
    started a topic Difference between Apache and Cloudera Hadoop?
    in Java

    Difference between Apache and Cloudera Hadoop?

    Hi All,

    What are the feature differences between Apache Hadoop and Cloudera Hadoop?

    Thanks
    Raju
    See more | Go to post

  • rajujrk
    replied to Inventory program only reads one line
    in Java
    Hi,

    I have just modified your code by commented some lines, there is no big changes


    Inventory.java
    Code:
    
    import java.io.*;
    import javax.swing.*;
    import java.text.*;
    import java.util.StringTokenizer;
    
    public class Inventory {
    
    	public static void main(String[] args) throws IOException {
    
    		BufferedReader stdin = new BufferedReader(new
    ...
    See more | Go to post
    Last edited by rajujrk; May 11 '15, 02:38 PM. Reason: Output

    Leave a comment:


  • How to create multiple Wars with different framework in a EAR without ANT and MAVEN?

    Hi All,

    I have two different web application, one developed using struts 1.x and second using spring 4.0. Both having the same screens, assume my application having 9 modules. In that 2 modules revamped using Spring framework with new UI. 7 modules are not yet revamped in Spring 4.0. So that I planned to load the remaining 7 module's screen from struts project. For that I decided to create 2 war files in an EAR, which will share the...
    See more | Go to post

  • Hi

    Please find the details in the below link

    Google cloud storage using java

    Thanks
    Raju
    See more | Go to post

    Leave a comment:


  • GO to Windows --> Preferrences --> type Android

    In the Right Side window, check you have given the path of the Android SDK installed path. If not, provide the SDK path.

    THanks
    Raju
    See more | Go to post

    Leave a comment:


  • Hi,

    Please follow the rules, provide your code in CODE tag.

    And Please ask questions clearly, from which JSP u r callind this javascript method and how do u want to navigate to print_emp.jsp?

    Try to use hidden field

    Code:
    <input type="hidden" name="emp" id="emp">
    In Javascript Code:

    Code:
    document.getElementById("emp").value
    ...
    See more | Go to post

    Leave a comment:


  • rajujrk
    started a topic Connecting Oracle Coherence Using JMX
    in Java

    Connecting Oracle Coherence Using JMX

    Hi,

    I'm Developing a tool to get all in one. That means, from this tool have to manage Websphere Application Server (Done), Webserivces Status (Done) and Oracle Coherence(Stuck ed here). I have to connect oracle coherence through JMX and fetch the details like Storage, Proxy and JMX running and stooped nodes and current available and allocated memory details.

    Thanks in Advance
    Raju
    See more | Go to post

  • Use Axis2 Client to call your webservices.

    The Axis2 client API is very convenient and it has cool features like asynchronous web service utilization, multiple transport selection, and so on. Once you run the samples you will understand the basics of the Axis2 client API. To understand the rest of the API you need to write complex code.

    Example Code:

    Code:
     public static void clientInvokeExample() {
    ...
    See more | Go to post

    Leave a comment:


  • rajujrk
    replied to how to link css file to servlet ?
    in Java
    Hi,

    You can use like the below code


    Code:
    pw.println("<html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" /></head><body>");
    pw.println("<b>#</b> Number of&nbsp;candidtaesregistered ");
    pw.println("<br><table class="mytable"><tr>");
    .
    .
    ...
    See more | Go to post

    Leave a comment:


  • Hi zmbd,

    Thanks for your reply, attached file looks like corrupted, don't know how its happened.Sorry for your in-convenience. My Question is just about start with the smartcard programming Using JavaCard Technology, so I need to know the per-requiste to start.

    Thanks
    Raju
    See more | Go to post

    Leave a comment:


  • rajujrk
    started a topic Things to start Smartcard Programming Using Javacard
    in Java

    Things to start Smartcard Programming Using Javacard

    I wanted to start with the smartcard programming soon. Please help me the things required for starting the learning using javacard. Which IDE (If any IDE Supports), Software and Hardware related? Like Mobile phone simulator is there any smartcard simulator or else if I have to buy a smartcard specify those cards where and how I can get?

    Thanks
    Raju
    See more | Go to post

  • rajujrk
    started a topic Error in running java card project
    in Java

    Error in running java card project

    I have created a new java card project and added new applet file to it, but when I try to run the project it shows below error:

    Code:
    java/lang/NoClassDefFoundError: java/lang/String
    My Code is

    Code:
    package smartapplet;
    
    import javacard.framework.APDU;
    import javacard.framework.Applet;
    import javacard.framework.ISOException;
    
    public class SmartApplet
    ...
    See more | Go to post

  • Hi

    Try the below and let me know (UnTested)

    Code:
    try
        {
        String url="jdbc:mysql://localhost/userpwsd";
        Connection con=DriverManager.getConnection(url,"root","");
        Statement sn=con.createStatement();
        String s;
        s="SELECT username,password FROM userpwsd WHERE username='"+ s1 +"' and password='" + s2 + "'";
    ...
    See more | Go to post

    Leave a comment:


  • rajujrk
    replied to constructor
    in Java
    A constructor that have no parameter is known as default constructor.

    A constructor that have parameters is known as parameterized constructor

    Why we use parameterized constructor?
    Parameterized constructor is used to provide different values to the distinct objects.

    Thanks
    Raju
    See more | Go to post

    Leave a comment:


  • rajujrk
    started a topic Webservice
    in Java

    Webservice

    Is there any good tutorials for Axis2, Spring Webservice with SOAPUI?
    See more | Go to post

  • Use the below Code

    Code:
     <html> <form>
        Enter ID:<input type="text" name="id"> <%
           [B] String id=(request.getParameter("id")!=null)?request.getParameter("id"):"0";[/B]
             int no=Integer.ParseInt(id);
        :%> </form> </html>

    Thanks
    Raju
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...