Re: [ANN] tapestry-atmosphere 0.0.1 released

2014-01-03 Thread Borut Bolčina
I ment in comparison to baby :-) 2014/1/3 Lance Java > It's a toss up... tomcat (cloudbees default container) has special > requirements for async > > > https://github.com/Atmosphere/atmosphere/wiki/Installing-AtmosphereServlet-with-or-without-native-support >

Re: [ANN] tapestry-atmosphere 0.0.1 released

2014-01-03 Thread Borut Bolčina
Leave the goddamn Jetty! 2014/1/3 Lance Java > Yeah, I'm having some issues with jetty on cloudbees. I'll hopefully fix it > over the weekend but I also have a baby due any day now... > On 2 Jan 2014 23:08, "Borut Bolčina" wrote: > > > &quo

Re: [ANN] tapestry-atmosphere 0.0.1 released

2014-01-02 Thread Borut Bolčina
"This application is currently unavailable." 2013/12/29 Lance Java > I've been working hard over the Christmas break to put together tapestry / > atmosphere integration to support push application in tapestry (websocket / > comet / polling / jsonp). > > As with tapestry-cometd, the aim of this

Re: [ANNOUNCEMENT] tynamo-federatedaccounts 0.4.3 released!

2013-11-25 Thread Borut Bolčina
gt; After you increased your header size, can you grab the traffic with some > sniffer to see what's in there? > > > > > On Mon, Nov 25, 2013 at 1:25 PM, Borut Bolčina >wrote: > > > Hi again, > > > > when using returnPageName I initially encount

Re: The Rise and Fall of Tapestry

2013-11-22 Thread Borut Bolčina
You need professional help. That's my contribution. 2013/11/21 Emmanuel Sowah > Hi guys, > > Tapestry did not make it to a recent Web frameworks report released by > Zeroturnaround found here: > > http://zeroturnaround.com/rebellabs/the-2014-decision-makers-guide-to-java-web-frameworks/ > . > >

Re: [ANNOUNCEMENT] tynamo-federatedaccounts 0.4.3 released!

2013-11-21 Thread Borut Bolčina
_rememberme"; public static final String LOCALACCOUNT_REALMNAME = "federatedaccounts.localaccount_realmname"; } 2013/11/21 Borut Bolčina > Yes, indeed, another dependent project brought in the 0.2.0 version of > federatedaccounts-core. > > Now I am having another issue: &

Re: [ANNOUNCEMENT] tynamo-federatedaccounts 0.4.3 released!

2013-11-21 Thread Borut Bolčina
relevant libraries in your > classpath? > > Kalle > > > > On Wed, Nov 20, 2013 at 11:41 PM, Borut Bolčina >wrote: > > > Hi Kalle, > > > > I just tried the 0.4.3 version (before I had 0.2.0) and I get this > > exception below. Is there something

Re: [ANNOUNCEMENT] tynamo-federatedaccounts 0.4.3 released!

2013-11-20 Thread Borut Bolčina
Hi Kalle, I just tried the 0.4.3 version (before I had 0.2.0) and I get this exception below. Is there something quick I can fix in my code? 2013-11-20 17:00:57.566:WARN:oejuc.AbstractLifeCycle:FAILED app: java.lang.RuntimeException: Exception loading module(s) from manifest jar:file:/C:/Users/bo

Re: Pro / Contra: Splitting The Project

2013-10-13 Thread Borut Bolčina
Hello Martin, always split your code! Of course it depends on how large the project is, but a good practice is to have separate projects for different layers. Some examples: simple scenario: myproject-web (contains the web app with majority of services and all the pages and components) myproject-

Setting css property dynamically

2013-09-25 Thread Borut Bolčina
Hi, what is causing the css style not changing in this TML? ${theme.imageUrl} .tema { background:url("${cdn:prop:theme?.imageUrl}") no-repeat top center; height:180px; } Look at ${cdn:prop:theme?.imageUrl} The value ge

Re: Liquibase for Tapestry5

2013-08-14 Thread Borut Bolčina
incorporated into new migration scripts once in a while maybe. 2013/8/14 Dmitry Gusev > Just curious, and how do you deliver your migrations to target > environments, like production? > > On Wed, Aug 14, 2013 at 10:39 AM, Borut Bolčina >wrote: > > > Hello, > > > &g

Re: Liquibase for Tapestry5

2013-08-13 Thread Borut Bolčina
nel. > > It seems (the only?) advantage of Flyway against Liquibase is that you can > run custom Java code during migrations. > > Do you have any reusable modules or, maybe, best practices how you use > Flyway with tapestry? > > On Wed, Aug 14, 2013 at 10:09 AM, Borut Bolčina

