LinkedIn poll about Wicket

2009-04-20 Thread Fabrizio Giudici
http://polls.linkedin.com/p/33616/pikzw <http://www.linkedin.com/e/plh/http%3A%2F%2Fpolls%2Elinkedin%2Ecom%2Fp%2F33616%2Fpikzw/FkIa/> -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog

Re: Extensible wicket application

2009-03-11 Thread Fabrizio Giudici
s ago back in the archive of this mailing list there was a guy that linked a paper about how to use OSGi and Wicket. I've done something similar with the NetBeans Platform. You might also have a look at Glassfish v3 which is extensible by means of OSGi and could be a starting point. -- Fabriz

Re: [OT] Simple file repository?

2009-02-15 Thread Fabrizio Giudici
e form the relation ... and a background job which deletes dangling files. I suggest you something implemented on the top of JackRabbit (Java Content Repository). You might have a look at Brix, which is a CMS based on Wicket and JackRabbit. -- Fabrizio Giudici - Java Architect, Project Manager Tidalwa

Re: mountBookmarkablePage changes delimiter of PageParameters

2009-02-10 Thread Fabrizio Giudici
Of course the arguments in my example have been copied in a hurry from working code, the former is the path and the latter the page class: mount(new QueryStringUrlCodingStrategy(path, class)); -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java

Re: mountBookmarkablePage changes delimiter of PageParameters

2009-02-10 Thread Fabrizio Giudici
need. BTW, I'd like to have something as: myPage/123456789 that is "id" should be treated as a default parameter. I've searched but I didn't find a preset UrlCodingStrategy: I suppose I need to write my own, right? -- Fabrizio Giudici - Java Architect, Project Mana

Re: Using Eclipse & Wicket for Modular Webapps

2009-02-07 Thread Fabrizio Giudici
, I'm trying to understand why I didn't have to deal with the IClassResolver for bookmarkable pages... -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici -

Re: Using Eclipse & Wicket for Modular Webapps

2009-02-06 Thread Fabrizio Giudici
icket applications out of plugins. You can find an article about my experiences (+sample code) here: http://devotek-it.ch/stuff.html I'm grateful for any feedback, both concerning the Eclipse/OSGI and the Wicket part. enjoy the weekend Thomas -- Fabrizio Giudici - Java Architect, Pro

GMap2: development mode + putting maps in a Panel = Google Maps broken

