Re: [SURVEY] Do your Tapestry projects use Tapestry's own JS directly?

2025-06-11 Thread Dmitry Gusev
Hi Thiago! I counted 62 matches in 50 files of these 4: - t5/core/events - t5/core/ajax - t5/core/dom - t5/core/alert Would not be a problem of updating them. Kind regards, Dmitry On Sunday, June 8, 2025, Thiago H. de Paula Figueiredo wrote: > Hello! > > TL;DR: do your Tapestry projects have

Re: [Informal poll] Version number for Jakarta EE-supporting Tapestry version

2024-08-07 Thread Dmitry Gusev
else you suggest (with rationale, please). > > There's no perfect solution. All of them come with a bit of confusion. I > personally would go with either 5.18 or 5.28 and have the first release > being 5.18.7 or 5.28.7 to align with the upcoming 5.8.7 release. > > I'm looking forward to your feedback. > > Cheers! > > -- > Thiago H. de Paula Figueiredo > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Updating specific zone instances in a loop.

2023-01-03 Thread Dmitry Gusev
\t\t\t\t" > ], > [ > “thingZone_2", > "\n\t\t\t\t\t\t\t\t\n\t\t\t\t" > ] > ], > "inits" : [ > > So addRender(ClientBodyElementZone zone) queues up the request for later. > Can I somehow queue up each request with the current values that I want it > to use when rendering? > > Cheers, > > Geoff -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: New update site for anjlab/eclipse-tapestry5-plugin

2022-03-04 Thread Dmitry Gusev
allender.jumpst...@gmail.com> wrote: > > > Magnificent, thank you. > > > > I will consider in the coming months whether I can host the update site. > > Unfortunately, right now my team and I don't have the time to spend on > it. > > > > > On 2 Mar 2

Re: New update site for anjlab/eclipse-tapestry5-plugin

2022-03-01 Thread Dmitry Gusev
ttpComponents connection error response code 502. > > > > I really loved this plugin, so it’s a shame to see the good work go to > > waste. > > > > Cheers, > > > > Geoff > > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Ressource Minimization - Ahead of time

2021-12-23 Thread Dmitry Gusev
; > > > > > > > javaScriptStackPathConstructor.constructPathsForJavaScriptStack(stackName); > > > > } > > > > > > } > > > > But I do not really like this approach as it implies that somehow I have > > to open this URL to make the minimization ahead of time - and even worse > I > > would need to do this on every machine in a clustered setup. > > > > So basically I am looking for a way to minimize the resources together > > with starting the server or even at build time if possible. > > > > Thanks for hints and advices! > > Stefan > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Best practice for health check URL?

2021-12-06 Thread Dmitry Gusev
aborate on > > implementing this preload feature on Tapestry itself out-of-the-box, > > avoiding some ugly workarounds needed since there's no actual support for > > that. :) > > > > Cheers! > > > > On Mon, Nov 29, 2021 at 7:36 PM Dmitry Gusev > wrot

Re: Best practice for health check URL?

2021-11-30 Thread Dmitry Gusev
hat will visit every > page. Do you see any downside to using that to do the warmup? > > Where do you keep your shared “warmup in progress” flag so that it is > rapidly accessible on every health check request? > > Cheers, > > Geoff > > > On 30 Nov 2021, at 6:35 am,

Re: Best practice for health check URL?

2021-11-29 Thread Dmitry Gusev
Hi Geoff, I don't think there's a simpler way, we're doing something similar. We created a REST endpoint with tynamo-resteasy which is effectively a load balancer health check. On the first hit it starts the warmup process on the same request, following requests return an error instantly if the i

Re: Render a single Enum value

2021-08-27 Thread Dmitry Gusev
--- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: AssetDispatcher Tapestry 5.3.8

2021-05-28 Thread Dmitry Gusev
e already a patched class handy? > > Best Regards, > Reinhold > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Question about JSONObject in versions 5.6.2, 5.6.3. and 5.6.4