Re: Liquibase for Tapestry5

2013-08-13 Thread Borut Bolčina
Nice Dmitry! I (we) use Flyway for database migrations, but it is always nice to see a new Tapestry module! Regards, borut 2013/8/12 Dmitry Gusev > FYI: > > > https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-liquibase > > -- > Dmitry Gusev > > AnjLab Team > http:/

Re: tapestry-security 0.5.1 released

2013-04-29 Thread Borut Bolčina
Thanks from our team too! 2013/4/28 Dmitry Gusev > Congrats! > > And thanks for the great library! > > On Sat, Apr 27, 2013 at 10:21 PM, Kalle Korhonen < > kalle.o.korho...@gmail.com > > wrote: > > > Oops, we did it again! We cleaned the security component issue list and > cut > > a new release

Re: Configuring pages to be "invisible"

2013-04-02 Thread Borut Bolčina
I've added the assets folder to the configuration for obvious reasons. > If that doesn't work for you let me know and we'll take a closer look > to the complete configuration. > > I've tested this with tapestry-security 0.5.0 and 0.4.6, which version > are you u

Re: Configuring pages to be "invisible"

2013-04-01 Thread Borut Bolčina
to handle this is with a role. You could use > something like @RequireRole("beta"). > > Good luck with the launch. > Alejandro. > > > > On Fri, Mar 29, 2013 at 2:54 PM, Thiago H de Paula Figueiredo > wrote: > > On Fri, 29 Mar 2013 09:05:04 -0300, Borut Bolč

Re: Configuring pages to be "invisible"

2013-03-29 Thread Borut Bolčina
n the visible > pages may need their own rules. > > Finally, my preferred way to handle this is with a role. You could use > something like @RequireRole("beta"). > > Good luck with the launch. > Alejandro. > > > > On Fri, Mar 29, 2013 at 2:54 PM, Thiago H de

Configuring pages to be "invisible"

2013-03-29 Thread Borut Bolčina
Hello, it has been a while since my last post here, but I always like to return here on this list. We have created a big web site (with T5 of course), and it so turns out, that only a minor part of the pages should be launched in two weeks time and then later some more and so on. What is the lea

Re: Tapestry performance

2013-01-21 Thread Borut Bolčina
Hi, great page you have created! You can add some possible solutions, like using datagrid session management. One possible solution is to use http://www.hazelcast.com/docs/2.5/manual/single_html/#HttpSessionClustering. This is the technique we will be using. -bob 2013/1/20 Bob Harner > Hello

Re: Deploying Tapestry 5.3.6 web app in OSGi

2012-12-04 Thread Borut Bolčina
Howard, I already know that, but that is not an answer. Is there a known issue, so I can stop waisting my and my colleagues time? Cheers, borut On 4. dec. 2012, at 18:46, Howard Lewis Ship wrote: > I'm not a big fan of OSGi myself. > > > On Tue, Dec 4, 2012 at 8:26 AM, Bo

Re: Deploying Tapestry 5.3.6 web app in OSGi

2012-12-04 Thread Borut Bolčina
I feel a bit lonely. So nobody attempted to deploy T5 app to any OSGi container? Sent from my iPad On 3. dec. 2012, at 16:16, Borut Bolčina wrote: > Hello, > > we are well under way of developing some new Tapestry 5 web apps and now we > had some time to explore some less known

Deploying Tapestry 5.3.6 web app in OSGi

2012-12-03 Thread Borut Bolčina
Hello, we are well under way of developing some new Tapestry 5 web apps and now we had some time to explore some less known environments to run and deploy/provision them. One of the possibilities is OSGi. We are running FuseESB Enterprise based on Apache Karaf based on Apache Felix. FuseESB offer

[OT] Arquillian Tapestry

2012-05-30 Thread Borut Bolčina
Hello, just stumbled upon an announcement at http://arquillian.org/blog/2012/05/27/arquillian-extension-warp-1-0-0-Alpha1/ There is a call for action there to have support for your favorite web framework. Maybe someone could have a look at. Sent from my iPad ---

Re: Field versus constructor parameter injection

2012-01-06 Thread Borut Bolčina
2012/1/6 DH > Yes, Try: > > @Inject > @Symbol("configuration.service.connectionTimeoutMillis") > private Integer configurationServiceConnectionTimeoutMillis; > > > Nope, tried that also, forgot to include it in my original email.

Field versus constructor parameter injection