2009-02-03 Thread Fabrizio Giudici
s removed, thus fixing things. "mmmap2a" is the div that matches the GMap2 component (I've partially tweaked the style for debugging); the component with wicket:id="map" is a Panel I'm using. -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - &qu

Re: Google Maps / GMap2?

2009-02-03 Thread Fabrizio Giudici
orting in a separate message. -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog fabrizio.giud...@tidalwave

Re: Google Maps / GMap2?

2009-02-03 Thread Fabrizio Giudici
ources-examples/ * wicketstuff-picnik/ * wicketstuff-progressbar/ -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog fabrizio.giud...@tidalwave.it -

Google Maps / GMap2?

2009-02-02 Thread Fabrizio Giudici
I need to integrate Google Maps in my Wicket application. I searched in the Wiki and found GMap2 - but I only see artifacts for Wicket 1.4 Is it possible to use it, or some alternative, with Wicket 1.3.x? Thanks. -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - &qu

Re: Architectural dilemma: Wicket + REST (JSR311)

2009-01-29 Thread Fabrizio Giudici
a few things are stateless - and, yes, I have just a few resources (three "categories" of objects, each would get its own URL). So, hmmm, still I don't see a strong motivation to go either way... -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We m

Architectural dilemma: Wicket + REST (JSR311)

2009-01-29 Thread Fabrizio Giudici
o keep Jersey or to get rid of it, so I can go on with the development without too many fears of having to change something in future. Thanks. -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fab

Wicket + NetBeans Platform (Platform, not IDE!)

2009-01-08 Thread Fabrizio Giudici
Comments welcome... http://netbeans.dzone.com/articles/using-netbeans-platform-server -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog fabrizio.giud...@tidalwave.i

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
e platform, so I think that a RFE here would be out of scope. But I'd like to know how many of the Wicket users would appreciate that. -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiu

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
rsioning. So it's Wicket doing that, right? -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog [EMAIL PROTECTED] - mobile: +39 348.150.6941

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
gletons", rather they are similar to "flyweights", they are instantiated in multiple instances, but have an uniqueness constraint - that is, each instance represents a concept (say, with an internal id) and there can't be two instances with the same id. -- Fabrizio Giudic

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
some code because BufferedImage isn't serializable by itself; and, second, it would have some memory consumption impacts. Keeping the discussion more in general, as per thread subject, my point is that Wicket is imposing me too many constraints on my design. -- Fabrizio Giudici, Ph

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
___I don't want___ that Wicket duplicates an object because the related class has been designed to guarantee a single instance for each object identity. I have to use detachable wrappers, which is not the end of the world, but a great annoyance and a source of code proliferation... -

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
ning in my application using Wicket 1.3 and everything is fine, but I fear I won't be able to port is as is to Wicket 1.4. Right? -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudic

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread Fabrizio Giudici
icket doesnt really care AFAIK (but here with higher margins of error) you can't avoid the use of the diskpagestore on Wicket 1.4. -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudic

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-23 Thread Fabrizio Giudici
where I want to go :-) At the moment most of my models are not serializable, but I'm still with Wicket 1.3. AFAIK in Wicket 1.4 I'll have problems with that, unless I use the detachable stuff. Or am I wrong? -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tid

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-23 Thread Fabrizio Giudici
ome people is with JSF and the NetBeans Visual Designer, even people that I discovered is not proficient with Java at all (please note that while I'm a member of the NetBeans Dream Team, so you bet I'm a NetBeans enthusiast, I never use JSF and the NetBeans Visual Designer when I make t

Re: (Class>) casting troubles

2008-05-21 Thread Fabrizio Giudici
this way the other million of people would have complained. early mistake in not planning for and providing mechanisms for breaking backwards compatibility in Java in order to improve the platform. The generics fiasco is just one manifestation of this larger problem. -- Fabrizio Giudici

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Fabrizio Giudici
+1 -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog [EMAIL PROTECTED] - mobile: +39 34

Re: Planning Wicket Next Generation

2008-03-16 Thread Fabrizio Giudici
On Mar 16, 2008, at 16:58 , Phil Grimm wrote: Another YES for 1.5 Phil +1 -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog [EMAIL PROTECTED] - m

Re: Our new and shiny Wicket site!

2008-02-27 Thread Fabrizio Giudici
Jayway DK http://www.jayway.dk +45 2936 7684 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work.

Again with missing update with AJAX...

2008-02-11 Thread Fabrizio Giudici
date model. Indeed the model gets correctly updated since I see the new value gets to the database. But the label doesn't get updated. I supposes everything was with the setOutputMarkupId() and eventually with the setOutputMarkupPlaceholderTag(), but clearly I'm missing somethin

Thanks for the fixes about serialization

2008-02-08 Thread Fabrizio Giudici
It looks that disabling versioning and changing the store made all of my problems to disappear, including the deterministic session expiration with my popups. Thanks. -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Every

Using Ajax to hide/show components

2008-02-07 Thread Fabrizio Giudici
ed() ? "expanded.png" : "collapsed.png";        this.replace(new Image("collapseIcon", new Model(imageName)));        ajaxRequestTarget.addComponent(target);      }  } -- Fabrizio Giudici, Ph.D. - Java Architect, Project ManagerTidalwave s.a.s. - "We make Java work. Everywhere."weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog[EMAIL PROTECTED] - mobile: +39 348.150.6941

Re: Customizing logging

2008-02-07 Thread Fabrizio Giudici
always had that problem, since when I started developing with 1.2. -igor On Feb 7, 2008 5:13 AM, Fabrizio Giudici <[EMAIL PROTECTED]> wrote: Ok, that's really silly. In my application I use java.util.logging (and I need/want to use it, since some external components use it).

users@wicket.apache.org

2008-02-07 Thread Fabrizio Giudici
Hello. My navigator panels (e.g. from AjaxFallbackDefaultDataTable, GridView, etc... looks like << < 1 2 3 > >>. I'd like to replace the lt and gt with icons, and to control the style of the numbers. How do I do that? Thanks. -- Fabrizio Giudici, Ph.D. - Java Arc

Customizing logging

2008-02-07 Thread Fabrizio Giudici
pplied for classloader issues). But here it doesn't work. This is somewhat a minor issue, but now that I'm doing the final polishing I'd like to have logs like I want to see :-) Thanks. -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We m

Re: Some questions - mainly about session expiration and serialization

2008-02-06 Thread Fabrizio Giudici
ppose I just need to call setVersioned(false) in the base page of my hierarchy) what is the behaviour when I hit the back button? Will I get "page expired" or will I just make the relevant page class to be run? -- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwa

Re: Some questions - mainly about session expiration and serialization

2008-02-06 Thread Fabrizio Giudici
s just to see if it can at least solve immediately the problem, then go for some refactoring. My question is: but if I don't need (and don't want) page versioning, and I disable it, is serialization still necessary? -- Fabrizio Giudici, Ph.D. - Java Architect, Proje