2021-04-20 Thread Dmitry Gusev
eyond this point in the upgrade. > > > > However when I go to to > > > > > https://github.com/apache/tapestry-5/blob/5.6.4/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java > > to see the new source code I see comments referencing the 5.7 version. > > > > Is that expected being in the 5.6.x? > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: [ANNOUNCEMENT] Tapestry 5.6.2 released

2021-03-31 Thread Dmitry Gusev
otes-562.html. > > Thanks for everyone involved in this release! > > Happy coding! > > -- > Thiago > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: [ANNOUNCEMENT] Tapestry 5.7.1 and 5.6.3 released

2021-03-17 Thread Dmitry Gusev
6.3 for 5.4 to 5.6.2, 5.7.1 for 5.7.0. > > Please check the release notes for both: > 5.6.3: https://tapestry.apache.org/release-notes-563.html > 5.7.1: https://tapestry.apache.org/release-notes-561.html > > Happy coding! > > -- > Thiago > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: How to bind Tapestry 5.4 app to 0.0.0.0 instead of default localhost

2021-03-03 Thread Dmitry Gusev
r additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: [ANNOUNCEMENT] Tapestry 5.7.0 released

2021-02-24 Thread Dmitry Gusev
t; > Full details at https://tapestry.apache.org/release-notes-570.html. > > Thanks for everyone involved in getting this new release done! > > Happy coding! > > -- > Thiago > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Fw: Communication between Tapestry and Angular(inside of an iframe)

2020-10-09 Thread Dmitry Gusev
that can helpfully help you understand my idea: > [image: Inline image] > > Thank you in advance! > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: out of order in T5.5

2020-04-09 Thread Dmitry Gusev
return this; > } > user.setPrincipal(session.getPrincipal()); > user.setRealname(session.getRealname()); > return indexPage; > } > } > > This worked perfectly in T5.3, but not in T5.5. > > Any ideas? > Lothar > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Roadmap proposal

2020-03-28 Thread Dmitry Gusev
le unless you have a support contract. I don't want anyone sticking to > old Tapestry versions because they're still stuck with an old Java version, > but I guess we can agree Java 8 is pretty old by now. 2 major (i.e. LTS > releases) behind. > > Comments? Suggestions? Ideas? Please post them here! > > Cheers! > > -- > Thiago > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Tapestry exposes the list of css/js files in assets

2020-01-17 Thread Dmitry Gusev
T_SEGMENT_PATTERN.matcher(path); if (!matcher.find()) { // Empty last segment? return true; } final String match = matcher.group().toLowerCase(); return match.equals(modulePathPrefixGZ) || !match.contains("."); } } On T

Re: Tapestry exposes the list of css/js files in assets

2020-01-16 Thread Dmitry Gusev
o end with > a . followed by some chars (anything but a forward slash). > > I wonder if that configuration should be put by default, or activable > using a configuration switch described in > https://tapestry.apache.org/security.html > > Thank you again. > Nicolas. > > Le

Re: Tapestry exposes the list of css/js files in assets

2020-01-16 Thread Dmitry Gusev
e.tapestry5.ioc.Resource, > org.apache.tapestry5.services.assets.StreamableResource, > java.lang.String, > > java.util.Set) > > Thank you, > Nicolas. > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Apache Tapestry for Java 11

2019-10-25 Thread Dmitry Gusev
5.5 supports Java 11 bytecode, and that's exactly the issue that > > most probably took the team the longer to develop. > > > > > >> -- > >> Chris > >> > >> On Mon, Sep 9, 2019 at 9:11 PM Charles Roth wrote: > >> > >>> Sou

Re: Apache Tapestry for Java 11

2019-09-09 Thread Dmitry Gusev
subscr...@tapestry.apache.org > >> For additional commands, e-mail: users-h...@tapestry.apache.org > >> > >> > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Jetbrains considers to deprecate Tapestry plugin in IntelliJ 2019.3

