Re: Just launched - www.onmydoorstep.com.au

2010-06-10 Thread Fernando Wermus
I added the dependency to facebook connect but the classes mentioned in the
example aren't available. Is it possible? How do you solve this?

classes:

import com.google.code.facebookapi.FacebookException;import
com.google.code.facebookapi.FacebookJsonRestClient;import
com.google.code.facebookapi.FacebookWebappHelper;import
com.google.code.facebookapi.ProfileField;



On Tue, May 18, 2010 at 6:29 PM, Richard Nichols  wrote:

> I pretty much used the code from
> https://cwiki.apache.org/WICKET/adding-facebook-connect.html
>
> You need to set up the /xd_reciever.htm for it to work correctly (take
> a look at the facebook connect api docs), either using a Wicket mapped
> resource, or using a servlet filter to return it.
>
> The other trap is that you can't test it locally. I spent an hour
> trying to debug why it wasn't working - the only reason was the API
> will not connect from any host other than the one registered in your
> Facebook App Config. If you try from localhost it just opens your site
> inside the Facebook login popup - really unhelpful (an error would be
> nice).
>
> If you follow the wiki article though, it should be fairly easy to get
> going.
>
> On 18 May 2010 22:56, Fernando Wermus  wrote:
> > I need a hand with facebook connect and wicket in some weeks. Could you
> > share your wicket facebook code? I imagine it is pretty easy.
> >
> > thanks in advance
> >
> > On Mon, May 17, 2010 at 10:31 PM, Richard Nichols 
> wrote:
> >
> >> Hey all,
> >>
> >> Just thought fellow Wicketeers might be interested to take a look at a
> >> site I have just launched built 100% with Wicket -
> >> http://www.onmydoorstep.com.au/
> >>
> >> The site is a community portal for people living in Victoria,
> >> Australia and displays government data about every suburb, city and
> >> town in the state. It also allows users to find government services
> >> and business nearby and submit community events/festivals and ask
> >> questions of other users.
> >>
> >> It integrates Wicket with Facebook Connect, Google Maps, Google
> >> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> >> and Hibernate/JPA. I also made extensive use of
> >> http://code.google.com/p/visural-wicket
> >>
> >> Anyhow - happy to answer any questions about the above technologies
> >> and the experience of building the site with Wicket. Also welcome
> >> feedback & criticism should you have some :)
> >>
> >>
> >> cheers,
> >> Richard.
> >>
> >> --
> >> Richard Nichols :: http://www.visural.com/ ::
> >> http://www.richardnichols.net/
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> >
> > --
> > Fernando Wermus.
> >
> > www.linkedin.com/in/fernandowermus
> >
>
>
>
> --
> Richard Nichols :: http://www.visural.com/ ::
> http://www.richardnichols.net/
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus


Re: Just launched - www.onmydoorstep.com.au

2010-05-19 Thread Zilvinas Vilutis
in FB go to:

1 Edit your app
2 Advanced:
 - Sandbox Mode: ON
* - Server Whitelist : Enter your "home" IP address*
* - Session Secret Whitelist Exception: On*
*
*
*That should be all*
*
*
*
*
*I did not use FB because of their terms & conds - that you cannot store any
info ( except userid ) you receive from FB, you must always query all data
from DB directly. That did not fit my requirements, so I discontinued
integration.*
*
*
*
*Žilvinas Vilutis

Mobile:   (+370) 652 38353
E-mail:   cika...@gmail.com


On Wed, May 19, 2010 at 7:44 PM, Richard Nichols  wrote:

> Can you point me to the option in the facebook app settings?
>
> I can't find something like - only the "Developer mode" which
> restricts the users to only registered developers.
>
> On 19 May 2010 09:14, Zilvinas Vilutis  wrote:
> > Actually you CAN test it locally, just you need to configure that you
> need
> > this feature in your FB app in FB itself.
> >
> >
> > Žilvinas Vilutis
> >
> > Mobile:   (+370) 652 38353
> > E-mail:   cika...@gmail.com
> >
> >
> > On Tue, May 18, 2010 at 2:29 PM, Richard Nichols  wrote:
> >
> >> I pretty much used the code from
> >> https://cwiki.apache.org/WICKET/adding-facebook-connect.html
> >>
> >> You need to set up the /xd_reciever.htm for it to work correctly (take
> >> a look at the facebook connect api docs), either using a Wicket mapped
> >> resource, or using a servlet filter to return it.
> >>
> >> The other trap is that you can't test it locally. I spent an hour
> >> trying to debug why it wasn't working - the only reason was the API
> >> will not connect from any host other than the one registered in your
> >> Facebook App Config. If you try from localhost it just opens your site
> >> inside the Facebook login popup - really unhelpful (an error would be
> >> nice).
> >>
> >> If you follow the wiki article though, it should be fairly easy to get
> >> going.
> >>
> >> On 18 May 2010 22:56, Fernando Wermus 
> wrote:
> >> > I need a hand with facebook connect and wicket in some weeks. Could
> you
> >> > share your wicket facebook code? I imagine it is pretty easy.
> >> >
> >> > thanks in advance
> >> >
> >> > On Mon, May 17, 2010 at 10:31 PM, Richard Nichols 
> >> wrote:
> >> >
> >> >> Hey all,
> >> >>
> >> >> Just thought fellow Wicketeers might be interested to take a look at
> a
> >> >> site I have just launched built 100% with Wicket -
> >> >> http://www.onmydoorstep.com.au/
> >> >>
> >> >> The site is a community portal for people living in Victoria,
> >> >> Australia and displays government data about every suburb, city and
> >> >> town in the state. It also allows users to find government services
> >> >> and business nearby and submit community events/festivals and ask
> >> >> questions of other users.
> >> >>
> >> >> It integrates Wicket with Facebook Connect, Google Maps, Google
> >> >> Charts, Google's Weather API, plus on the backend, warp-persist,
> Guice
> >> >> and Hibernate/JPA. I also made extensive use of
> >> >> http://code.google.com/p/visural-wicket
> >> >>
> >> >> Anyhow - happy to answer any questions about the above technologies
> >> >> and the experience of building the site with Wicket. Also welcome
> >> >> feedback & criticism should you have some :)
> >> >>
> >> >>
> >> >> cheers,
> >> >> Richard.
> >> >>
> >> >> --
> >> >> Richard Nichols :: http://www.visural.com/ ::
> >> >> http://www.richardnichols.net/
> >> >>
> >> >> -
> >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Fernando Wermus.
> >> >
> >> > www.linkedin.com/in/fernandowermus
> >> >
> >>
> >>
> >>
> >> --
> >> Richard Nichols :: http://www.visural.com/ ::
> >> http://www.richardnichols.net/
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>
>
>
> --
> Richard Nichols :: http://www.richardnichols.net/ ::
> http://twitter.com/richard_nichols
> Visural :: http://www.visural.com/ :: http://www.onmydoorstep.com.au/
>


Re: Just launched - www.onmydoorstep.com.au

2010-05-19 Thread Richard Nichols
Can you point me to the option in the facebook app settings?

I can't find something like - only the "Developer mode" which
restricts the users to only registered developers.

