Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Struts with JNI

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Struts with JNI

    Hi,
    I have a requirement to call C++ functions(DLL)from struts application.
    so let me know is it possible?if yes please give a sample example.


    Thanks in advance.

  2. The Following User Says Thank You to mylife For This Useful Post:

    sriharivaleti (March 27th, 2012)


  3. #2
    Member
    Join Date
    Feb 2012
    Posts
    58
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Struts with JNI

    Yes, it is possible, using JNI to create a Java class that wraps the DLL's functions and exposes them to Struts.

Similar Threads

  1. [SOLVED] need help with struts actions
    By arvindbis in forum Web Frameworks
    Replies: 0
    Last Post: October 4th, 2011, 05:40 AM
  2. related struts..
    By nitin tyagi in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: September 14th, 2011, 12:00 PM
  3. struts 1.3.8
    By Ashwin K in forum Member Introductions
    Replies: 1
    Last Post: August 14th, 2011, 05:06 AM
  4. Struts drop down
    By kalees in forum Web Frameworks
    Replies: 1
    Last Post: January 15th, 2010, 12:56 AM
  5. Struts 1.3.8 and tiles
    By jsnx7 in forum Web Frameworks
    Replies: 3
    Last Post: July 21st, 2009, 03:29 AM