Re: Graphs, Charts and Wicket

2009-02-07 Thread Sean Sullivan
+1 for JFreeChart.   Here's an introductory presentation that I gave
in 2005:

http://conferences.oreillynet.com/cs/os2005/view/e_sess/6804

Sean


On Mon, Nov 17, 2008 at 2:37 AM, James Carman
ja...@carmanconsulting.com wrote:

 You can check out how I used JFreeChart in one of my Wicket presentations...

 http://svn.carmanconsulting.com/public/wicket-advanced/trunk/src/main/java/com/carmanconsulting/wicket/advanced/web/story10/resource/StudentPerRankChart.java

 and the resource class itself:

 http://svn.carmanconsulting.com/public/wicket-advanced/trunk/src/main/java/com/carmanconsulting/wicket/advanced/web/common/resource/ChartImageResource.java

 On Sun, Nov 16, 2008 at 8:29 PM, Jurek Piasek jurek.pia...@gmail.com wrote:
 I have been using Amcharts

 http://www.amcharts.com/

 together with SWFObject
 http://cwiki.apache.org/WICKET/creating-a-behavior-to-use-a-javascript-library.html

 Regards,
 Jurek


 On Sun, Nov 16, 2008 at 8:20 PM, Yazbek, Daniel (Daniel)
 dyaz...@avaya.comwrote:

 Hi all,



 I'd like to put some simple bar graphs, pie graphs and possible line
 graphs into my wicket pages.



 Have any of you used a good framework that you can recommend, that also
 plays nicely with Wicket?



 Thanks!



 -Daniel.








 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicketstuff Rome / RSS reader page/panel etc..

2008-03-07 Thread Sean Sullivan
Try wicketstuff-rome:

http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-rome/

http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-rome-examples/





On 3/7/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]
wrote:

 Hi

 Just wonder if there are such a thing(could'nt find it)?

 If not would it be okay if I added it?




Re: wicket + gwt

2007-11-27 Thread Sean Sullivan
On 11/25/07, Jonathan Locke [EMAIL PROTECTED] wrote:

 i noticed daniel carleton was working on wicket gwt integration, but the wiki
 page makes it look incomplete.  has anyone gone any further on this?

I am interested in this topic but I have not done any work in this area.

@see http://cwiki.apache.org/WICKET/google-web-tools-starting-point.html

@see http://issues.apache.org/jira/browse/WICKET-160

@see http://www.jroller.com/JonathanLocke/entry/wicket_gwt

I am going to Google's GWT conference in San Francisco next week.

Sean

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: San Francisco meetup

2007-11-21 Thread Sean Sullivan
I will be in San Francisco in early December. I am attending the GWT
developer conference:

  http://www.voicesthatmatter.com/gwt2007/index.html

If you are in SF, let's meet up.

Sean

On 11/21/07, Al Maw [EMAIL PROTECTED] wrote:
 Orion Letizi wrote:
  There was some talk yesterday on IRC about having a Wicket meetup in San
  Francisco.  I offered the Terracotta offices, pizza, and beer as a good
  place to have it.

 I'm in California for three weeks starting next week, would be happy to
 come and do a presentation if you guys want one.

 Regards,

 Al

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Matt Raible's ApacheCon presentation

2007-11-15 Thread Sean Sullivan
fyi

http://raibledesigns.com/rd/entry/comparing_jvm_web_frameworks_presentation

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: creating RSS feeds with Wicket

2007-11-05 Thread Sean Sullivan
I wrote an example application that uses Ryan's wicketstuff-rome library.

wicketstuff-rome-examples is available in WicketStuff's SVN repository:

https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-rome-examples/

https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-rome/

Sean


On 8/23/07, Ryan Sonnek [EMAIL PROTECTED] wrote:
 http://www.jroller.com/wireframe/entry/wicket_and_rss_feeds

 Just wanted to post an announcement that there's a new wicket stuff project
 (wicketstuff-rome) to allow for creation of RSS (or Atom) feeds from within
 Wicket.  I've been using it for the past several weeks and it's allowed me
 to integrate RSS feeds into my Wicket app *very* quickly.

 This new project is a definite step up from the existing wicket wiki article
 for Rss pages, but I'm not sure what to do about that info.  Please let me
 know if anyone has suggestions or issues with the project.  Now that it's on
 wicketstuff, feel free to tweak or add features!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: OT: API to calculate distances from zip code

2007-10-26 Thread Sean Sullivan
Take a look at:

 1)  MapQuest Business Solutions