On 19 May 2010 09:14, Zilvinas Vilutis  wrote:
> Actually you CAN test it locally, just you need to configure that you need
> this feature in your FB app in FB itself.
>
>
> Žilvinas Vilutis
>
> Mobile:   (+370) 652 38353
> E-mail:   cika...@gmail.com
>
>
> On Tue, May 18, 2010 at 2:29 PM, Richard Nichols  wrote:
>
>> I pretty much used the code from
>> https://cwiki.apache.org/WICKET/adding-facebook-connect.html
>>
>> You need to set up the /xd_reciever.htm for it to work correctly (take
>> a look at the facebook connect api docs), either using a Wicket mapped
>> resource, or using a servlet filter to return it.
>>
>> The other trap is that you can't test it locally. I spent an hour
>> trying to debug why it wasn't working - the only reason was the API
>> will not connect from any host other than the one registered in your
>> Facebook App Config. If you try from localhost it just opens your site
>> inside the Facebook login popup - really unhelpful (an error would be
>> nice).
>>
>> If you follow the wiki article though, it should be fairly easy to get
>> going.
>>
>> On 18 May 2010 22:56, Fernando Wermus  wrote:
>> > I need a hand with facebook connect and wicket in some weeks. Could you
>> > share your wicket facebook code? I imagine it is pretty easy.
>> >
>> > thanks in advance
>> >
>> > On Mon, May 17, 2010 at 10:31 PM, Richard Nichols 
>> wrote:
>> >
>> >> Hey all,
>> >>
>> >> Just thought fellow Wicketeers might be interested to take a look at a
>> >> site I have just launched built 100% with Wicket -
>> >> http://www.onmydoorstep.com.au/
>> >>
>> >> The site is a community portal for people living in Victoria,
>> >> Australia and displays government data about every suburb, city and
>> >> town in the state. It also allows users to find government services
>> >> and business nearby and submit community events/festivals and ask
>> >> questions of other users.
>> >>
>> >> It integrates Wicket with Facebook Connect, Google Maps, Google
>> >> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
>> >> and Hibernate/JPA. I also made extensive use of
>> >> http://code.google.com/p/visural-wicket
>> >>
>> >> Anyhow - happy to answer any questions about the above technologies
>> >> and the experience of building the site with Wicket. Also welcome
>> >> feedback & criticism should you have some :)
>> >>
>> >>
>> >> cheers,
>> >> Richard.
>> >>
>> >> --
>> >> Richard Nichols :: http://www.visural.com/ ::
>> >> http://www.richardnichols.net/
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Fernando Wermus.
>> >
>> > www.linkedin.com/in/fernandowermus
>> >
>>
>>
>>
>> --
>> Richard Nichols :: http://www.visural.com/ ::
>> http://www.richardnichols.net/
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>



-- 
Richard Nichols :: http://www.richardnichols.net/ ::
http://twitter.com/richard_nichols
Visural :: http://www.visural.com/ :: http://www.onmydoorstep.com.au/

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



Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Robert Kimotho
Very well done, but you can do something about the home page banner
like making the images fade into each other better.

Regards,
Kimotho

On Wed, May 19, 2010 at 2:14 AM, Zilvinas Vilutis  wrote:

> Actually you CAN test it locally, just you need to configure that you need
> this feature in your FB app in FB itself.
>
>
> Žilvinas Vilutis
>
> Mobile:   (+370) 652 38353
> E-mail:   cika...@gmail.com
>
>
> On Tue, May 18, 2010 at 2:29 PM, Richard Nichols  wrote:
>
> > I pretty much used the code from
> > https://cwiki.apache.org/WICKET/adding-facebook-connect.html
> >
> > You need to set up the /xd_reciever.htm for it to work correctly (take
> > a look at the facebook connect api docs), either using a Wicket mapped
> > resource, or using a servlet filter to return it.
> >
> > The other trap is that you can't test it locally. I spent an hour
> > trying to debug why it wasn't working - the only reason was the API
> > will not connect from any host other than the one registered in your
> > Facebook App Config. If you try from localhost it just opens your site
> > inside the Facebook login popup - really unhelpful (an error would be
> > nice).
> >
> > If you follow the wiki article though, it should be fairly easy to get
> > going.
> >
> > On 18 May 2010 22:56, Fernando Wermus  wrote:
> > > I need a hand with facebook connect and wicket in some weeks. Could you
> > > share your wicket facebook code? I imagine it is pretty easy.
> > >
> > > thanks in advance
> > >
> > > On Mon, May 17, 2010 at 10:31 PM, Richard Nichols 
> > wrote:
> > >
> > >> Hey all,
> > >>
> > >> Just thought fellow Wicketeers might be interested to take a look at a
> > >> site I have just launched built 100% with Wicket -
> > >> http://www.onmydoorstep.com.au/
> > >>
> > >> The site is a community portal for people living in Victoria,
> > >> Australia and displays government data about every suburb, city and
> > >> town in the state. It also allows users to find government services
> > >> and business nearby and submit community events/festivals and ask
> > >> questions of other users.
> > >>
> > >> It integrates Wicket with Facebook Connect, Google Maps, Google
> > >> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> > >> and Hibernate/JPA. I also made extensive use of
> > >> http://code.google.com/p/visural-wicket
> > >>
> > >> Anyhow - happy to answer any questions about the above technologies
> > >> and the experience of building the site with Wicket. Also welcome
> > >> feedback & criticism should you have some :)
> > >>
> > >>
> > >> cheers,
> > >> Richard.
> > >>
> > >> --
> > >> Richard Nichols :: http://www.visural.com/ ::
> > >> http://www.richardnichols.net/
> > >>
> > >> -
> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>
> > >>
> > >
> > >
> > > --
> > > Fernando Wermus.
> > >
> > > www.linkedin.com/in/fernandowermus
> > >
> >
> >
> >
> > --
> > Richard Nichols :: http://www.visural.com/ ::
> > http://www.richardnichols.net/
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Zilvinas Vilutis
Actually you CAN test it locally, just you need to configure that you need
this feature in your FB app in FB itself.