2012-01-06 Thread Borut Bolčina
Hi, I am exploring the possibilities of injecting Symbols into my service. While this works: public class RestEasyClientImpl implements RestEasyClient { private Logger logger; private Integer configurationServiceConnectionTimeoutMillis; private Integer configurationServiceSocketTimeou

Re: Is it possible to initialize a custom SymbolProvider with another symbol?

2012-01-03 Thread Borut Bolčina
rs, Logger logger, @InjectService("RESTSymbolProvider") SymbolProvider restSymbolProvider) { providers.add("myAppConfiguration", restSymbolProvider); } Thanks for any input, borut 2011/12/30 Borut Bolčina > Hello, > > I am in a process

Is it possible to initialize a custom SymbolProvider with another symbol?

2011-12-30 Thread Borut Bolčina
Hello, I am in a process of writting my own SymbolProvider (the configuration for my app will come from REST service) and I am facing a dilemma. The contribution looks like: public void contributeSymbolSource(OrderedConfiguration providers, Logger logger) { providers.add("myAppConfigu

Re: Issues / feature requests for tapestry-security?

2011-12-21 Thread Borut Bolčina
Hello, this is perfect timing for us! Just a week ago, we considered using tynamo-federatedaccounts for our new app (big one). We have already a tapestry 5 based openid server, so tynamo-federatedaccounts with openid realm would be a natural fit. As noted on the website, the support for openid is

Re: [ANN] Tapestry5-jQuery 3.0.0 Available !!

2011-12-15 Thread Borut Bolčina
Nice, thanks for this! I included the repositories and dependencies section into my project, but there seems to be a dependency to the Tapestry 5.3-beta-21 in the released tapestry5-jquery module and unfortunately this beta21 is not on line any more. Can you do a 3.0.1 release with dependeny to r

[OT] What happened to tynamo.org

2011-12-01 Thread Borut Bolčina
Hello, The tynamo.org is dead for some days now. Anyone? -borut

Re: Meap Tapestry 5 book cancelled?

2011-09-22 Thread Borut Bolčina
A sad day. 2011/9/22 Jon Williams > This is terrible news. That was some fine technical writing. Very > disappointed. > > > On Thu, Sep 22, 2011 at 10:24 AM, Lenny Primak >wrote: > > > Damn. I was looking forward to the rest of the book. Why did it happen. > > Does anybody know? > > > > > > > >

Re: Should T5 honor Accept-Encoding: gzip

2011-09-12 Thread Borut Bolčina
true; >} > > return false; > } > > I've read the entire source so far but it's looking pretty conclusive. > > Steve. > > > On 12 September 2011 21:36, Borut Bolčina wrote: > > So, the header takes precedence over production mode setting and t

Re: Should T5 honor Accept-Encoding: gzip

2011-09-12 Thread Borut Bolčina
like it has been doing since T5.1. > > Steve. > > > On 12 September 2011 21:14, Borut Bolčina wrote: > > Hi, > > > > at the moment the only way to configure T5 response compression is via > > tapestry.gzip-compression-enabled. > > > > Should the con

Should T5 honor Accept-Encoding: gzip

2011-09-12 Thread Borut Bolčina
Hi, at the moment the only way to configure T5 response compression is via tapestry.gzip-compression-enabled. Should the configuration extend to support checking Accept-Encoding request header? -borut

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2011-09-08 Thread Borut Bolčina
Hi, if it's not a burden, can I have a copy of the trunk too, it is still not available :-( Even better, if someone has T5.3 compatible version of tapestry spring security, I would really appreciate someone sending it to me. Cheers, borut 2011/9/7 Robert Lentz > Rado, > > Just read your posti

Re: Starting 5.3-beta-1 reports the wrong version

2011-08-31 Thread Borut Bolčina
And in the generated HTML: -bob 2011/8/31 Massimo Lusetti > On Wed, Aug 31, 2011 at 4:28 PM, Borut Bolčina > wrote: > > > I just tried the new 5.3-beta-1 release and I immediately saw this new > ASCII > > art in the logs spitting out "Tapestry 5" > >

Starting 5.3-beta-1 reports the wrong version

