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

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 s

wicketstuff-push question

2009-10-07 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 ListVie

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 wrote: > there is a page on our wiki that demonstrates eaxctly this > > -igor > > On Fri, Sep 4, 2009 at 7:11 AM, Daniel Dominik > Holúbek wrote: > > thanks,and can you g

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

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
009 at 12:25 AM, Daniel Dominik > Holúbek wrote: > > 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 imag

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: Problems with session after modifying code

2009-08-11 Thread Daniel Dominik Holúbek
ss 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 o

Re: Problems with session after modifying code

2009-08-10 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 (

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 contain

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 WebMarkup

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 wrote: > On Tue, Jun 23, 2009 at 8:26 AM, Daniel Dominik Holúbek > wrote: > > > > I appreciate your help, of course :)You know, I'm trying to create a web > app > >

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
mes Carman wrote: > On Tue, Jun 23, 2009 at 4:05 AM, Daniel Dominik Holúbek > 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
x27;t have access to the Spring ApplicationContext to lookup your > > "application" object. > > > > On Mon, Jun 22, 2009 at 3:57 PM, Igor Vaynberg > wrote: > >> you have to create wicketapplication instance as a spring bean in > >> order for seta

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 goe

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
n 22, 2009 at 11:09 AM, Daniel Dominik > Holúbek wrote: > > Well, I don't know :)I > > > > On Mon, Jun 22, 2009 at 12:32 PM, James Carman < > jcar...@carmanconsulting.com > >> wrote: > > > >> Can you have your Application object created as a Spring

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...@

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
Well, I don't know :)I On Mon, Jun 22, 2009 at 12:32 PM, James Carman wrote: > Can you have your Application object created as a Spring bean and make > it context "aware" and let the container inject the context into it? > > On Mon, Jun 22, 2009 at 2:02 AM, Dan

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
t; takes an ApplicationContext object). Construct your > ApplicationContext however you want. > > On Sun, Jun 21, 2009 at 2:09 PM, Daniel Dominik Holúbek > wrote: > > > > Well, no.I'll explain: > > It's an OSGi app running in equinox-bridge. In my bundles there

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
be happy :) On Sun, Jun 21, 2009 at 7:28 PM, James Carman wrote: > You can't use @SpringBean? > > On Sun, Jun 21, 2009 at 11:03 AM, Daniel Dominik > Holúbek wrote: > > Hello everyone :)So, I solved the Spring DM problems successfully... but > > there is still one

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
I think I need your help :) Thanks a lot! On Tue, Jun 16, 2009 at 2:01 AM, djo mos wrote: > Hi, > > On Mon, Jun 15, 2009 at 9:28 PM, Daniel Dominik Holúbek < > dankodo...@gmail.com> wrote: > > > Well, may be, but won't they send me back to this mailinglist? :

Re: Wicket + Spring DM + Hibernate

2009-06-15 Thread Daniel Dominik Holúbek
; isnt this a question for the spring dmserver forum? > > -igor > > On Mon, Jun 15, 2009 at 3:49 AM, Daniel Dominik > Holúbek wrote: > > Hello,has anybody here successfully used Spring DM with Hibernate (the > OSGi > > way) in Wicket? > > I am totally hopeless about

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 blogs,

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
asses by name. > > Best, > > Ernesto > > > 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: > > > > HibernateT

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
if the arc attribute is bogus, then one 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 > wrote: > > Ernesto, thank you very much :) >> If my applicatio

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
e 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, Danie

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
, which is working for me. If you unzip it to > your > > tomcat webapps, restart tomcat and go to > > > > http://localhost:8080/bridge/demo-app/ > > > > Then you should see the example working. > > > > Best, > > > > Ernesto > > > >

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
ee if tomorrow I find some time 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 bund

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
d then export the > jar to a bridge/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&g

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
t bridge running myself with those 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

Re: Extensible wicket application

2009-03-17 Thread Daniel Dominik Holúbek
; the OSGi runtime... > > About the console I think there is flag -console or similar that allows you > to disable/enable 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

Re: Extensible wicket application

2009-03-13 Thread Daniel Dominik Holúbek
en you will have a equinox launcher called wicket-app (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...@gmai

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
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&

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
dles? Where? How? :) Btw, I am running 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

Extensible wicket application

2009-03-10 Thread Daniel Dominik Holúbek
Hello everyone! For couple a weeks now, I am trying to develop an extensible application in Wicket. The goal is simple. We have a "core" deployed tothe java web server, and then we create only "modules", which consist of some classes, html files and maybe some styles or other resources. We tried to