Žilvinas Vilutis

Mobile:   (+370) 652 38353
E-mail:   cika...@gmail.com


On Tue, May 18, 2010 at 2:29 PM, Richard Nichols  wrote:

> I pretty much used the code from
> https://cwiki.apache.org/WICKET/adding-facebook-connect.html
>
> You need to set up the /xd_reciever.htm for it to work correctly (take
> a look at the facebook connect api docs), either using a Wicket mapped
> resource, or using a servlet filter to return it.
>
> The other trap is that you can't test it locally. I spent an hour
> trying to debug why it wasn't working - the only reason was the API
> will not connect from any host other than the one registered in your
> Facebook App Config. If you try from localhost it just opens your site
> inside the Facebook login popup - really unhelpful (an error would be
> nice).
>
> If you follow the wiki article though, it should be fairly easy to get
> going.
>
> On 18 May 2010 22:56, Fernando Wermus  wrote:
> > I need a hand with facebook connect and wicket in some weeks. Could you
> > share your wicket facebook code? I imagine it is pretty easy.
> >
> > thanks in advance
> >
> > On Mon, May 17, 2010 at 10:31 PM, Richard Nichols 
> wrote:
> >
> >> Hey all,
> >>
> >> Just thought fellow Wicketeers might be interested to take a look at a
> >> site I have just launched built 100% with Wicket -
> >> http://www.onmydoorstep.com.au/
> >>
> >> The site is a community portal for people living in Victoria,
> >> Australia and displays government data about every suburb, city and
> >> town in the state. It also allows users to find government services
> >> and business nearby and submit community events/festivals and ask
> >> questions of other users.
> >>
> >> It integrates Wicket with Facebook Connect, Google Maps, Google
> >> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> >> and Hibernate/JPA. I also made extensive use of
> >> http://code.google.com/p/visural-wicket
> >>
> >> Anyhow - happy to answer any questions about the above technologies
> >> and the experience of building the site with Wicket. Also welcome
> >> feedback & criticism should you have some :)
> >>
> >>
> >> cheers,
> >> Richard.
> >>
> >> --
> >> Richard Nichols :: http://www.visural.com/ ::
> >> http://www.richardnichols.net/
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> >
> > --
> > Fernando Wermus.
> >
> > www.linkedin.com/in/fernandowermus
> >
>
>
>
> --
> Richard Nichols :: http://www.visural.com/ ::
> http://www.richardnichols.net/
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Richard Nichols
I think there was a network connectivity issue at Linode last night
(where I am hosting the site). The server has been up for 2 months but
I even stopped getting Linode admin console graphs for 2 hrs last
night - weird!

Seems to be stable now though.

Has anyone else using Linode had something like that before?

