Comments for Martin's Developer World https://martinsdeveloperworld.wordpress.com Just another developer blog Fri, 23 Jun 2017 08:07:49 +0000 hourly 1 http://wordpress.com/ Comment on Verify HTML documents in junit tests with jsoup by Abhijeet Patil https://martinsdeveloperworld.wordpress.com/2016/02/16/verify-html-documents-in-junit-tests-with-jsoup/#comment-492 Fri, 23 Jun 2017 08:07:49 +0000 http://martinsdeveloperworld.wordpress.com/?p=417#comment-492 Awesome blog . i was looking something similar to this. Thanks you so much

]]>
Comment on JPA 2.1 criteria delete/update and temporary tables in Hibernate by pirent420 https://martinsdeveloperworld.wordpress.com/2015/02/18/jpa-2-1-criteria-deleteupdate-and-temporary-tables-in-hibernate/#comment-356 Thu, 02 Jun 2016 03:28:21 +0000 http://martinsdeveloperworld.wordpress.com/?p=357#comment-356 Hey,

When I was looking for some articles about CriteriaDelete, somehow I got into here. It’s really good to know what sql is generated by underlaying ORM based on inheritance strategy. xD

]]>
Comment on Using Java EE’s ManagedExecutorService to asynchronously execute transactions by GP https://martinsdeveloperworld.wordpress.com/2014/02/25/using-java-ees-managedexecutorservice-to-asynchronously-execute-transactions/#comment-283 Thu, 10 Dec 2015 15:29:40 +0000 http://martinsdeveloperworld.wordpress.com/?p=295#comment-283 Thank you – i was looking for this example, now is works – i use a EJB Bean at the end as worker

@Inject
Instance myTaskInstance;

———————————————————–

@Dependent
public class Task_CDI implements Runnable{

@Inject
private Task_EJB ejb;

….ejb.do()…
}

]]>
Comment on Converting a CSV file to parquet and querying it with Apache Drill by siom79 https://martinsdeveloperworld.wordpress.com/2015/06/26/converting-a-csv-file-to-parquet-and-querying-it-with-apache-drill/#comment-222 Mon, 17 Aug 2015 17:18:35 +0000 http://martinsdeveloperworld.wordpress.com/?p=390#comment-222 In reply to davefauth (@davefauth).

I have added the sources: git clone https://github.com/siom79/martins-developer-world.git, cd martins-developer-world/csv-to-parquet, mvn install

]]>
Comment on Converting a CSV file to parquet and querying it with Apache Drill by davefauth (@davefauth) https://martinsdeveloperworld.wordpress.com/2015/06/26/converting-a-csv-file-to-parquet-and-querying-it-with-apache-drill/#comment-221 Fri, 14 Aug 2015 17:32:56 +0000 http://martinsdeveloperworld.wordpress.com/?p=390#comment-221 Can you post the code to your Github account?

]]>
Comment on Injecting configuration values using CDI’s InjectionPoint by Binh Thanh Nguyen https://martinsdeveloperworld.wordpress.com/2014/02/23/injecting-configuration-values-using-cdis-injectionpoint/#comment-219 Fri, 07 Aug 2015 16:52:11 +0000 http://martinsdeveloperworld.wordpress.com/?p=292#comment-219 Thanks, nice post

]]>
Comment on JPA 2.1: Unsynchronized persistence context by Binh Thanh Nguyen https://martinsdeveloperworld.wordpress.com/2015/03/01/jpa-2-1-unsynchronized-persistence-context/#comment-202 Fri, 05 Jun 2015 09:50:02 +0000 http://martinsdeveloperworld.wordpress.com/?p=360#comment-202 Thanks, nice explanation

]]>
Comment on Updating code at runtime (spring-loaded demystified) by Binh Thanh Nguyen https://martinsdeveloperworld.wordpress.com/2015/05/02/updating-code-at-runtime-spring-loaded-demystified/#comment-201 Fri, 05 Jun 2015 09:43:10 +0000 http://martinsdeveloperworld.wordpress.com/?p=385#comment-201 Thanks, nice post

]]>
Comment on Analysing the performance degradation/improvements of a Java EE application with interceptors by Cyprian Buhle Mkhize https://martinsdeveloperworld.wordpress.com/2014/08/28/analysing-the-performance-degradationimprovements-of-a-java-ee-application-with-interceptors/#comment-129 Fri, 19 Sep 2014 16:26:03 +0000 http://martinsdeveloperworld.wordpress.com/?p=323#comment-129 Thanks for the great info on interceptors.

I have been reading on Interceptors on various sites, and understood how they work, but found examples that I came across confusing a bit, at least to me. Granted, the examples that I was looking at were written a long time ago.

Then I came across your blog, and immediately appreciated the clarity with which you explain Interceptors. Following your code samples, I was able to introduce a working interceptor for my existing application running on WildFly8.

Keep up the great work.

]]>
Comment on Securing a JSF application with Java EE security and JBoss AS 7.x by test https://martinsdeveloperworld.wordpress.com/2013/12/28/securing-a-jsf-application-with-java-ee-security-and-jboss-as-7-x/#comment-89 Wed, 11 Jun 2014 21:31:58 +0000 http://martinsdeveloperworld.wordpress.com/?p=280#comment-89 In reply to siom79.

Thank you! I see now, how it’s working.

()

]]>