The name of the feature is proximity search

  http://company.mapquest.com/mqbs/3.html

2)  Microsoft Virtual Earth proximity search

   http://www.microsoft.com/virtualearth/product/


3)  Multimap

 http://www.multimap.com/business/locators/


Cheers,

Sean


On 10/26/07, Tauren Mills [EMAIL PROTECTED] wrote:

 I apologize for this being off topic, but I have a feeling some of you
 might have some ideas for me.

 I'd like to implement a feature that will search for all physical
 locations in my database that are within a radius of a zip code.  In
 other words, the user enters a zip code and selects a distance from a
 drop down list (5 mi, 10 mi, 25 mi, 50 mi, etc.) and a list of all
 locations within that distance of the zip code will be displayed.  You
 can see something similar to this at:
 http://www.restaurant.com/

 Are there any web services out there that would simplify this task?  I
 have been looking at the Google Geocoding API
 (http://www.google.com/apis/maps/documentation/services.html), but am
 not sure how much it will help.  I could geocode locations as they are
 added to my database and store the lat/long, but I get fuzzy on how to
 proceed from there.  Somehow my SQL query (using hibernate) would need
 to do some computation to see if the lat/long stored in the DB is
 within the specified radius from the lat/long of the specified zip
 code.

 I guess I mostly want to hear from others if this would be the way
 they would do it, or if there is some other way that would work better
 or be simpler.

 Thanks!
 Tauren



Re: Reporting Tool and Portal Integration

2007-10-24 Thread Sean Sullivan
There's a Wicket / JasperReports library in SVN on SourceForget:

http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-jasperreports/

Sean

On 10/23/07, mehdi b [EMAIL PROTECTED] wrote:

 1.How can I create report in a wicket web application? Is there any solution 
 integrated with wicket, for example jasper report?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



is anybody using Wicket 1.3 and SiteMesh together?

2007-10-17 Thread Sean Sullivan
Is anybody using Wicket 1.3 and SiteMesh together?

http://www.opensymphony.com/sitemesh

Sean

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicket/GWT?

2007-10-16 Thread Sean Sullivan
fyi

The dev mailing list had a thread about using GWT widgets as Wicket components:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg00402.html

I don't think anybody has implemented this code.

Sean


On 10/16/07, Neil B. Cohen [EMAIL PROTECTED] wrote:
 I've been asked to look at possibly using the Google Web Toolkit instead
 of (along with??) Wicket for my project. I don't know anything about
 GWT, and I've only been looking at Wicket for about a week. Anyone care
 to comment on the pros and cons of using these two? What makes one
 better for a particular project than the other? Are they similar or
 completely unrelated?

 Any information, or pointers to some comparison documents would be most
 appreciated,

 thanks,

 nbc


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Getting at the HttpServletResponse?

2007-09-24 Thread Sean Sullivan
If you are using Wicket 1.3:

class:  WebResponse

http://www.wicketstuff.org/wicket13doc/org/apache/wicket/protocol/http/WebResponse.html


method:  getHttpServletResponse



On 9/24/07, Andrew Lombardi [EMAIL PROTECTED] wrote:
 How would I get an instance of the HttpServletResponse?  I'm doing some
 integration with an SSO provider that requires it.  I've tried:

 ((WebResponse)
 RequestCycle.get().getResponse()).getHttpServletResponse()

 but RequestCycle.get().getResponse() returns StringResponse, which
 obviously will fail miserably for what I need it for.

 thanks.

 --
 To our success!

 Andrew Lombardi: Mystic Coders, LLC - Coding Magic
 contact | [EMAIL PROTECTED] | mobile: 714-697-8046
 office/fax: 714-948-2382 | aim: nlpjunke

 ===
 This message is for the named person's use only. You must not, directly
 or indirectly, use, disclose, distribute, print, or copy any part of
 this message if you are not the intended recipient.
 ===

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Disable the SecondLevelPageCache?

2007-09-09 Thread Sean Sullivan
On 9/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote:

 [...] Also thanks to Matej who recently
 added a very, very optimized page store variant, *and* contributed an
 efficient page store that can be used in a cluster.

Which page store class are you referring to?

org.apache.wicket.protocol.http.pagestore.DiskPageStore or something else?


Sean

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicket/JSP Hosting

2007-09-04 Thread Sean Sullivan
Try  http://www.contegix.com/  or  http://www.kattare.com/


On 9/4/07, Karl M. Davis [EMAIL PROTECTED] wrote:

 Hey all,

 I'm having issues with my current web host's poor customer service (
 cwihosting.com, if you're curious).  In addition, my requirements are
 going up.  Without going the dedicated server route, does anyone know of a
 web host with good customer support that offers the following:

- 128MB JVM memory allocation (preferably 256MB or up)
- 3GB disk space
- Ability to run Wicket apps mapped to /'

 Failing that, does anyone know a good company for dedicated servers or
 colo in the USA?  I'd much appreciate any suggestions you guys can offer.

 Thanks,
 Karl M. Davis





Re: OpenLaszlo and Wicket?

2007-08-28 Thread Sean Sullivan
You could write a custom IBehavior that handles onclick events.

Here is a prototype behavior that I have been working on:

*public* *class* OnClickBehavior *extends* AttributeAppender

{

*private* *boolean* temporary = *false*;



*public* OnClickBehavior(String javascript)

{

*super*(onclick, *new* Model(javascript),  );

}

*public* *boolean* isTemporary()

{

*return* temporary;

}

 /**

* [EMAIL PROTECTED] b

*/

*public* *void* setTemporary(*boolean* b)

{

temporary = b;

}

}

 On 8/28/07, Samanth Bapu [EMAIL PROTECTED] wrote:

 All,

 I am not sure if what I am thinking is right!! I have a requirement
 where divs show/hide depending on user clicks. I can do this very easily
 using OpenLaszlo. Can this (OpenLaszlo component) be imported to my site
 developed on Wicket? If yes, how can I do it?

 Any help would be of great help.

 PS: If my question is unclear, please let me know, I'll try to explain
 in detail.

 Thanks
 Samanth



remove all behaviors of a certain type

2007-08-10 Thread Sean Sullivan
The Component class provides a method for removing a single IBehavior
object:

public Component remove(final IBehavior behavior)


Is there a similar method that will allow me to remove all IBehaviors of a
certain type?

I'd like to be able to do this:


   Panel p;
   ...
   p.removeBehaviorsWithType(Clazz behaviorClass);


Suggestions?


Sean


Re: wicket error on websphere app server

2007-08-06 Thread Sean Sullivan
Are you using Websphere's parent first classloading mode  or parent-last
classloading?

What jars do you have in WEB-INF/lib?


On 8/5/07, junqing chen [EMAIL PROTECTED] wrote:

 I am using wicket 1.3 beta2 in myproject ,and the application server
 is  websphere 6.0.2. when I  config wicket in websphere using filter mode,
 cant't load  class org.apche.wicket.spring.SpringWebApplicationFactory
 [07-8-3 10:25:25:202 CST] 002a WicketFilter  W   try to use
 classloarder : [EMAIL PROTECTED]
 [07-8-3 10:25:25:623 CST] 002a WebAppE   SRVE0026E: [Servlet
 错误]-[Filter [STPMainApp]: could not be initialized]
 rg.apache.wicket.protocol.http.WebApplicationFactoryCreationException:
 Unable to create application factory of class
 org.apache.wicket.spring.SpringWebApplicationFactory
 Caused by: java.lang.ClassNotFoundException:
 org.apache.wicket.spring.SpringWebApplicationFactory
 at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
 at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:103)
 at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
 at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
 at org.apache.wicket.protocol.http.WicketFilter.getApplicationFactory(
 WicketFilter.java:580)
 ... 20 more
 in the wicketFilter  class , this code used to load  WebApplicationFactory
 :
  // Try to find the specified factory class
 final Class factoryClass = Thread.currentThread().getContextClassLoader()
  .loadClass(appFactoryClassName);
   // Instantiate the factory
 return (IWebApplicationFactory)factoryClass.newInstance();
 I add a  debug log , Thread.currentThread().getContextClassLoader(), the
 classLoader is
 [EMAIL PROTECTED]
 but , if  I change web.xml to use servlet model , 
 Thread.currentThread().getContextClassLoader()
 is
 [EMAIL PROTECTED], so ,it load the
 ApplicationFaceotyClass successed. that means , in servlet Model and Filter
 Model in Websphere , the app server using different class load. but , using
 Class.forName(...) , can load the class in both model .



 -
 抢注雅虎免费邮箱3.5G容量,20M附件!