On 19 May 2010 03:07, Zilvinas Vilutis  wrote:
> Is it broken? URL http://www.onmydoorstep.com.au/ does not open any page for
> me
>
> Žilvinas Vilutis
>
> Mobile:   (+370) 652 38353
> E-mail:   cika...@gmail.com
>
>
> On Tue, May 18, 2010 at 6:59 AM, Ajayi Yinka 
> wrote:
>
>>  good job.
>>
>> On Tue, May 18, 2010 at 4:49 AM, Jeremy Thomerson <
>> jer...@wickettraining.com
>> > wrote:
>>
>> > I concur - very nice.
>> >
>> > --
>> > Jeremy Thomerson
>> > http://www.wickettraining.com
>> >
>> >
>> >
>> > On Mon, May 17, 2010 at 8:43 PM, Cristi Manole > > >wrote:
>> >
>> > > cool site! I like it! congrats.
>> > >
>> > > On Mon, May 17, 2010 at 9:31 PM, Richard Nichols 
>> wrote:
>> > >
>> > > > Hey all,
>> > > >
>> > > > Just thought fellow Wicketeers might be interested to take a look at
>> a
>> > > > site I have just launched built 100% with Wicket -
>> > > > http://www.onmydoorstep.com.au/
>> > > >
>> > > > The site is a community portal for people living in Victoria,
>> > > > Australia and displays government data about every suburb, city and
>> > > > town in the state. It also allows users to find government services
>> > > > and business nearby and submit community events/festivals and ask
>> > > > questions of other users.
>> > > >
>> > > > It integrates Wicket with Facebook Connect, Google Maps, Google
>> > > > Charts, Google's Weather API, plus on the backend, warp-persist,
>> Guice
>> > > > and Hibernate/JPA. I also made extensive use of
>> > > > http://code.google.com/p/visural-wicket
>> > > >
>> > > > Anyhow - happy to answer any questions about the above technologies
>> > > > and the experience of building the site with Wicket. Also welcome
>> > > > feedback & criticism should you have some :)
>> > > >
>> > > >
>> > > > cheers,
>> > > > Richard.
>> > > >
>> > > > --
>> > > > Richard Nichols :: http://www.visural.com/ ::
>> > > > http://www.richardnichols.net/
>> > > >
>> > > > -
>> > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > > > For additional commands, e-mail: users-h...@wicket.apache.org
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Cristi Manole
>> > >
>> > > Nova Creator Software
>> > > www.novacreator.com
>> > >
>> >
>>
>>
>>
>> --
>> Ajayi S . Yinka
>> +2348022684477
>>
>



-- 
Richard Nichols :: http://www.visural.com/ :: http://www.richardnichols.net/

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



Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Richard Nichols
I pretty much used the code from
https://cwiki.apache.org/WICKET/adding-facebook-connect.html

You need to set up the /xd_reciever.htm for it to work correctly (take
a look at the facebook connect api docs), either using a Wicket mapped
resource, or using a servlet filter to return it.

The other trap is that you can't test it locally. I spent an hour
trying to debug why it wasn't working - the only reason was the API
will not connect from any host other than the one registered in your
Facebook App Config. If you try from localhost it just opens your site
inside the Facebook login popup - really unhelpful (an error would be
nice).

If you follow the wiki article though, it should be fairly easy to get going.

On 18 May 2010 22:56, Fernando Wermus  wrote:
> I need a hand with facebook connect and wicket in some weeks. Could you
> share your wicket facebook code? I imagine it is pretty easy.
>
> thanks in advance
>
> On Mon, May 17, 2010 at 10:31 PM, Richard Nichols  wrote:
>
>> Hey all,
>>
>> Just thought fellow Wicketeers might be interested to take a look at a
>> site I have just launched built 100% with Wicket -
>> http://www.onmydoorstep.com.au/
>>
>> The site is a community portal for people living in Victoria,
>> Australia and displays government data about every suburb, city and
>> town in the state. It also allows users to find government services
>> and business nearby and submit community events/festivals and ask
>> questions of other users.
>>
>> It integrates Wicket with Facebook Connect, Google Maps, Google
>> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
>> and Hibernate/JPA. I also made extensive use of
>> http://code.google.com/p/visural-wicket
>>
>> Anyhow - happy to answer any questions about the above technologies
>> and the experience of building the site with Wicket. Also welcome
>> feedback & criticism should you have some :)
>>
>>
>> cheers,
>> Richard.
>>
>> --
>> Richard Nichols :: http://www.visural.com/ ::
>> http://www.richardnichols.net/
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> Fernando Wermus.
>
> www.linkedin.com/in/fernandowermus
>



-- 
Richard Nichols :: http://www.visural.com/ :: http://www.richardnichols.net/

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



Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Zilvinas Vilutis
Is it broken? URL http://www.onmydoorstep.com.au/ does not open any page for
me

Žilvinas Vilutis

Mobile:   (+370) 652 38353
E-mail:   cika...@gmail.com