2019-06-19 Thread Dmitry Gusev
; the killing features such as Live Class Reloading (natively) and excellent > error reporting. > > Keep up the good work. > > Nicolas. > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Accessing a page over HTTPS results in infinite 302 redirects

2019-06-17 Thread Dmitry Gusev
nts.SECURE_ENABLED, "false" ); > >> > >> And always have an upstream proxy for performing SSL termination. This > >> relies on the X-Forward-* headers being set and handled correctly by > >> the > >> various servers. > >> > >> -- &g

Re: Accessing a page over HTTPS results in infinite 302 redirects

2019-06-14 Thread Dmitry Gusev
| Kim Syväluoma| > Email: | kim@aland.net| > Tel (GSM): | +358 (0)40 592 5267 | > Tel Work: | +358 (0)20 7910 666 | > ===== > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: How to let the last ajaxResponseRenderer win?

2019-06-07 Thread Dmitry Gusev
; System.err.format("getNamefilterDebug: %s%n",nameFilter); > return nameFilter; > } > > > When using JavaScript/React I just call XMLHttpRequest.abort() for all > ongoing XHR's. > > > I cannot figure out how to do this in Tapestry 5.4.4. I was looking for > AjaxResponseRenderer addRender(ClientBodyElement zone, abortPrevious); > > S-E > > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Laggy response after a quiet time

2019-05-16 Thread Dmitry Gusev
> Cheers, > > > > Geoff > > - > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- > -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82 > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: ASM7 required

2019-04-12 Thread Dmitry Gusev
ing[] interfaces) These ^ On Sat, Apr 13, 2019 at 12:43 AM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hello! > > Which edits? > > On Thu, Apr 11, 2019 at 3:01 PM Dmitry Gusev > wrote: > > > Hello Mats and Thiago, > > > > I guess we

Re: ASM7 required

2019-04-11 Thread Dmitry Gusev
ternal/AbstractReloadableObjectCreator.java > >> @@ -211,7 +211,7 @@ public abstract class > >> AbstractReloadableObjectCreator implements ObjectCreator, > >> > >> public Class doClassLoad(String className) throws IOException > >>{ > >> -ClassVisitor analyzer = new ClassVisitor(Opcodes.ASM4) > >> +ClassVisitor analyzer = new ClassVisitor(Opcodes.ASM7) > >>{ > >>@Override > >>public void visit(int version, int access, String name, > >> String signature, String superName, String[] interfaces) > >> -- > >> 2.17.1 > >> > >> > >> -- > >> -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82 > >> > >> > -- > -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82 > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Jetty not reloading

2018-11-28 Thread Dmitry Gusev
check-interval is defined somewhere? Default is 1s > which should be enough in development. Also, make sure resources are > actually copied to the target directory when they are changed in the > souce. This is needed to make Tapestry aware of changes. > > > /Mats > > > On

Re: Jetty not reloading

2018-11-28 Thread Dmitry Gusev
> > > > > > Sent from my iPhone > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Get link to the page that contains custom component

2018-10-26 Thread Dmitry Gusev
component inside a form and like to > set some error message. > If it's a page we can do something like: > > @InjectComponent > private Form form; > > form.recordError(message); > > How to do something like that in a component? > > Thanks a lot. > > >

Re: Get link to the page that contains custom component

2018-10-26 Thread Dmitry Gusev
w.mreunionlabs.net/ <http://www.mreunion-labs.net/> > twitter : @mreunionlabs @abangkis > page : https://plus.google.com/104168782385184990771 > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Dmitry Gusev
stparseRequest(HttpServletRequest request) > { > try { > return createFileUpload().parseRequest(request); }catch > (FileUploadException ex) > { > uploadException = ex; return Collections.emptyList(); } > } > > Dunno if Spring Boot and its embeeded To

Re: Odd breaking exception in 5.4

2018-05-24 Thread Dmitry Gusev
x27;t get it to trigger on my workstation, I can't get a debugger connected > to figure it out from there. > > Thanks, > > Richard > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Access request from tml / standard servlet api role support

2018-04-28 Thread Dmitry Gusev
> My goql would be to write, directly in the tml, something like: > > > > SAVE DATA > > > > Is it possible to do this with tapestry5? > > Thanks in advance, > larzeni > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: requirejs question

2018-03-24 Thread Dmitry Gusev
gt; > 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 > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: ClassNotFoundException: org.apache.tapestry5.ioc.services.ClassFactory

2018-03-19 Thread Dmitry Gusev
aro no old libs on classpath... > > Regards, Erich > > > > > Am 19.03.2018 14:56, schrieb Dmitry Gusev: > >> Hi, >> >> It can still be loaded if you have Tapestry 5.3 jars on classpath, make >> sure to remove them. >> >> On Mon, Mar 19, 2018

Re: ClassNotFoundException: org.apache.tapestry5.ioc.services.ClassFactory

2018-03-19 Thread Dmitry Gusev
oss.modules.ConcurrentClassLoader.performLoadClass(Con > currentClassLoader.java:389) > > at org.jboss.modules.ConcurrentClassLoader.loadClass(Concurrent > ClassLoader.java:134) > > ... 29 more > > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: PDF rendering in background blocks other requests

2018-03-18 Thread Dmitry Gusev
t FOP processing actually blocks the whole thing > because of AWT usage, but couldn’t find any confirmations yet. > > -- > Ilya Obshadko > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: [ANN] JumpStart 7 Released!

2018-01-12 Thread Dmitry Gusev
blenegative.com.au/download.html > > And as always, your comments and corrections are encouraged. > > Cheers, > > Geoff -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: problems with Tapestry 5.4.3+JPA and jetty plugin

2017-11-18 Thread Dmitry Gusev
dd(RegistryBuilder.java:123 > ) > at > org.apache.tapestry5.internal.TapestryAppInitializer.(TapestryA > ppInitializer.java:115) > at org.apache.tapestry5.TapestryFilter.init( > TapestryFilter.java:95) > at > org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:1 > 37) > at > org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.ja > va:817) > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Discussion: make duplicate contributions to services with ordered configurations an error

