Re: Integrating Wicket with an Angular app

2014-10-30 Thread Warren Bell
still alive? I have reasons to consider using wicket and angular together and I was wondering how you got on? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Wicket-with-an-Angular-app-tp4656794p4668180.html Sent from the Users forum mailing list arch

Re: Integrating Wicket with an Angular app

2014-10-30 Thread BenjaminV
Hi guys Is this thread still alive? I have reasons to consider using wicket and angular together and I was wondering how you got on? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Wicket-with-an-Angular-app-tp4656794p4668180.html Sent from the Users

Re: Integrating Wicket with an Angular app

2013-02-27 Thread sauli.ketola
http://apache-wicket.1842946.n4.nabble.com/Integrating-Wicket-with-an-Angular-app-tp4656794p4656870.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apach

Re: Integrating Wicket with an Angular app

2013-02-27 Thread Thomas Heigl
er information, > > > etc). > > > > > > Also I have found that none of the javascript frameworks that I have > > > studied > > > so far have decent support for i18n - with this I could use Wicket for > > > that. > > > Wicket has also other

Re: Integrating Wicket with an Angular app

2013-02-27 Thread Ernesto Reinaldo Barreiro
; that. > > Wicket has also other features that are useful for this like javascript > and > > css resource serving. (I haven't done this yet but) I think I could add > the > > required js resources in all of my panels and wicket handles them so that > > the javascript

Re: Integrating Wicket with an Angular app

2013-02-27 Thread Thomas Heigl
page only once. > > I will try to get a sample application made to demonstrate this. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Integrating-Wicket-with-an-Angular-app-tp4656794p4656820.html > Sent from the Users forum mailing

Re: Integrating Wicket with an Angular app

2013-02-26 Thread sauli.ketola
://apache-wicket.1842946.n4.nabble.com/Integrating-Wicket-with-an-Angular-app-tp4656794p4656820.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additiona

Re: Integrating Wicket with an Angular app

2013-02-25 Thread Ernesto Reinaldo Barreiro
Hi, I was also thought of rolling out some "angular powered components" like angular "paginated repeating view" where angular interacts with server side interfaces similar to IDataProvider using component as "context" to serve some JSON (e.g. making component implement IResourceListener and having

Re: Integrating Wicket with an Angular app

2013-02-25 Thread Ernesto Reinaldo Barreiro
Hi, On Mon, Feb 25, 2013 at 5:58 PM, Thomas Heigl wrote: > Hey all, > > I recently started a new project based on our existing Wicket > infrastructure. This infrastructure handles typical web application > requirements like registration, signup, authentication, user management > functionality an

Integrating Wicket with an Angular app

2013-02-25 Thread Thomas Heigl
Hey all, I recently started a new project based on our existing Wicket infrastructure. This infrastructure handles typical web application requirements like registration, signup, authentication, user management functionality and is very solid. One of the main requirements of the new site we are b