On Tue, May 18, 2010 at 6:59 AM, Ajayi Yinka wrote:

>  good job.
>
> On Tue, May 18, 2010 at 4:49 AM, Jeremy Thomerson <
> jer...@wickettraining.com
> > wrote:
>
> > I concur - very nice.
> >
> > --
> > Jeremy Thomerson
> > http://www.wickettraining.com
> >
> >
> >
> > On Mon, May 17, 2010 at 8:43 PM, Cristi Manole  > >wrote:
> >
> > > cool site! I like it! congrats.
> > >
> > > On Mon, May 17, 2010 at 9:31 PM, Richard Nichols 
> wrote:
> > >
> > > > Hey all,
> > > >
> > > > Just thought fellow Wicketeers might be interested to take a look at
> a
> > > > site I have just launched built 100% with Wicket -
> > > > http://www.onmydoorstep.com.au/
> > > >
> > > > The site is a community portal for people living in Victoria,
> > > > Australia and displays government data about every suburb, city and
> > > > town in the state. It also allows users to find government services
> > > > and business nearby and submit community events/festivals and ask
> > > > questions of other users.
> > > >
> > > > It integrates Wicket with Facebook Connect, Google Maps, Google
> > > > Charts, Google's Weather API, plus on the backend, warp-persist,
> Guice
> > > > and Hibernate/JPA. I also made extensive use of
> > > > http://code.google.com/p/visural-wicket
> > > >
> > > > Anyhow - happy to answer any questions about the above technologies
> > > > and the experience of building the site with Wicket. Also welcome
> > > > feedback & criticism should you have some :)
> > > >
> > > >
> > > > cheers,
> > > > Richard.
> > > >
> > > > --
> > > > Richard Nichols :: http://www.visural.com/ ::
> > > > http://www.richardnichols.net/
> > > >
> > > > -
> > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > > For additional commands, e-mail: users-h...@wicket.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Cristi Manole
> > >
> > > Nova Creator Software
> > > www.novacreator.com
> > >
> >
>
>
>
> --
> Ajayi S . Yinka
> +2348022684477
>


Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Ajayi Yinka
 good job.

On Tue, May 18, 2010 at 4:49 AM, Jeremy Thomerson  wrote:

> I concur - very nice.
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
> On Mon, May 17, 2010 at 8:43 PM, Cristi Manole  >wrote:
>
> > cool site! I like it! congrats.
> >
> > On Mon, May 17, 2010 at 9:31 PM, Richard Nichols  wrote:
> >
> > > Hey all,
> > >
> > > Just thought fellow Wicketeers might be interested to take a look at a
> > > site I have just launched built 100% with Wicket -
> > > http://www.onmydoorstep.com.au/
> > >
> > > The site is a community portal for people living in Victoria,
> > > Australia and displays government data about every suburb, city and
> > > town in the state. It also allows users to find government services
> > > and business nearby and submit community events/festivals and ask
> > > questions of other users.
> > >
> > > It integrates Wicket with Facebook Connect, Google Maps, Google
> > > Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> > > and Hibernate/JPA. I also made extensive use of
> > > http://code.google.com/p/visural-wicket
> > >
> > > Anyhow - happy to answer any questions about the above technologies
> > > and the experience of building the site with Wicket. Also welcome
> > > feedback & criticism should you have some :)
> > >
> > >
> > > cheers,
> > > Richard.
> > >
> > > --
> > > Richard Nichols :: http://www.visural.com/ ::
> > > http://www.richardnichols.net/
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
> >
> > --
> > Cristi Manole
> >
> > Nova Creator Software
> > www.novacreator.com
> >
>



-- 
Ajayi S . Yinka
+2348022684477


Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Fernando Wermus
I need a hand with facebook connect and wicket in some weeks. Could you
share your wicket facebook code? I imagine it is pretty easy.

thanks in advance

On Mon, May 17, 2010 at 10:31 PM, Richard Nichols  wrote:

> Hey all,
>
> Just thought fellow Wicketeers might be interested to take a look at a
> site I have just launched built 100% with Wicket -
> http://www.onmydoorstep.com.au/
>
> The site is a community portal for people living in Victoria,
> Australia and displays government data about every suburb, city and
> town in the state. It also allows users to find government services
> and business nearby and submit community events/festivals and ask
> questions of other users.
>
> It integrates Wicket with Facebook Connect, Google Maps, Google
> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> and Hibernate/JPA. I also made extensive use of
> http://code.google.com/p/visural-wicket
>
> Anyhow - happy to answer any questions about the above technologies
> and the experience of building the site with Wicket. Also welcome
> feedback & criticism should you have some :)
>
>
> cheers,
> Richard.
>
> --
> Richard Nichols :: http://www.visural.com/ ::
> http://www.richardnichols.net/
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus


Re: Just launched - www.onmydoorstep.com.au

2010-05-17 Thread Jeremy Thomerson
I concur - very nice.

--
Jeremy Thomerson
http://www.wickettraining.com



On Mon, May 17, 2010 at 8:43 PM, Cristi Manole wrote:

> cool site! I like it! congrats.
>
> On Mon, May 17, 2010 at 9:31 PM, Richard Nichols  wrote:
>
> > Hey all,
> >
> > Just thought fellow Wicketeers might be interested to take a look at a
> > site I have just launched built 100% with Wicket -
> > http://www.onmydoorstep.com.au/
> >
> > The site is a community portal for people living in Victoria,
> > Australia and displays government data about every suburb, city and
> > town in the state. It also allows users to find government services
> > and business nearby and submit community events/festivals and ask
> > questions of other users.
> >
> > It integrates Wicket with Facebook Connect, Google Maps, Google
> > Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> > and Hibernate/JPA. I also made extensive use of
> > http://code.google.com/p/visural-wicket
> >
> > Anyhow - happy to answer any questions about the above technologies
> > and the experience of building the site with Wicket. Also welcome
> > feedback & criticism should you have some :)
> >
> >
> > cheers,
> > Richard.
> >
> > --
> > Richard Nichols :: http://www.visural.com/ ::
> > http://www.richardnichols.net/
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
> --
> Cristi Manole
>
> Nova Creator Software
> www.novacreator.com
>


Re: Just launched - www.onmydoorstep.com.au

2010-05-17 Thread Cristi Manole
cool site! I like it! congrats.

On Mon, May 17, 2010 at 9:31 PM, Richard Nichols  wrote:

> Hey all,
>
> Just thought fellow Wicketeers might be interested to take a look at a
> site I have just launched built 100% with Wicket -
> http://www.onmydoorstep.com.au/
>
> The site is a community portal for people living in Victoria,
> Australia and displays government data about every suburb, city and
> town in the state. It also allows users to find government services
> and business nearby and submit community events/festivals and ask
> questions of other users.
>
> It integrates Wicket with Facebook Connect, Google Maps, Google
> Charts, Google's Weather API, plus on the backend, warp-persist, Guice
> and Hibernate/JPA. I also made extensive use of
> http://code.google.com/p/visural-wicket
>
> Anyhow - happy to answer any questions about the above technologies
> and the experience of building the site with Wicket. Also welcome
> feedback & criticism should you have some :)
>
>
> cheers,
> Richard.
>
> --
> Richard Nichols :: http://www.visural.com/ ::
> http://www.richardnichols.net/
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Cristi Manole

Nova Creator Software
www.novacreator.com


Just launched - www.onmydoorstep.com.au

2010-05-17 Thread Richard Nichols
Hey all,

Just thought fellow Wicketeers might be interested to take a look at a
site I have just launched built 100% with Wicket -
http://www.onmydoorstep.com.au/

The site is a community portal for people living in Victoria,
Australia and displays government data about every suburb, city and
town in the state. It also allows users to find government services
and business nearby and submit community events/festivals and ask
questions of other users.

It integrates Wicket with Facebook Connect, Google Maps, Google
Charts, Google's Weather API, plus on the backend, warp-persist, Guice
and Hibernate/JPA. I also made extensive use of
http://code.google.com/p/visural-wicket

Anyhow - happy to answer any questions about the above technologies
and the experience of building the site with Wicket. Also welcome
feedback & criticism should you have some :)


cheers,
Richard.

-- 
Richard Nichols :: http://www.visural.com/ :: http://www.richardnichols.net/

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