2017-10-27 Thread Dmitry Gusev
; What do you think of making contributing two different values to an ordered > configuration with the same id a show-stopping error? > > -- > Thiago > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: IoC Question

2017-10-05 Thread Dmitry Gusev
estion is this: do services save their state in between > injections in different classes? > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: tapestry background jobs in a clustered environment

2017-07-10 Thread Dmitry Gusev
> abstraction for “units of work” or whatever you may call it - application > > didn’t need it when it was running on a single machine. I’ll have to > > introduce something similar to isolate jobs from actual business objects. > > > > > > On Wed, Jun 28, 2017

Re: tapestry background jobs in a clustered environment

2017-06-28 Thread Dmitry Gusev
containers (ECS can do this > quite easily) > - use a simple table with records containing job name, current cluster > deployment ID and state > - first background executor that is able to lock an appropriate job row > starts working, the other(s) are cancelled > > > > On

Re: tapestry background jobs in a clustered environment

2017-06-27 Thread Dmitry Gusev
cess running background tasks. Ideally, I want to dynamically distribute > background jobs between hosts in cluster, based on current load status. > > > -- > Ilya Obshadko > -- Dmitry Gusev AnjLab Team http://anjlab.com

Announcing Configuration Helpers for Tapestry5

2017-06-20 Thread Dmitry Gusev
Hello Tapestry users, I'd like to share a small library that we use to manage & validate configuration symbols for Tapestry5 application: https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-config README with some examples available by above link. -- Dmi

users@tapestry.apache.org

2017-05-09 Thread Dmitry Gusev
tryImpl.java:1260) > >>>> at > >>>> org.apache.tapestry5.ioc.internal.util.InternalUtils. > >>>> createConstructorConstructionPlan(InternalUtils.java:1363) > >>>> at > >>>> org.apache.tapestry5.ioc.internal.