2011-08-31 Thread Borut Bolčina
I just tried the new 5.3-beta-1 release and I immediately saw this new ASCII art in the logs spitting out "Tapestry 5" __ __ /_ __/__ ___ ___ / /___ __ / __/ / / / _ `/ _ \/ -_|_-

Re: [T5.3] Passing page activation context to a component

2011-08-25 Thread Borut Bolčina
bject(s) > > Ahh - that's why there's an Environement.peek() !!! > > Or, in your component, you could just annotate the Object with > @Environmental, e.g. > > @Environmental > private MyTwoStrings ss; > > Steve. > -- > Steve Eynon > > > On 24 August 2

Re: [T5.3] Passing page activation context to a component

2011-08-24 Thread Borut Bolčina
s) from the Environment stack, others won't have it (them) anymore? Thanks, borut Steve. > -- > Steve Eynon > > > On 24 August 2011 18:07, Borut Bolčina wrote: > > Hi, > > > > if a component needs to have its parent's activation context (say two > >

[T5.3] Passing page activation context to a component

2011-08-24 Thread Borut Bolčina
Hi, if a component needs to have its parent's activation context (say two strings), is the preffered way to pass it as parameters or is there a "less code way"? The solution must not use a session. Cheers, Borut

Re: T5.2.6 HTML 5 validation fails

2011-08-19 Thread Borut Bolčina
Thanks, with small modifications to XhtmlMarkupModel now the web app is HTML5 valid. Cheers, borut 2011/8/18 nillehammer > Hi Borut, > > You can provide your custom implementation of MarkupModel to do just that. > As a start look at Tapesty's DefaultMarkupModel for inspiration. And > there's

T5.2.6 HTML 5 validation fails

2011-08-18 Thread Borut Bolčina
Hello, just out of curiosity I tried validating one Tapestry 5.2.5 page against HTML and some elements get rendered like this or To be HTML 5 valid, it should render like this and The HTML begins with I tried validating with Firefox plugin ( https://addons.mozilla.org/sl/firefox/addon/

[OT] The response time of websites - comparison between frameworks

2011-05-31 Thread Borut Bolčina
Hello, just wanted to share this link http://www.jtict.com/blog/rails-wicket-grails-play-lift-jsp/ -borut

Re: [ANNOUNCEMENT] upcoming module: tynamo-federatedaccounts

2011-03-04 Thread Borut Bolčina
Great, I hope I'll get the opportunity to try it out! 2011/3/4 Kalle Korhonen > 0.0.1 version of tynamo-federatedaccounts with Facebook Oauth is now > released! Additional openID & Oauth providers to follow. More at > http://tynamo.org/tynamo-federatedaccounts+guide. The following blog > entry a

Re: [ANNOUNCEMENT] upcoming module: tynamo-federatedaccounts

2011-01-31 Thread Borut Bolčina
This is a great contribution to Tapestry! Words would only spoil the good moment :-) Bravo! 2011/1/30 Kalle Korhonen > With 600 million users and counting, it's the new Internet. Yes, I'm > talking about Facebook. Whether you love it or hate it, these days you > have to have a Facebook strategy.

Re: chenillekit-tapestry 1.3.0 Unable to resolve 'chenillekit/TabSet'

2011-01-11 Thread Borut Bolčina
the second instance, is it possible you > didn't notice the error? This isn't a Jetty thing, it's an OS thing, > or more specifically TCP stack thing. > > Josh > > On Tue, Jan 11, 2011 at 6:46 AM, Borut Bolčina > wrote: > > Just not to leave this hanging.

Re: chenillekit-tapestry 1.3.0 Unable to resolve 'chenillekit/TabSet'

2011-01-11 Thread Borut Bolčina
the first instance. Can Jetty (or Jetty maven plugin) be configured not to start if the port (8080) is already in use? It is easy to start more than one instance of web app with Jetty on the same port. I am developing on Windows. -Borut 2011/1/10 Borut Bolčina > Hi, > > just now I tri

chenillekit-tapestry 1.3.0 Unable to resolve 'chenillekit/TabSet'

2011-01-10 Thread Borut Bolčina
Hi, just now I tried to use the TabSet component from chenillekit-tapestry 1.3.0 with Tapestry 5.2.4. I am getting this Unable to resolve 'chenillekit/TabSet' to a component class name. When my application starts, it prints the available components and TabSet is one of them: chenillekit/TabSet:

Re: [T5] Complexity for simple things, where is the documentation?

2011-01-09 Thread Borut Bolčina
is.element); > if(!zoneManager){ > return; > } > > zoneManager.updateFromURL(this.url); > } > }); > > Had to search it using 'find' command on my laptop ... Seriously need to > update my work at http://code.google.com/p/tapestry-addons > > regards > Taha &g

Re: [T5] Complexity for simple things, where is the documentation?

2011-01-07 Thread Borut Bolčina
Taha, can you please post the PeriodicAjaxUpdater.js also? Cheers, Borut 2010/10/17 Taha Hafeez > May be this helps! > > // > // Mixin > // > package tapestrydemo.mixins; > > import org.apache.tapestry5.ComponentResources; > import org.apache.tapestry5.BindingConstants; > import org.apache.tap

Re: [ANNOUNCE] Tapestry Service Cache

2011-01-04 Thread Borut Bolčina
Great, this deserves a test drive! 2011/1/4 Ciaran Wood > Hi All, > > I'm pleased to announce the release of my first Tapestry project: > tapestry-service-cache. It's an annotations based caching library that makes > it really easy to cache your Services without any boilerplate code! Here's a >

Re: t5: using Tapestry with Memcached

2010-12-22 Thread Borut Bolčina
Yes, we have used memcached, but it has nothing to do with T5. Are you asking for memcached performance? -borut 2010/12/23 Angelo C. > > Hi, > > Anybody tried T5 with Memcached? has good performance? any wiki on this? > Thanks, > > Angelo > -- > View this message in context: > http://tapestry.1

Re: Can I disable template proessing for a section of my TML file ?

2010-12-21 Thread Borut Bolčina
Hi, might be unrelated, but add the following DOCTYPE at the very top of your TML: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> -Borut 2010/12/22 Gunnar Eketrapp > Hi! > > I am in the process of adding some jquery-ui controls. > > For testing purposes I added a javascript sectio

Re: [Tapestry Central] Announcing Tapestry 5.2

2010-12-17 Thread Borut Bolčina
Congratulations! We were just discusing here at work to rewrite our main web application from JSP to T5. I wanted to send some useful links to my coworkers for them to start reading about T5. I stumbled upon http://tapestry.apache.org/introduction.html which needs to be updated - the text must be

Getting ChenilleKit ConfigurationService from the Registry in my UnitTest

2010-12-09 Thread Borut Bolčina
Hello, I have a TestNG method @BeforeClass public void startRegistry() { registry = RegistryBuilder.buildAndStartupRegistry(TestModule.class); hub = registry.getService(RegistryShutdownHub.class); ConfigurationService configurationService = registry.getService(Conf

Re: Tapestry Web Site Updated

2010-12-01 Thread Borut Bolčina
Wow, I didn't know we could make our own stackoverflow! Just read the http://area51.stackexchange.com/faq But yes, this would make a lot of effort, so it is just a nice dream. -Borut 2010/11/25 Paul Stanton > Andreas, > > Agreed 100%. > > http://stackoverflow.com/questions/tagged/tapestry > or

Re: Tapestry Web Site Updated

2010-11-25 Thread Borut Bolčina
If you register on the user mailing list with your google mail account and create a filter on the mailbox, then you have the ultimate power of sorting threads and searching the knowledge. It can not get better. When I see a forum which has a search link which takes you to another page where you ar

Re: Tapestry Web Site Updated

2010-11-23 Thread Borut Bolčina
use > JIRA with documentation task. > > 2010/11/23 Borut Bolčina > > > Hello, > > > > first congratulations on a new site! > > > > Today I needed some information about how to test my services, so I > visited > > the new site and started browsing. Co

Re: Tapestry Web Site Updated

2010-11-23 Thread Borut Bolčina
Hello, first congratulations on a new site! Today I needed some information about how to test my services, so I visited the new site and started browsing. Couldn't find the answer. Can someone give me some pointers here? First I looked in the FAQ and serached for "test" withing the page with my

Re: [ANNOUNCEMENT] tapestry-security 0.2.1 and 0.3.0 released!

2010-11-22 Thread Borut Bolčina
This is a very good day! Congrats! 2010/11/22 Kalle Korhonen > Ta daa! This time we are announcing a dual release of > tapestry-security, versions 0.2.1 for T5.1.x and 0.3.0 for T5.2.x! > Probably not much of a surprise anymore as I've hinted at numerous > occasions about the new releases but an

Re: chenillekit-quartz 1.3.0 Service 'QuartzSchedulerManager'

2010-11-18 Thread Borut Bolčina
.add("oKxAdImporter", new OKxAdImporterBundle(oKxAdImporter, configurationService)); } stays the same. So, problem solved. -Borut 2010/11/18 Borut Bolčina > Hi, > > I am using Tapestry 5.2.2 with chenillekit-quartz 1.3.0 > > With this (per documentation) >

Re: chenillekit-quartz 1.3.0 Service 'QuartzSchedulerManager'

2010-11-18 Thread Borut Bolčina
catch (MalformedURLException e) >{ >throw new RuntimeException(e); >} >} > > > with regards > Sven Homburg > Founder of the Chenille Kit Project > http://chenillekit.codehaus.org > > > > > > 2010/

chenillekit-quartz 1.3.0 Service 'QuartzSchedulerManager'

2010-11-18 Thread Borut Bolčina
Hi, I am using Tapestry 5.2.2 with chenillekit-quartz 1.3.0 With this (per documentation) public static void contributeSchedulerFactory(MappedConfiguration configuration) { Resource configResource = new ClasspathResource("quartz.properties"); configuration.add("quartz.proper

Re: tapestry-resteasy next release

2010-11-16 Thread Borut Bolčina
reloading of the REST services > >> (TYNAMO-64) before releasing the new version. > >> I've been working on it, but I still don't have a good enough solution. > >> > >> Cheers. > >> Alejandro. > >> > >> > >> On F

Re: [ANNOUNCEMENT] tapestry-conversations 0.1.2 released!

2010-11-13 Thread Borut Bolčina
Great! What's next! ;-) 2010/11/13 Kalle Korhonen > Hello all, we'll start Tynamo project's "onslaught of announcements" > by announcing tapestry-conversations 0.1.2 release (stay tuned, other > announcements to follow in the coming days). Testament to backwards > compatibility of Tapestry 5, co

slf4j conflicting versions

2010-11-09 Thread Borut Bolčina
Hi, just wanted to point out that if using T 5.2.2 and tapestry-resteasy module you will have a http://www.slf4j.org/faq.html#IllegalAccessError That is becouse tapestry ioc is using slf4j 1.5.2, and tapestry-restasy brings in slf4j-simple 1.5.8. Both are old. The current version of slf4j is 1.

Re: ChenilleKit RELEASE 1.3.0

2010-11-08 Thread Borut Bolčina
Great, thanks! 2010/11/8 Massimo Lusetti > I would like to announce the availability of ChenilleKit 1.3.0, our > first release to support Tapestry 5.2 branch... namely version 5.2.2 > > This release is done after too much time spent away from the project > and is just there to help everyone runn

tapestry-resteasy next release

2010-11-05 Thread Borut Bolčina
Hi, is there a plan to release the next version of tapestry-resteasy with the latest resteasy 2.0.1-GA? I see the trunk has 2.0.0-GA (commited in July), but it would be much nicer to use a released version. :-) Thanks, Borut

T 5.2.2 API URL

2010-11-04 Thread Borut Bolčina
Hi, I am having difficulties to find 5.2.2 API docs. Howard posted http://tapestryjava.blogspot.com/2010/11/tapestry-522.html and there is a link to release notes ( http://people.apache.org/~uli/tapestry-site/release-notes-522.html). At http://people.apache.org/~uli/tapestry-site/documentation.ht

Re: Chenillekit maven repos

2010-11-03 Thread Borut Bolčina
Yeah, thanks, it seems we were typing the email at the same time. Thanks again. 2010/11/3 Massimo Lusetti > On Wed, Nov 3, 2010 at 3:22 PM, Borut Bolčina > wrote: > > > Aren't snapshots generated daily? If I look at the > > > http://snapshots.repository.codehaus.or

Re: Chenillekit maven repos

2010-11-03 Thread Borut Bolčina
t; Sent: 3. november 2010 14:53 > To: Tapestry users > Subject: Re: Chenillekit maven repos > > Le 03/11/2010 14:47, Borut Bolčina a écrit : > > Hi, > > > > I wanted to use the latest 1.3.0-SNAPSHOT chenillekit which should > > work with Tapestry 5.2.2. > > > &g

Re: Chenillekit maven repos

2010-11-03 Thread Borut Bolčina
Thanks man, appreciate the speed! And the release? Anybody? It is quite annoying to do product releases based on frozen snapshots, but yes, I know, it is open source :-) -Borut 2010/11/3 Eric Chatellier > Le 03/11/2010 14:47, Borut Bolčina a écrit : > > Hi, > > > > I wan

Chenillekit maven repos

2010-11-03 Thread Borut Bolčina
Hi, I wanted to use the latest 1.3.0-SNAPSHOT chenillekit which should work with Tapestry 5.2.2. At http://chenillekit.codehaus.org/mvnrepo.html there is chenillekit http://www.chenillekit.org/mvnrepo/snapshot tru

Re: tapestry-resteasy how to configure httpclient

2010-10-28 Thread Borut Bolčina
Ah, forget about it. I was looking at the wrong class, I am using resteasy directly for the client part. 2010/10/28 Borut Bolčina > Hi, > > I am making thousands of requests sequentally with tapestry-resteasy acting > as client to some in-house jersey service. I guess the defaul

tapestry-resteasy how to configure httpclient

2010-10-28 Thread Borut Bolčina
Hi, I am making thousands of requests sequentally with tapestry-resteasy acting as client to some in-house jersey service. I guess the defaul http client configuration is used and this involves reusing connection and making concurrent calls. How can I configure this using tapestry-resteasy? Pleas

Re: [T5.2] What security framework do you recommend ?

2010-10-18 Thread Borut Bolčina
+1 on that Very easy to use (read shiro documentation), very well integrated in Tapestry and the components are right there to use them. -Borut Another +1 for Kalle's responsiveness. 2010/10/18 Mark W. Shead > I've been very pleased with tynamo's tapestry-security module (which > uses Shiro

Re: Deploying several T5 apps in one servlet container

2010-09-15 Thread Borut Bolčina
ction links, actually all links generated by tapestry? Is this at all important? -Borut 2010/9/15 Thiago H. de Paula Figueiredo > On Wed, 15 Sep 2010 17:05:55 -0300, Borut Bolčina > wrote: > > Yes, almost all web apps we deploy need clustering, load balancing, >> failover an

Re: Deploying several T5 apps in one servlet container

2010-09-15 Thread Borut Bolčina
On Wed, Sep 15, 2010 at 12:18 PM, Thiago H. de Paula Figueiredo > wrote: > > On Wed, 15 Sep 2010 16:11:32 -0300, Borut Bolčina < > borut.bolc...@gmail.com> > > wrote: > >> I would also like http server to serve static content. > > Tapestry adds caching HTTP he

Re: Deploying several T5 apps in one servlet container

2010-09-15 Thread Borut Bolčina
Hi, Thiago. What is not correct? You do not have http server in front? I would also like http server to serve static content. What are the pros and cons with that? Asset versioning? -Borut 2010/9/15 Thiago H. de Paula Figueiredo > On Wed, 15 Sep 2010 15:28:40 -0300, Borut Bolčina >

Deploying several T5 apps in one servlet container

2010-09-15 Thread Borut Bolčina
Hi, I was wondering what is the recipe to deploy several T5 web apps under *one*Jetty or Tomcat instance. Each of the web apps have their on context name (app1, app2, app3). There must be apache http server or nginx in front of them. Each web app must be accessible by some specific domain name url

Re: override the default message!!

2010-09-09 Thread Borut Bolčina
Did you contribute to the ApplicationDefaults? public static void contributeApplicationDefaults(MappedConfiguration configuration) { configuration.add(SymbolConstants.SUPPORTED_LOCALES, "zh_cn,en"); ... -bob 2010/9/9 Fanzhen > > hey friends, > > tapestry5 return me "You must correct

Re: Tapestry5 friendly Message headache!!!

2010-09-06 Thread Borut Bolčina
Use FLASH persistence ( http://tapestry.apache.org/tapestry5.1/guide/persist.html). See also http://jumpstart.doublenegative.com.au/jumpstart/fr/examples/navigation/actionlinks. Search for FLASH in the page. -bob 2010/9/7 Fanzhen > hey dear friends I got a stupid question: >when a even

Re: tapestry-jersey

2010-08-16 Thread Borut Bolčina
Fount the solution: You have to configure the jetty not to use default context path ( ) like so: org.mortbay.jetty maven-jetty-plugin 6.1.22 / true And now the Jersey responds at: http://localhost:8080/rest/helloworld -Borut 2010/8/16 Borut Bolčina > I cloned the "trunk

Re: tapestry-jersey

2010-08-16 Thread Borut Bolčina
en > wrote: > > On Thu, Aug 12, 2010 at 9:15 AM, Borut Bolčina > wrote: > >> perhaps this should go to tynamo user list, but I guess no one will mind > >> posting this here. > >> Before looking at the source code for tynamo-resteasy, how hard would it

Re: tapestry-jersey

2010-08-13 Thread Borut Bolčina
jandro. > > On Thu, Aug 12, 2010 at 7:05 PM, Kalle Korhonen > wrote: > > On Thu, Aug 12, 2010 at 9:15 AM, Borut Bolčina > wrote: > >> perhaps this should go to tynamo user list, but I guess no one will mind > >> posting this here. > >> Before looking at th

tapestry-jersey

2010-08-12 Thread Borut Bolčina
Hello, perhaps this should go to tynamo user list, but I guess no one will mind posting this here. I am successfully using tapestry-resteasy integration module, but have come to a dead-end on a JSONP issue. I wanted my web service to return a JSON wrapped in a javascript callback function and fou

Re: Dynamic Label name

2010-08-10 Thread Borut Bolčina
Thanks, embarrassing easy. 2010/8/10 Thiago H. de Paula Figueiredo > On Tue, 10 Aug 2010 10:07:21 -0300, Borut Bolčina > wrote: > > Hi, >> > > Hi! > > is it possible to programmatically (rather then from localized properties >> file) set label string t

Dynamic Label name

2010-08-10 Thread Borut Bolčina
Hi, is it possible to programmatically (rather then from localized properties file) set label string to display something like String getEmailLabel() { return "something from database"; } Thanks, Borut

Catching an event prior to form submition

2010-08-05 Thread Borut Bolčina
Hi, seems very basic, but I can't make it work. I want to do some custom form validation before submit happens. What is wrong with my form observers? Clicking on gameImage works just fine. None of the bellow versions of questionnarie event observers work. var MyValidator = Class.create({ init

Re: Label id for RadioGroup component is "null-label"

2010-08-02 Thread Borut Bolčina
he RadioGroup. What do you say and how the hell should I display the error message if user selected no radio option without too much coding (client and server side validation)? Cheers, Borut 2010/8/2 Borut Bolčina > Hi, > > I am trying to use the "No Validation Bubbles" from t

Label id for RadioGroup component is "null-label"

2010-08-02 Thread Borut Bolčina
Hi, I am trying to use the "No Validation Bubbles" from the JumpStart and it works just fine, but it fails for RadioGroup component. After some FireBug investigation I found out that this template: : renders as: CC Type: Master Card Visa I would expect: CC Type I have

Re: Binding component parameter of type byte[]

2010-07-15 Thread Borut Bolčina
rimitive arrays are coerced to List. > > 2010/7/14 Borut Bolčina > > > Hi, > > > > I am having problem binding a parameter of type byte[]. It is not bound > for > > some reason while imageTitle works as expected. The page template looks > > like: > > >

Re: OAuth support in tynamos tapestry-security

2010-07-14 Thread Borut Bolčina
That would be awesome. I am using tapestry security in two apps currently. One is a 5.1 and the other T5.2. So far very smooth. I am very pleased. Keep up! Regards, Borut 2010/7/14 Moritz Gmelin > Hi, > > I was wondering if there is some kind of support planned to support OAuth > authentication

Binding component parameter of type byte[]

2010-07-14 Thread Borut Bolčina
Hi, I am having problem binding a parameter of type byte[]. It is not bound for some reason while imageTitle works as expected. The page template looks like: DynaImage is my custom component which displays image from byte[], or so it should :-) In my page class: @Property private Stri

Re: Realize operations on "blur" from a textfield

2010-07-08 Thread Borut Bolčina
Hi Claude, you can use chenillekit mixin OnEvent (). Here is the link: http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html If you are developing with Tapestry 5.1, then put org.chenillekit chenillekit-tapestry 1.2.0

Re: Return type net.sf.json.JSONObject can not be handled

2010-07-08 Thread Borut Bolčina
dConfiguration >> configuration) { >> >> configuration.addInstance(net.sf.json.JSONObject.class, >> YouProcessor.class); >> >> } >> >> 2010/7/8 Borut Bolčina >> >> Hello, >>> >>> Is it possible to configure return types? >>> >

Return type net.sf.json.JSONObject can not be handled

2010-07-08 Thread Borut Bolčina
Hello, Is it possible to configure return types? In one of my event methods I was trying to return net.sf.json.JSONObject instead of org.apache.tapestry5.json.JSONObject and got this error message: [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exceptio

Re: Tapestry-security 0.2.0 released!

2010-07-01 Thread Borut Bolčina
That is a wonderful news! As it just happens, I will begin to code a new T5 app just today, and guess what, I won't craft a new security solution by myself thanks to you guys. :-) I've used tapestry-spring-security for our former project (200K registered users) so I am very interested to see what

Re: Tree Component in Tapestry 5

2010-06-29 Thread Borut Bolčina
As you can see here; http://www.questionpro.com/akira/ShowResults?id=1151880&mode=data it is one of the most wanted T5 component. 2010/6/29 Halil Karakose > Hi, > I searched over the net but couldn't find a nice tree component. Is there a > working tapestry 5 tree component available? > > thanks

Re: Tapestry 5 and Html 5

2010-06-16 Thread Borut Bolčina
Hi, I just ran into a cool presentation of HTML 5 features. Make sure you open the page in Chrome: http://apirocks.com/html5/html5.html Cheers, Borut P.S. I hope you don't regard this email as spam, but rather as inspiration for T5 commiters and users. 2010/6/9 Angelo Chen > > Hi, > > Html 5

  1   2   3   4   >