Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
Sun Java System Application Server. Could you (or anybody else) help me with this? :) Thanks a lot. On Wed, Mar 11, 2009 at 9:37 PM, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: Daniel Dominik Holúbek wrote: I have looked at OSGi a bit, but I do not understand it (basically I do

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
:) But if it would work, I don't care how :) Thanks again! On Thu, Mar 12, 2009 at 10:07 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi Daniel, Some comments inlined. On Thu, Mar 12, 2009 at 9:37 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Firstly, thanks for you reply

Re: Extensible wicket application

2009-03-13 Thread Daniel Dominik Holúbek
(for eclipse 3.4). Use it to launch your application and then browse at localhost:8080/demo-app Hope this helps. Ernesto On Thu, Mar 12, 2009 at 3:36 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Hello :) I looked at the links listed below, seemed interesting, but the main

Re: Extensible wicket application

2009-03-17 Thread Daniel Dominik Holúbek
the console or even tell which port to use. I do not recall the details right now... Ernesto On Fri, Mar 13, 2009 at 10:21 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Hello, this seems to be helpful, thanks. But still it does not solve the main problem. How do I put OSGi

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
bundles (*wstarter*)... Did you tried running them with eclipse and the starter demo contains? Ernesto On Tue, Mar 17, 2009 at 10:58 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Ok, so I finally managed to get it working :) I installed the http-console bundle an it works, but when

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
/plugins for deployment... Did you read this page http://www.eclipse.org/equinox/server/http_in_container.php Best, Ernesto On Thu, Mar 19, 2009 at 11:08 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, now I have tried to run it in eclipse and it is running properly

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
for trying this out myself... Best, Ernesto On Thu, Mar 19, 2009 at 9:14 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Yes, that's exactly what I did :) I checked out the bundles, then exported them from eclipse. And then installed those bundles along with javax.servlet

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
. Best, Ernesto On Fri, Mar 20, 2009 at 6:34 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Right click - Export - Plugin development - Deployable plug-ins and fragments Have a nice day :) On Thu, Mar 19, 2009 at 9:32 PM, Ernesto Reinaldo Barreiro reier...@gmail.com

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
them. Ether way, you use them the same way, only prefix the resource name with the subdir if you have separated them out. As for your db error, that looks like something out side the scope of wicket. - Brill Pappin Sent from my mobile. On 21-Mar-09, at 9:38 AM, Daniel Dominik Holúbek

Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
Hello,i've got just one question. I would like to make a photo gallery, and thus I need to let users upload their images. But if I redeploy my webapp afterwards, would I loose those images? If yes, is there any workaround? Thanks :) -- -danoh-

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
thanks,and can you give me a hint on storing images in database? i can't quite imagine that :) On Fri, Sep 4, 2009 at 9:34 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: store the uploaded images in a permanent store such as a database or a dir on the server. -igor On Fri, Sep 4, 2009 at

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
. Ed. On Fri, Sep 4, 2009 at 10:11 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: thanks,and can you give me a hint on storing images in database? i can't quite imagine that :) On Fri, Sep 4, 2009 at 9:34 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: store

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
thanks, that is exactly what i was looking for :) On Fri, Sep 4, 2009 at 5:10 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: there is a page on our wiki that demonstrates eaxctly this -igor On Fri, Sep 4, 2009 at 7:11 AM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: thanks,and can

wicketstuff-push question

2009-10-08 Thread Daniel Dominik Holúbek
hello everybody, has anyone here any experience with wicketstuff-push? i am trying to use it in my app, but it behaves somewhat strangely. when i call cometdService.publish(event) method from form's onSubmit method, it works like a charm. but when i call it from another method - for example

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
of the other methods of locating it better be correct. - Brill Pappin Sent from my mobile. On 21-Mar-09, at 5:29 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Ernesto, thank you very much :) If my application ever goes to the production, it will be thanks to you :) Regarding

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
Daniel Dominik Holúbek wrote: Hi, I'm still trying to solve the database problem... I think it could be useful to mention, that I get an exception at these lines: HibernateTemplate ht = new HibernateTemplate(sessionFactory); ht.save(msg); -- HERE! and if I change the code

Wicket + Spring DM + Hibernate

2009-06-15 Thread Daniel Dominik Holúbek
Hello,has anybody here successfully used Spring DM with Hibernate (the OSGi way) in Wicket? I am totally hopeless about this... The goal is to create modular app with this features: - every module (bundle) has its own applicationContext and DAO classes. - i.e. if I have a module which loads