users@tapestry.apache.org

2017-05-09 Thread Dmitry Gusev
reating proxy for service > HibernateSession > at > org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreato > r.createInstance(AbstractReloadableObjectCreator.java:129) > at > org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreato > r.createObject(AbstractReloadableObjectCreator.java:121) > at $ControllerInterface_350f95bde0af.delegate(Unknown Source) > at $ControllerInterface_350f95bde0af.execute(Unknown Source) > at $ControllerInterface_350f95bde0ad.execute(Unknown Source) > at dbla.dbla.DbLogAnonymizer.main(DbLogAnonymizer.java:19) > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: JPA with pure hibernate

2017-01-18 Thread Dmitry Gusev
iceException: Unable > to create requested service [org.hibernate.engine.jdbc. > env.spi.JdbcEnvironment] > [ERROR] ioc.Registry Operations trace: > [ERROR] ioc.Registry [ 1] Invoking startup method org.apache.tapestry5.jpa. > modules.JpaModule.startupEarly(EntityManagerManager, boole

Re: JPA with pure hibernate

2017-01-18 Thread Dmitry Gusev
pressWarnings( > { "unchecked" }) > public List findAll() > { > return entityManager.createQuery("select u from User u order by > u.id desc").getResultList(); > } > > @Override > public void delete(final User... users) &g

Re: Logical Page Name Shortening

2016-08-24 Thread Dmitry Gusev
gt; > > ____ > De : Dmitry Gusev > Envoyé : mercredi 24 août 2016 17:18:49 > À : Tapestry users > Objet : Re: Logical Page Name Shortening > > To make URLs shorter/prettier, so you could name your java classes & TMLs > differently, i.e.:

Re: Logical Page Name Shortening

2016-08-24 Thread Dmitry Gusev
> > > Yes I saw it, but I don't understand why tapestry removed the suffix. > > ________ > De : Dmitry Gusev > Envoyé : mercredi 24 août 2016 16:54:46 > À : Tapestry users > Objet : Re: Logical Page Name Shortening > > Hi, have you seen t

Re: Logical Page Name Shortening

2016-08-24 Thread Dmitry Gusev
he URL in certains > cases, and and wanna know why or where do they do this ? > > > Thanks > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: FW: Null pointer on sort with 5.3.8 that didn't occur with 5.3.7

2016-06-29 Thread Dmitry Gusev
> column: > > > > public String getMyColumn3() > > { > > return aStringThatIsNeverNull; > > } > > > > Thanks in advance for any possible feedback or hint or any related > thought. > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Dynamic Security Role Value - Tynamo Security

2016-06-29 Thread Dmitry Gusev
pestry-security+guide/ < > http://www.tynamo.org/tapestry-security+guide/>) > > > delete user > > What I would like to be able to do is set the required role or role list > based on a bound parameter, is that possible? > > Example syntax - > > > delete user

Re: Canceling Periodic Job

2016-06-17 Thread Dmitry Gusev
eated on startup so the returned PeriodicJob is inaccessible from a > > page? > > > > -- > > http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> > > twitter : @mreunionlabs @abangkis > > page : https://plus.google.com/104168782385184990771 > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Informal Parameter

2016-06-10 Thread Dmitry Gusev
7;ve this exception in my application : > > > Binding parameter %s as an informal parameter does not make sense, as %s > does not support informal parameters > > > How can I resolve it without using @SupportInformalParameters ? > > > Thanks > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Calling method after CommitAfter call

2016-02-26 Thread Dmitry Gusev
nager, > >> to safely commit the transaction. > >> > > > > It's a Tapestry-IoC service, so you can @Inject it in your pages or have > > it automatically injected into your services' constructors. > > > > > > -- > > Thiago 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 > > > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Commit After not working after migrating to IntelliJ

2016-02-04 Thread Dmitry Gusev
f i manually commit using Injected HibernateSessionManager in the page, > > it will work. But using @CommitAfter annotation isn't. Anybody know why > is > > this happening? > > > > Thanks > > > > -- > > http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> > > twitter : @mreunionlabs @abangkis > > page : https://plus.google.com/104168782385184990771 > > > > > > -- > http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> > twitter : @mreunionlabs @abangkis > page : https://plus.google.com/104168782385184990771 > -- Dmitry Gusev AnjLab Team http://anjlab.com

New release of Eclipse Tapestry Plugin available for download

2016-01-23 Thread Dmitry Gusev
some other advanced options that may be helpful for those who have complex runtime configurations: https://github.com/anjlab/eclipse-tapestry5-plugin#advanced-configuration Installation instructions: https://github.com/anjlab/eclipse-tapestry5-plugin#install -- Dmitry Gusev AnjLab Team http

Re: New release of Eclipse Tapestry Plugin available for download

2015-09-03 Thread Dmitry Gusev
27;ve tried > - it with a new workspace > - it with HTML and XML editor of eclipse. For both i get > the message 'content assistant not available at the current location' in > the status bar > > Kind regards > > On Fri, Aug 28, 2015 at 3:20 PM, Dmitry Gusev > wro

Re: New release of Eclipse Tapestry Plugin available for download

2015-08-28 Thread Dmitry Gusev
to Definition in tml files > 2. Completion Proposals in tml files > > Any idea, what i did wrong? > > > Kind regards > Diego > > > On Fri, Aug 28, 2015 at 1:59 PM, Bob Harner wrote: > > > Nice! Thanks for all these improvements, Dmitry! > > On A

New release of Eclipse Tapestry Plugin available for download

2015-08-26 Thread Dmitry Gusev
your project configuration. There's a new shortcut for this feature: CMD+Shift+; Give it a try & share your feedback. -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Running tapestry app using embedded container in production

2015-07-28 Thread Dmitry Gusev
o messing > with the class path to get the right properties file. Neither solution is > ideal. Anyone come up with anything else? > > > > On Tuesday, July 28, 2015, Dmitry Gusev wrote: > > > Got it, thank you. > > > > This is exactly how we do it currently

Re: Running tapestry app using embedded container in production

2015-07-28 Thread Dmitry Gusev
www.reprisk.com > > Follow us on Facebook or Twitter: > www.facebook.com/RepRisk | www.twitter.com/RepRisk > > If you are not the intended recipient, please notify the sender - thank > you. > > > > > > > Am 28.07.15 12:54 schrieb "Dmitry Gusev" unter

Re: Running tapestry app using embedded container in production

2015-07-28 Thread Dmitry Gusev
ad > additional modules during startup) > > Best, > Thilo > > > > > Am 28.07.15 12:06 schrieb "Dmitry Gusev" unter : > > >Hi Thilo, > > > >and how in this case you configure your executable JAR? > > > >Are you using maven profiles &

