ng at using Apache FOP for that.
>
> Has anyone integrated FOP in their Tapestry webapp and perhaps a Tapestry
> module to share?
>
> Suggestions for other approaches are also welcome.
>
> Cheers,
>
> Volker
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
After some digging I found why this is happening: Atmosphere is
asynchronous, and perthreadManager.cleanup() call happens before Atmosphere
handler invocation.
I'm sort of confused - is there any way around this? Any suggestions?
On Mon, Sep 14, 2020 at 7:43 PM Ilya Obshadko wrote:
phere point me in the right direction?
Filter implementation & HttpServletRequestHandler contribution:
https://gist.github.com/xfyre/dd84087929b1bb4627bcf3fe6df9a6cb
Sincerely,
--
Ilya Obshadko
Hi Thiago!
On Tue, Mar 3, 2020 at 6:37 PM Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> Hello!
>
> On Sat, Feb 29, 2020 at 6:31 AM Ilya Obshadko wrote:
>
> > My application still runs on 5.4-beta-6 due to various breaking component
> > change
omponents) as a completely separate artifact?
This would make the maintenance a ton easier for edge cases like mine (when
updating to the latest components has a prohibitive cost).
Sincerely,
--
Ilya Obshadko
vily used?
On Tue, Feb 25, 2020 at 11:08 AM Ilya Obshadko
wrote:
> I think I found the reason: when *events.formfragment.changeVisibility*
> is triggered, all 'input' descendants of the fragment are indiscriminately
> updated, including t:formdata fields which may belong
dio][name=fieldName]').change fieldChange
> > fieldChange()
> >
> > If I remember correctly, it wasn't easily fixable "from the outside", so
> > we're using this workaround instead.
> >
> > – Ben
> >
> >
> >
r correctly, it wasn't easily fixable "from the outside", so
> we're using this workaround instead.
>
> – Ben
>
>
> On Mon, Jan 6, 2020 at 2:46 AM Ilya Obshadko wrote:
>
> > Also: nested FormFragment support appears broken. Page initialization
> &g
version in the past, are likely gone.
On Sat, Jan 4, 2020 at 11:44 AM Ilya Obshadko wrote:
> I found the place where the old behavior was possibly broken:
> https://issues.apache.org/jira/browse/TAP5-2308
> Did anyone else encounter this problem as well?
>
> On Fri, Jan 3, 2020 a
I found the place where the old behavior was possibly broken:
https://issues.apache.org/jira/browse/TAP5-2308
Did anyone else encounter this problem as well?
On Fri, Jan 3, 2020 at 10:04 PM Ilya Obshadko wrote:
> Disclaimer: I'm doing a 'long overdue' upgrade from 5.4-beta
lready null at this
point, so it's just re-initialized with an incorrect value
Apparently the culprit here is the *clientId* field re-initialization; any
ideas what might be causing this? The setup itself seems to be fairly
obvious.
--
Ilya Obshadko
; bubbles up from the filter pane's internal form, as with beaneditform, but
> this isn't an ideal or elegant approach in all situations.
>
> Regards,
>
> Chris.
>
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
w
JavaScriptModuleConfiguration(momentJs));
configuration.add("fullcalendar", new
JavaScriptModuleConfiguration(fullCalendarJs).dependsOn("moment").exports("fullcalendar"));
}
On Sat, Nov 10, 2018 at 8:53 AM Ilya Obshadko wrote:
> Anyone tried using fullcalend
dn't quite help. Any help would be
appreciated.
--
Ilya Obshadko
be used together in one appliaction, or am I wrong?
>
> I would appreciate, if you can give me an example how to make old scripst
> work again under Tapestry 5.4.3
>
> Thanks for your support!
>
> Regards, Erich
>
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
unday, March 18, 2018, Ilya Obshadko wrote:
>
> > Hi everyone,
> >
> > I’m struggling to understand the cause of the following issue:
> >
> > - my Tapestry application generates certain PDF files using Apache FOP
> and
> > Saxon
> > - when PDF genera
? Was it made this way for a reason? (I’m on 5.4-beta6
for several reasons).
On Sun, Mar 18, 2018 at 2:30 PM, Ilya Obshadko wrote:
> Hi everyone,
>
> I’m struggling to understand the cause of the following issue:
>
> - my Tapestry application generates certain PDF files using
thread using ParallelExecutor.invoke()
doesn’t seem to affect anything
Any ideas why?
I had a hypothesis that FOP processing actually blocks the whole thing
because of AWT usage, but couldn’t find any confirmations yet.
--
Ilya Obshadko
LIMIT 1
> FOR UPDATE)
> RETURNING id
>
> This is a simplified version of what's actually happening, but illustrates
> the idea: different coordinators don't lock each other.
>
>
> On Wed, Jun 28, 2017 at 11:05 PM, Ilya Obshadko
> wrote:
>
>
u could create a job
> in transaction.
>
> When running in a cluster every JVM has its own coordinator -- this it how
> the jobs get distributed.
>
> But you're saying that row-level locking doesn't work for some of your
> use-cases, can you be more concrete
doesn’t work for every use case I have.
Are there any suggestions about this? I’d prefer not to have a dedicated
process running background tasks. Ideally, I want to dynamically distribute
background jobs between hosts in cluster, based on current load status.
--
Ilya Obshadko
5.Asset --> org.apache.tapestry5.ioc.Resource
> String --> org.apache.tapestry5.corelib.ClientValidation
> org.apache.tapestry5.services.ComponentClassTransformWorker -->
> org.apache.tapestry5.services.transform.ComponentClassTransformWorker2
> org.apache.tapestry5.ValueEncoder --> org.apache.tapestry5.services.
> ValueEncoderFactory
> org.apache.tapestry5.services.InjectionProvider -->
> org.apache.tapestry5.services.transform.InjectionProvider2
> java.util.Collection --> org.apache.tapestry5.grid.GridDataSource
>
> As seen here it seems that my custom coercer does not replace the existing
> one.
>
> How can I replace the existing type coercer with my own?
>
--
Ilya Obshadko
ached.transcoders.BaseSerializingTranscoder.serialize(BaseSerializingTranscoder.java:91)
... 39 more
Any ideas which part of Tapestry is causing this? I can’t figure out where
exactly this is happening.
--
Ilya Obshadko
[_]], coercion))
}
On Fri, Dec 16, 2016 at 4:53 PM, Qbyte Consulting wrote:
> Hi,
>
> Has anyone implemented a T5.4 site with Scala, or are there any kickstart
> type Scala projects out there for T5.4 please? I'd like to see how it's
> done.
>
> John
>
--
Ilya Obshadko
ver. We never make changes
> to files inside the WAR file directly. Has anyone been able to achieve
> this?
>
> Kind regards,
> Peter
>
--
Ilya Obshadko
,
>@Autobuild
> final CalendarioEventsTriggerer
> triggerer) {
>
> public CalendarioEventsTriggerer(..., Logger log) {
>
> This is working perfectly in 5.3.
>
> Regards,
> Manuel.
>
--
Ilya Obshadko
Solved - I had to use @MixinAfter. Thanks everyone!
On Sat, Apr 16, 2016 at 9:14 AM, Ilya Obshadko
wrote:
> Well, this is actually quite straightforward approach. However I have
> encountered a problem that looks weird. This is my mixin code:
>
> *public* *class* Moda
gt;>
>
> Tapestry mixins may not be easy to understand at first, but when you do,
> you realize how powerful they are, specially when combined with a class
> transformation when you need to apply them to several component instances
> at once. :)
>
>
>
>> On Friday, A
ame in modal component.
> So, after clicking button form submits.
> Onsuccess i invoke hideModal function(via hidemodal event).
> OnFailure i do nothing except updating formzone to show messages/errors
> e.t.c.
> If you want i can send you some examples.
>
>
> On 15 April
a worker.
>
> On Friday, April 15, 2016, Ilya Obshadko wrote:
>
> > Is there any way to search for specific component down the component
> > hierarchy?
> >
> > Consider the following use case:
> >
> > - I have a component responsible for rendering Boots
vice can't help either, because modal is a form's parent and
at the time of modal rendering FormSupport is not yet available.
--
Ilya Obshadko
7; : { exports: 'geolib' } } }); define(["jquery", "ymaps",
> "geolib","./lodash.min","./graham_scan.min"], function ($, ymaps,geolib) {
> code... });
>
> Pavel Chernyak
>
--
Ilya Obshadko
acebookSdk ) {
configuration.add ( "facebook", *new* JavaScriptModuleConfiguration
( facebookSdk ).exports ( "FB" ) );
}
However that doesn't look like an elegant solution either. Are there any
other options?
On Sat, Apr 9, 2016 at 3:05 PM, Ilya Obshadko
Facebook recommends the following method to integrate FB SDK using AMD
approach:
https://developers.facebook.com/docs/javascript/howto/requirejs/v2.5
However I can't find any obvious way to configure RequireJS paths in
Tapestry.
Is there any way to do it?
--
Ilya Obshadko
go H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
rt frameworks. Tapestry is meant for POCs and prototypes that
> you plan to throw away. Even Howard doesn't use Tapestry anymore. He uses
> Wicket. Tapestry is just a joke.
>
> Cheers
>
> On Thu, Feb 11, 2016 at 4:29 PM, Ilya Obshadko
> wrote:
>
> > FormF
rd/usingformfragments/$N/$N
>
> Geoff
>
> > On 11 Feb 2016, at 10:55 PM, Ilya Obshadko
> wrote:
> >
> > Just found another issue: it throws validation errors for a form fragment
> > that's hidden during form submission:
> > https://monosnap.com/file
laces.
On Thu, Feb 11, 2016 at 4:13 PM, Ilya Obshadko
wrote:
> I'll try to gather more evidence.
>
> From the first glance, validation messages don't show up at all without
> setting *simpleIds=true* (as per TAP-2391). Setting *simpleIds=true*
> helps to fix this for simpl
t to the problem there?
>
> Also, in a production site I’m running its last predecessor, 5.4-beta-35,
> with AJAX Forms and Zones throughout without a problem.
>
> Can you be more specific?
>
> Geoff
>
> > On 11 Feb 2016, at 4:42 PM, Ilya Obshadko
> wrote:
> >
&g
t; https://blogs.apache.org/foundation/search?q=tapestry
>
> regards,
> Basile
>
--
Ilya Obshadko
// --> is outputted to
>> console
>> log.debug("LOG TEST"); // --> is outputted to console
>> throw new RuntimeException("EXCEPTION TEST"); // --> is
>> NOT outputted to console
>> }
>>
>> }
>>
) {
> throw new RuntimeException("TEST EXCEPTION");
> }
> });
> }
>
> }
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
Thanks a lot, that seemed to finally help - instance is now running for 5
days without OOM.
On Sun, Nov 1, 2015 at 8:16 PM, Lance Java
wrote:
> You'll need to @Inject the PerThreadManager and call cleanupThread() in the
> finally block of the task(s).
> On 1 Nov 2015 14:58,
round
processes (i.e. via PeriodicExecutor)?
Any suggestions appreciated.
--
Ilya Obshadko
rable[_]], coercion))
}
On Sat, Oct 3, 2015 at 12:17 AM, Ilya Obshadko
wrote:
> Just checking - did anyone ever try to create general-purpose type coercer
> for Scala types?
> It seems to be very natural solution to avoid calling .asJava on every
> return type I happen
Just checking - did anyone ever try to create general-purpose type coercer
for Scala types?
It seems to be very natural solution to avoid calling .asJava on every
return type I happen to use from Scala.
--
Ilya Obshadko
t; General advise here may be that one deployable unit should have one
> dedicated team of developers
> who are responsible for that unit.
>
> Unless this is a really simple service that once developed & deployed stays
> untouched,
> otherwise I don't think you'll h
ere is the link about demo to integrate angularjs into tapestry + restful
> web service: https://github.com/ffacon/tapestry5-angular-demo
>
> Hopefully it can help.
>
> Duy
>
>
> On Sat, Jul 25, 2015 at 7:16 PM, Ilya Obshadko
> wrote:
>
> > At this moment, my o
r logic to JS on the frontend and to REST
handlers on the backend. This way pages/components are becoming just
"stubs" that initialize required HTML/JS.
Any other thoughts maybe?
--
Ilya Obshadko
Inside a zone this id gets overridden by an automatically generated one.
On Thu, May 21, 2015 at 7:45 PM, Lance Java
wrote:
> If you're solving it by explicitly setting a data attribute, why can't you
> just explicitly set the id?
>
--
Ilya Obshadko
you need to know the clientId? If it's for a javascript selector can
> you use a data- attribute instead?
>
--
Ilya Obshadko
use case, you might need a container component to invoke
> a method on a child at some later stage. Take a look at parallel /
> parallelContainer for inspiration
>
> http://t5stitch-lazan.rhcloud.com/paralleldemo
>
--
Ilya Obshadko
after(Loop.java:430)
at org.apache.tapestry5.corelib.components.Loop.afterRender(Loop.java)
Although HeartbeatDeferred is involved, it doesn't quite help.
On Tue, May 19, 2015 at 12:36 PM, Ilya Obshadko
wrote:
> Ah, thanks! That's what I was looking for, just forgot the name of
> a
Ah, thanks! That's what I was looking for, just forgot the name of
annotation.
On Tue, May 19, 2015 at 10:39 AM, Lance Java
wrote:
> Take a look at the Label component which uses @HeartbeatDeferred
>
--
Ilya Obshadko
Is there any convenient way to do that?
--
Ilya Obshadko
o detach
> > the object from the first session and reattach the object to the second
> > session. I've written about the subject at
> > http://tynamo.org/tapestry-conversations+guide.
> >
> > Kalle
> >
>
>
>
> --
> George Christman
> CEO
> www.CarDaddy.com
> P.O. Box 735
> Johnstown, New York
>
--
Ilya Obshadko
And I can confirm that in case of any validation error form values inside
AjaxFormLoop are completely messed up (text fields are cleared, checkboxes
are checked etc etc).
This is actually very major :(
On Sat, Mar 14, 2015 at 1:39 PM, Ilya Obshadko
wrote:
> Yes, this is it. Any options besi
t's been partially fixed in 5.4-beta-26, but there's still an issue.
>
> https://issues.apache.org/jira/browse/TAP5-2391
>
> Geoff
>
> On 13 Mar 2015, at 1:41 am, Ilya Obshadko wrote:
>
> > I've found out that at some point (not sure, but probab
xed in 5.4-beta-26?
--
Ilya Obshadko
Ended up with something like this:
https://gist.github.com/xfyre/12612d45bccf16422050
Kind of a brutal approach, but works OK
On Sun, Jan 25, 2015 at 2:26 PM, Ilya Obshadko
wrote:
> I have looked into source and seems like we can't do much. AJAX exception
> reporting is hard-coded i
f possible.
>
> I could use the Request to get the full URL and then parse it, but was
> wondering if there was any other way?
>
> Thanks
>
--
Ilya Obshadko
an use the tapestry-exceptionpage package from tynamo I
> believe for same behaviour.
>
> sry for vagueness, haven't touched t5 for a cpl months and am on a boat
> taking a break from doing work at the top of the mast (bit light headed)
>
> chris
> On 05/01/2015 5:57 am, &qu
able to click on 86000 and go to a listing that doesn't
> bring down the application.
>
> Let me know if you find an adequate solution. I see your other post
> about code that looks far from elegant - if that is it, I would be
> curious to know how you handled the project
1:39 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 02 Jan 2015 06:45:30 -0200, Ilya Obshadko
> wrote:
>
> I'm trying to implement a Grid data source optimized for database
>> retrievals (with paging support). Basically it's deri
dable description of the error in production mode).
Any suggestions are welcome.
--
Ilya Obshadko
ng the Projections.rowCount().
>
> On Fri, Jan 2, 2015 at 3:45 AM, Ilya Obshadko
> wrote:
> > I'm trying to implement a Grid data source optimized for database
> > retrievals (with paging support). Basically it's derived from
> > HibernateGridDataSource from Ta
;s blobs and its RESTful leanings.
>
> Geoff
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
at, besides manually providing all
required mappings between Grid property names and database property names?
--
Ilya Obshadko
entation.
>
> More info here http://tapestry.apache.org/injection-in-detail.html
> On 28 Dec 2014 11:16, "Ilya Obshadko" wrote:
>
> > On Sun, Dec 21, 2014 at 10:22 PM, Thiago H de Paula Figueiredo <
> > thiag...@gmail.com> wrote:
> >
> > > On T
On Sun, Dec 21, 2014 at 10:22 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Thu, 18 Dec 2014 20:01:11 -0200, Ilya Obshadko
> wrote:
>
> One more question regarding ObjectLocator.
>> Turns out it cannot resolve services like Logger, complaining that
ccess to
Tapestry services from Clojure runtime.
> On Mon, Dec 22, 2014 at 10:51 AM, Ilya Obshadko
> wrote:
>
> > No, I didn't try getObject() yet. That means the code for injection would
> > be a little bit more complex, but I'll explain using "simple"
tService() calls, and then during let binding (syntax
unquote on line 15) those services are finally bound to variables for the
later use.
Lines 19-23 is an example of using this macro.
On Sun, Dec 21, 2014 at 10:22 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On T
One more question regarding ObjectLocator.
Turns out it cannot resolve services like Logger, complaining that no
service implements its interface.
Could you suggest how to solve it?
On Thu, Dec 18, 2014 at 11:20 PM, Ilya Obshadko
wrote:
> So, my solution for this is actually quite sim
tion to Tapestry
service interface and call it during startup phase. There might be better
approaches probably.
On Thu, Dec 18, 2014 at 6:49 PM, Ilya Obshadko
wrote:
> Thanks Howard, that's making a lot of sense.
>
> However my initial though was about injecting Clojure globals
han the Java API to Datomic, which is decidedly second class.
>
> On Tue, Dec 16, 2014 at 5:24 AM, Thiago H de Paula Figueiredo <
> thiag...@gmail.com> wrote:
> >
> > On Mon, 15 Dec 2014 18:29:22 -0200, Ilya Obshadko <
> ilya.obsha...@gmail.com>
> > wrote:
> &
On Mon, Dec 15, 2014 at 10:12 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Mon, 15 Dec 2014 17:34:10 -0200, Ilya Obshadko
> wrote:
>
> ServiceBuilder's buildService() receives a ServiceResources instance as a
>>> parameter. ServiceRe
On Sun, Dec 14, 2014 at 9:17 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Sat, 13 Dec 2014 17:48:09 -0200, Ilya Obshadko
> wrote:
>
> I have a question regarding potential Clojure integration in my
>> application
>> service layer. As of now,
o
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
does look like an ugly hack).
Are there any other suggestions?
On Mon, Oct 6, 2014 at 1:33 PM, Ilya Obshadko
wrote:
> Could anybody suggest how do I override internal error reporting for AJAX
> request errors?
> This is not immediately clear for me how to proceed.
>
> I have
and provide
required JS handling for the case when request.isXHR() is true?
--
Ilya Obshadko
The situation is even more weird: are not supported by
surefire plugin, while are not supported by jetty
plugin.
Maybe this is going to be useful for someone else - I spent a lot of time
to figure it out.
On Thu, Aug 7, 2014 at 9:51 PM, Ilya Obshadko
wrote:
> I finally found the ans
I finally found the answer.
In fact, deprecated maven tag is not just deprecated,
it's now ignored. When I've changed that to
everything started to work as expected.
On Fri, Aug 8, 2014 at 2:00 AM, Ilya Obshadko
wrote:
> I don't have any problems with module classes (ye
gt;
> Please ignore my earlier comments regarding pom.xml. I was assuming you
> were talking about the jar manifest when you were discussing maven surefire
> properties.
>
> It's best to keep your test config out of maven IMHO. This way it's easier
> to run tests in your ide.
>
--
Ilya Obshadko
Unfortunately that didn't work either. Probably I'm missing something
important.
QaModule doesn't even seem to be loaded on startup.
On Wed, Aug 6, 2014 at 9:44 PM, Ilya Obshadko
wrote:
> I'm running the test using 'mvn test'. That's why I expect all sy
onstructor where you
> explicitly pass an array of Module classes rather than relying on the jar
> manifest / web.xml. You could create an extra TestModule for your symbols
> (or use System properties).
> On 6 Aug 2014 05:45, "Ilya Obshadko" wrote:
>
> > I'm
ymbol is defined in both web.xml (as
context parameter) and pom.xml (as a system property
in maven-surefire-plugin configuration).
Thanks for any suggestions.
--
Ilya Obshadko
ance we could upgrade the
> typeahead.js to the latest version? It seems as if we are a little more
> than a year out of date.
>
> https://github.com/twitter/typeahead.js/blob/master/CHANGELOG.md
>
> Thanks,
>
> --
> George Christman
> www.CarDaddy.com
> P.O. Box 735
> Johnstown, New York
>
--
Ilya Obshadko
lem (with setting
readonly attribute).
For some reason (don't remember exactly) it didn't quite work.
Probably I will recheck that in a few days and drop the unnecessary mixin,
if you're right.
> On 10 Jul 2014 20:09, "Ilya Obshadko" wrote:
>
> > While I
pleased to provide it as an Open Source
https://github.com/xfyre/tapestry5-xtensions
Hopefully it could be useful to someone else. Note that currently it has
very little to no documentation; it's to be completed yet.
--
Ilya Obshadko
mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Ilya Obshadko
ceive
build error
"[WARNING] The POM for my.package:module-name:jar:0.0.1-SNAPSHOT is
missing, no dependency information available"
I suppose it has something to do with external Maven installation that I'm
using instead of embedded one, but I'm not sure.
> On Wed, Jul 9
4 at 12:05 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Wed, 09 Jul 2014 17:38:04 -0300, Ilya Obshadko
> wrote:
>
> - component that was moved into separate module can't be loaded by main
>> application using standard namespace; is there any wa
thout having to
install 'module' project into local repository?
Thanks in advance.
--
Ilya Obshadko
vationContext instead.
>
>
> On 3 July 2014 06:11, Ilya Obshadko wrote:
>
> > Oops my bad. I always try to forget about onPassivate ()
> > That should fix it, thanks!
> >
> >
> > On Thu, Jul 3, 2014 at 1:46 PM, Geoff Callender <
> > geoff.callender
return id;
> > }
> >
> > I'm guessing your page doesn't do that. Before clicking submit, the page
> URL would look like this...
> >
> > http://localhost:8080/application/page/12345
> >
> > ...and, on submit, the For
? I'm using 5.4-beta6
--
Ilya Obshadko
>
> > > From what I've seen on the official Tapestry site, They're only talking
> > > about one file about uploading.
> > > I have a project with Tapestry 5 and I need to upload multiple files
> (an
> > > amount not fixed), How can I do multiple files uploading with Tapestry
> 5
> > ?
> > >
> > > Thanks.
> > >
> >
>
--
Ilya Obshadko
Thanks! Exactly what I was looking for.
On Fri, Jun 27, 2014 at 6:30 PM, Dmitry Gusev
wrote:
>
> http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/ioc/ReloadAware.html
>
> On Friday, June 27, 2014, Ilya Obshadko wrote:
>
> > I have a couple of services which us
s and
continues to run. What could you recommend to solve this problem?
Is there any explicit way to signal particular implementation that it's
about to be reloaded?
Thanks in advance.
--
Ilya Obshadko
;
> Not sure if it is still compatible and if it will work - will give it shot
> tomorrow.
>
>
> Thank you for your help.
>
>
> Sanket
>
--
Ilya Obshadko
1 - 100 of 222 matches
Mail list logo