Re: Wicket + Spring DM + Hibernate

2009-06-15 Thread Daniel Dominik Holúbek
Well, may be, but won't they send me back to this mailinglist? :)To be honest, I have only a little problem with Spring DM itself (there are couple of tutorials out there), I was only curious about whether somebody has successfully tried this. For example, now it seems that the dependency is not

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
(); and then access userDao, I'll get a NullPointerException of course. So has anybody done this before? I think I need your help :) Thanks a lot! On Tue, Jun 16, 2009 at 2:01 AM, djo mos djo.mli...@gmail.com wrote: Hi, On Mon, Jun 15, 2009 at 9:28 PM, Daniel Dominik Holúbek dankodo...@gmail.com

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
(the one that takes an ApplicationContext object). Construct your ApplicationContext however you want. On Sun, Jun 21, 2009 at 2:09 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, no.I'll explain: It's an OSGi app running in equinox-bridge. In my bundles

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
using the other SpringComponentInjector constructor (the one that takes an ApplicationContext object). Construct your ApplicationContext however you want. On Sun, Jun 21, 2009 at 2:09 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, no.I'll explain: It's an OSGi app

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
I don't know :)I can create a Spring bean from Application object, but I don't know what does it mean - make it context aware. That's why I am asking whether somebody has already tried this... On Mon, Jun 22, 2009 at 5:09 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, I don't

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
this before? I think I need your help :) Thanks a lot! On Tue, Jun 16, 2009 at 2:01 AM, djo mos djo.mli...@gmail.com wrote: Hi, On Mon, Jun 15, 2009 at 9:28 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, may

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
I tried implementing the ApplicationContextAware interface, it looked like a good idea, but the setApplicationContext method is never called. On Mon, Jun 22, 2009 at 8:25 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: For now, only in eclipse. But when it goes to production (or further

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
implementing the ApplicationContextAware interface, it looked like a good idea, but the setApplicationContext method is never called. On Mon, Jun 22, 2009 at 8:25 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: For now, only in eclipse. But when it goes to production (or further

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
...@carmanconsulting.com wrote: On Tue, Jun 23, 2009 at 4:05 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Okay, but I still don't understand the reason of doing this stuff :)I've already created the Application bean, and implemented ApplicationContextAware

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
Yes, that's the way it's meant to work :) On Tue, Jun 23, 2009 at 3:25 PM, James Carman jcar...@carmanconsulting.comwrote: On Tue, Jun 23, 2009 at 8:26 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: I appreciate your help, of course :)You know, I'm trying to create a web app

invoking an ajax refresh

2009-06-29 Thread Daniel Dominik Holúbek
hello everybody,i am wondering how to invoke refresh of a component with ajax. the situation: i have a listener listening for incoming messages. if a message is fetched, a method is executed, and I add the message text into a List object. I then want to refresh the ListView (or the parent

Problems with session after modifying code

2009-08-10 Thread Daniel Dominik Holúbek
Hello,i'm developing a webapp combining osgi (equinox) and wicket. it works fine, except of this case: let's say we've got two bundles - core and chat. the chat bundle depends on core bundle. now, i've made some modifications to the chat bundle, exported it and deployed it to osgi container,

Re: Problems with session after modifying code

2009-08-11 Thread Daniel Dominik Holúbek
Ok,i've found out that i need to delete the JSESSIONID cookie after refreshing bundles. is there any way to do that programatically? thx On Mon, Aug 10, 2009 at 5:40 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Hello,i'm developing a webapp combining osgi (equinox) and wicket

Re: Problems with session after modifying code

2009-08-11 Thread Daniel Dominik Holúbek
cast exceptions because OSGi class loading, but they all banished after using the buddy class loading of equinox... But maybe your problem is something different... Best, Ernesto Daniel Dominik Holúbek wrote: Ok,i've found out that i need to delete the JSESSIONID cookie after

Brix: need a hint :)

2010-03-29 Thread Daniel Dominik Holúbek
hello, i have recently started to get interested in Brix ( http://code.google.com/p/brix-cms/), and I have some questions regarding this thing... for example, on the page JCR is mentioned. as I never heard about it before, could someone explain briefly, what is its purpose in Brix (i already read

Re: Brix: need a hint :)

2010-03-29 Thread Daniel Dominik Holúbek
database - it's up to you. -- Jeremy Thomerson http://www.wickettraining.com On Mon, Mar 29, 2010 at 10:06 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: hello, i have recently started to get interested in Brix ( http://code.google.com/p/brix-cms/), and I have some questions