Re: Running tapestry app using embedded container in production

2015-07-28 Thread Dmitry Gusev
p > class above) > > spring-boot-maven-plugin > The plugin will repackage your WAR file to make it executable (by using > java -jar myapp.war); WAR files per-se are not directly executable. > > > If you’re interested in such a solution, I can post more details here. &g

Running tapestry app using embedded container in production

2015-07-28 Thread Dmitry Gusev
Hello, Do you run tapestry apps in embedded container in production? If yes, how do you configure embedded container (ports, SSL, valves, etc.)? Maybe there's some tapestry integration that configures tomcat instance using tapestry-ioc and symbols? -- Dmitry Gusev AnjLab Team

Re: decoupling business logic and frontend

2015-07-25 Thread Dmitry Gusev
usual event processing chain). > > One obvious solution is Tapestry+RestEASY (or any other similar REST > module) and moving all controller 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 > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Advanced transaction support for tapestry JPA applications

2015-07-24 Thread Dmitry Gusev
n? Do > you know if the corresponding > org.hibernate.jpa.AvailableSettings.CDI_BEAN_MANAGER > is available in EclipseLink configuration and if so, what's the name of the > property? > > Kalle > > On Thu, Jul 23, 2015 at 2:03 PM, Dmitry Gusev > wrote: > > > Hello Tapestry users! > > > >

