<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jxmlwhois/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jxmlwhois/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Apr 2013 08:27:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jxmlwhois/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by FoxXav</title><link>https://sourceforge.net/p/jxmlwhois/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,6 @@
 First of all, dont't forget to put the properties file (in conf folder) in the classpath ;-)

-Hi there,
+

 Just a little snippet to quicly create a jsp page that return the whois parsing result :

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FoxXav</dc:creator><pubDate>Mon, 08 Apr 2013 08:27:10 -0000</pubDate><guid>https://sourceforge.netb2145455d0c5e2b118e38b19b89ba9a9b9923076</guid></item><item><title>Home modified by FoxXav</title><link>https://sourceforge.net/p/jxmlwhois/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,5 @@
+First of all, dont't forget to put the properties file (in conf folder) in the classpath ;-)
+
 Hi there,

 Just a little snippet to quicly create a jsp page that return the whois parsing result :
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FoxXav</dc:creator><pubDate>Mon, 08 Apr 2013 08:26:57 -0000</pubDate><guid>https://sourceforge.net963ae5e19b63638c80b41018b6bbe6dfc0fb4c76</guid></item><item><title>Home modified by FoxXav</title><link>https://sourceforge.net/p/jxmlwhois/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,32 @@
-Welcome to your wiki!
+Hi there,

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Just a little snippet to quicly create a jsp page that return the whois parsing result :

-The wiki uses [Markdown](/p/jxmlwhois/wiki/markdown_syntax/) syntax.
+    &lt;%@page import="java.io.IOException"%&gt;
+    &lt;%@page import="java.net.UnknownHostException"%&gt;
+    &lt;%@page import="java.io.Writer"%&gt;
+    &lt;%@page import="org.fox.jxmlwhois.JWhoisClient"%&gt;
+    &lt;%@page contentType="text/xml" pageEncoding="UTF-8"%&gt;
+    
+    &lt;%
+        Writer wri = response.getWriter();
+        try {
+            String query = request.getParameter("query");
+            
+            if ((query!=null)&amp;&amp;(!"".equals(query))){
+                JWhoisClient whois = new JWhoisClient();
+    
+                wri.write(whois.queryWhois(query));
+            } else {
+                wri.write("Il faut appeller la page avec le parametre query=xxx");
+            }
+        } catch (Exception ex) {
+            ex.printStackTrace();
+            wri.write("" + ex.getMessage()+ "");
+        } finally {
+            wri.flush();
+        }
+    %&gt;

-[[project_admins]]
+
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FoxXav</dc:creator><pubDate>Thu, 04 Apr 2013 11:44:14 -0000</pubDate><guid>https://sourceforge.net894d040dc0bd5f155090277d87c1e8efad8282ce</guid></item><item><title>WikiPage Home modified by FoxXav</title><link>https://sourceforge.net/p/jxmlwhois/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/jxmlwhois/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/foxxav35/"&gt;FoxXav&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-511ffb8cea406b20a7bda23f" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FoxXav</dc:creator><pubDate>Sat, 16 Feb 2013 21:35:08 -0000</pubDate><guid>https://sourceforge.nete8d254220fb7504dfed7569731d8d6979f171d83</guid></item></channel></rss>