Re: Advanced transaction support for tapestry JPA applications

2015-07-24 Thread Dmitry Gusev
rapped in a > TransactionalUnit? > > I look forward to testing out your library when time permits. > > Thanks > Tony > > > On Jul 23, 2015, at 5:03 PM, Dmitry Gusev > wrote: > > > > Hello Tapestry users! > > > > I would like to share

Advanced transaction support for tapestry JPA applications

2015-07-23 Thread Dmitry Gusev
ainst tapestry 5.3.7, but should also work with latest 5.4 versions (not tested). -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Multi threading in a service

2015-07-08 Thread Dmitry Gusev
terruptedException ie) { > // (Re-)Cancel if current thread also interrupted > pool.shutdownNow(); > // Preserve interrupt status > Thread.currentThread().interrupt(); > } > } > > } > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Customizing the Tree Component

2015-05-26 Thread Dmitry Gusev
How could we do that? > > Regards, > Daniel P. > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: tml reloading

2015-05-23 Thread Dmitry Gusev
r reloading the > >>> context. > >>> > >>> Does anybody have a clue what I'm missing? > >>> > >>> Regards, > >>> Veit > >>> > >>> > >>> > >>> > >>> ---

Re: tml reloading

2015-05-23 Thread Dmitry Gusev
en, restarting tomcat or reloading the > context. > > Does anybody have a clue what I'm missing? > > Regards, > Veit > > > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: ActionLink event handlers in Parent Page causing errors in Child

2015-05-08 Thread Dmitry Gusev
tml component? > > Thanks, > > Casey > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

New version with performance improvements for Eclipse Tapestry5 plugin

2015-05-08 Thread Dmitry Gusev
you edited your tapestry modules. -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Splitting a tapestry web app into modules

2015-04-16 Thread Dmitry Gusev
;m trying to enable reuse for our projects by splitting our > > > application into separate modules for the data model and the web ui, > > > among others. When starting a Tapestry application, it looks for the > > > entities in the entities package of the same project. Is it ev

Re: parallel remote requests in Tapestry

2015-04-14 Thread Dmitry Gusev
;> Response response = token.getData(); // first call is blocking, > wait > > >> for all responses, other calls just return data; > > >> } > > >> > > >> Why i did not just realize my idea and write this post? > > >> > > >> Because i need two separate phases: first for send request, and second > > for > > >> prepare rendering. All componets should send in first phase, and after > > get > > >> data in second. > > >> > > >> Tapestry have setupRender and beginRender, but they have another > order. > > It > > >> call setupRender and beginRender for first component, and then - for > > >> second. But i need phase 1 calls for all components, then phase 2 call > > for > > >> all components. > > >> > > >> And now my question is: is there any way in Tapestry to create this > > >> phases? > > >> Thank you for your attention, sorry for my English. > > >> > > > > > > > > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Startup service needs Request

2015-04-03 Thread Dmitry Gusev
source I reckon On Fri, Apr 3, 2015 at 12:41 PM, Dmitry Gusev wrote: > Hi, > > You'll need to implement your own LinkSource, like in this example: > > https://gist.github.com/dmitrygusev/6980210 > > You may also want to set tapestry.hostname symbol: >

Re: Startup service needs Request

2015-04-03 Thread Dmitry Gusev
apestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread Dmitry Gusev
s behind on hibernate > core. I'm trying to upgrade to hibernate-search 5.0.1 but it requires core > 4.3.8, any chance we could upgrade the version? > > thanks > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-08 Thread Dmitry Gusev
me. I’d otherwise not > have a problem with a project-based configuration file. Maybe it should > live under WEB-INF or even META-INF. > > Norman Franke > Answering Service for Directors, Inc. > www.myasd.com > > > > On Feb 4, 2015, at 11:46 AM, Dmitry Gusev wrote: &g

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-08 Thread Dmitry Gusev
text is still unable to resolve the following : > > @Import(library={ > "${layout.scripts}/jquery.confirm.js" > }, module={ > "bootstrap/modal", > "bootstrap/transition", > }) > > None of the 3 assets can be properly resolved... Not the

Eclipse Tapestry5 Plugin version 2.9.x with Symbol support available for download

2015-02-08 Thread Dmitry Gusev
how it works for you. As usual, installation instructions can be found here: https://github.com/anjlab/eclipse-tapestry5-plugin#install -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Dmitry Gusev
vice for Directors, Inc. > www.myasd.com > > > > On Feb 4, 2015, at 2:15 AM, Dmitry Gusev wrote: > > > Hi Martin, > > > > I'm sorry I was unclear, the symbol expansion support is not yet in the > > plugin. > > I was just saying that it shouldn'

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Dmitry Gusev
? I'm not sure). Do you > have any advice on how to avoid or prevent this happening? > > Cheers, > Geoff > > On 4 Feb 2015, at 6:15 pm, Dmitry Gusev wrote: > > > Hi Martin, > > > > I'm sorry I was unclear, the symbol expansion support is not yet

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-03 Thread Dmitry Gusev
> > None of the 3 assets can be properly resolved... Not the end of the world > of course :) Just a heads up. > > Again I love this plugin ^^ > > -- Martin > > On Tue, Feb 3, 2015 at 4:16 PM, Dmitry Gusev > wrote: > > > Hi Martin, > > > > My current go

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-03 Thread Dmitry Gusev
css" > }) > > -- Martin > > On Tue, Feb 3, 2015 at 10:01 AM, Bob Harner wrote: > > > Awesome work, Dmitry! It just gets better and better... > > > > On Mon, Feb 2, 2015 at 1:51 AM, Dmitry Gusev > > wrote: > > > Hey Tapestry Users, > > >

Re: [T5.4] How to exclude twitter bootstrap from app pages?

2015-02-02 Thread Dmitry Gusev
a thread here a couple of months back about importing a blank css > file so that one could have total control. > > perhaps the css ordering would suit your circumstance? > > cm > On 30/01/2015 1:45 am, "Dmitry Gusev" wrote: > > > Hello, > > > > I&#x

Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-01 Thread Dmitry Gusev
ecting items in this view updates the JavaDoc view & source range in Java editor if open (handy for learning the source code) As usual you can find updated README with screenshots and download instructions on Github: https://github.com/anjlab/eclipse-tapestry5-plugin#readme -- Dmitry Gusev AnjLab Team http://anjlab.com

[T5.4] How to exclude twitter bootstrap from app pages?

2015-01-29 Thread Dmitry Gusev
nternal pages). How can I do this? Maybe any alternatives? -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: Tapestry URLEncoder

2014-12-24 Thread Dmitry Gusev
ice and implementing a more standard one would be? > Thanks. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

Re: What happens when Boootstrap 4 is released?

2014-12-12 Thread Dmitry Gusev
; thiag...@gmail.com> wrote: > > On Fri, 12 Dec 2014 05:24:33 -0200, Dmitry Gusev > wrote: > >> So I highly support Barry's suggestions on no framework specific html and >> css. >> > > Easier said than done. If Tapestry provides no default CSS, new >

Re: What happens when Boootstrap 4 is released?

2014-12-11 Thread Dmitry Gusev
;>> >>> >>> >>> Related to this does it make sense to switch to jQuery 2.X if the default >>> styles do not support IE8? >>> >>> >>> >>> I think I’m OK with giving up on IE8 but I’ll like to see IE 8 render a >>> Bootstrap 4.X site before I really decide. >>> >>> >>> >>> What do you think? >>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> > > -- > Using Opera's mail client: http://www.opera.com/mail/ > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Dmitry Gusev AnjLab Team http://anjlab.com

  1   2   3   4   5   >