From martinbraun123 at aol.com Mon Jun 1 18:49:03 2015 From: martinbraun123 at aol.com (Martin Braun) Date: Mon, 1 Jun 2015 18:49:03 -0400 Subject: [jboss-gsoc] Add your blog to Planet Jboss In-Reply-To: <045001d099cc$95173a90$bf45afb0$@redhat.com> Message-ID: <14db1505b82-18e4-d857@webprd-a46.mail.aol.com> Hi, same goes for me. My blog is: http://hibernatesearchandjpa.blogspot.de/ Martin Braun martinbraun123 at aol.com www.github.com/s4ke -----Original Message----- From: Markus Eisele To: 'Supun Athukorala' ; 'gsoc at lists jboss. org' Sent: Fri, May 29, 2015 7:01 am Subject: Re: [jboss-gsoc] Add your blog to Planet Jboss Hi, I?ll reach out to them an let you know. Cheers, Markus From: gsoc-bounces at lists.jboss.org [mailto:gsoc-bounces at lists.jboss.org] On Behalf Of Supun Athukorala Sent: Sunday, May 24, 2015 4:09 PM To: gsoc at lists jboss. org Subject: [jboss-gsoc] Add your blog to Planet Jboss I am currently maintaining a blog @ blogger.com for my GSoC project. But I am having problem adding newsfeed to planet Jboss. Any help can be great. _______________________________________________ gsoc mailing list gsoc at lists.jboss.org https://lists.jboss.org/mailman/listinfo/gsoc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150601/59c8e47d/attachment.html From aakaruce at iitr.ac.in Thu Jun 4 06:07:13 2015 From: aakaruce at iitr.ac.in (Aakarsh Agarwal) Date: Thu, 04 Jun 2015 15:37:13 +0530 Subject: [jboss-gsoc] Hawkular-pluggable data processors for metrics: Weekly Report In-Reply-To: <73a0a3423439.557021bc@iitr.ac.in> References: <72f0f0e01285.55701d70@iitr.ac.in> <7380db4053f2.55701dad@iitr.ac.in> <7300b95d4630.55701dea@iitr.ac.in> <73a0f7fb69a0.55701e29@iitr.ac.in> <72a0c48f295d.55701e67@iitr.ac.in> <72f0cd1840d9.55701ea3@iitr.ac.in> <7350c1ef4b04.55701ee0@iitr.ac.in> <730085bb69dd.55701f1d@iitr.ac.in> <730083f036ec.55701f5a@iitr.ac.in> <72b0fa512083.55701f97@iitr.ac.in> <7310805798d.55701fd5@iitr.ac.in> <72a0e6d37d3.55702014@iitr.ac.in> <7350aa7d1d65.55702051@iitr.ac.in> <73a0a3423439.557021bc@iitr.ac.in> Message-ID: <72b0fa2a2087.557070a9@iitr.ac.in> Hi all, I am currently working on the Hawkular Metrics repository as part of the Google Summer of Code 2015 program and this is to update the progress of my project. I spent the last week familiarizing myself with the existing Hawkular Metrics repo on github and some of its code. As of now, I have created a new git repo on my github profile which intends to implement a simple plugin interface using 5 basic statistical algorithms. These are - Minimum?of the entered data set. Maximum?of the entered data set. Average?of the entered data set. Mode?of the entered data set. Standard Deviation?of the entered data set. The link to this git repo is - https://github.com/Akki5/hawkular_plugin This is just initial draft for the interface to be implemented. Here, StatisticalAlgo.java is the interface and other named java classes are the classes implementing the interface. PluginDemo.java is the test class. At the moment, everything in the code is hardcoded and static in nature which will later be converted for dynamic usage. The next step requires following listed work to be done - Use maven to build the project. Use Classloader for all classes?implementing StatisticalAlgo. Require input from user as to which plugin is to be used. Regards, Aakarsh Agarwal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150604/f59dca57/attachment.html From asped08 at gmail.com Sat Jun 13 21:18:41 2015 From: asped08 at gmail.com (Supun Athukorala) Date: Sun, 14 Jun 2015 06:48:41 +0530 Subject: [jboss-gsoc] JBPM on Android : Iteration report. Message-ID: I completed my first iteration and half of my second iteration. This is my github repository. jbpm-android and my Blog is http://aspedgsoc.blogspot.com/ In there I mentioned What I did so far. Sorry for little information In this Mail, Regards, Supun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150614/2a3bb735/attachment.html From martinbraun123 at aol.com Sun Jun 14 04:39:52 2015 From: martinbraun123 at aol.com (Martin Braun) Date: Sun, 14 Jun 2015 04:39:52 -0400 Subject: [jboss-gsoc] Hibernate Search for any JPA implementor - intermediate report In-Reply-To: References: Message-ID: <14df1399740-450e-55a4@webprd-m45.mail.aol.com> Hi, this is just a small report about how my progress on Hibernate Search Generic JPA is going. For everyone unfamiliar: My goal is to implement an integration for Hibernate Search that allows users to not be only able to use Hibernate (Hibernate will still be supported though). For a longer introduction, please read this: https://github.com/Hotware/Hibernate-Search-JPA/blob/master/README.md Now about the progress: Hooking into the startup process: This week I finally came up with a viable approach to hook into the startup process of Java EE applications. This being said I have been pretty busy lately writing integration tests for Java EE servers, so this was a quite obvious task to be done. Writing a MassIndexer: I am currently in the works of creating a way to index a big database of entities as fast as possible with multithreading enabled. This process is modeled against the way the original Hibernate ORM integration does things so users won't have any troubles if they want to try out Hibernate Search GenericJPA. What's next?: In the next few days I will be finishing up the MassIndexer. Then, I will be taking a look at the update system once again (this is needed to keep track of the changes in the database, so the indexes are up-to-date) and try to improve it. For further progress information, please take a look at the repository: https://github.com/Hotware/Hibernate-Search-JPA btw: for some reason my blog (http://hibernatesearchandjpa.blogspot.de/) still is not approved @ PlanetJBoss, what can I do to fix this? cheers, Martin Braun martinbraun123 at aol.com www.github.com/s4ke -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150614/c5d274a3/attachment.html From salaboy at gmail.com Sun Jun 14 18:58:39 2015 From: salaboy at gmail.com (Mauricio Salatino) Date: Sun, 14 Jun 2015 23:58:39 +0100 Subject: [jboss-gsoc] JBPM on Android : Iteration report. In-Reply-To: References: Message-ID: Hi Supun, Reading at your blog it seems that you started with the most complicated part. You should make some assumptions in order to make your life easier, for example, you can assume that the user must be created in the backend for your application to work. >From your blog post, I didn't see any screenshot of how the application is looking or anything that allow me to evaluate progress, can you share some screenshots and a more detailed status? Cheers Mauricio On Sun, Jun 14, 2015 at 2:18 AM, Supun Athukorala wrote: > I completed my first iteration and half of my second iteration. This is my > github repository. jbpm-android > and my Blog is http://aspedgsoc.blogspot.com/ > > In there I mentioned What I did so far. > Sorry for little information In this Mail, > > Regards, > Supun > > _______________________________________________ > gsoc mailing list > gsoc at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/gsoc > -- - MyJourney @ http://salaboy.com - Co-Founder @ http://www.jugargentina.org - Co-Founder @ http://www.jbug.com.ar - Salatino "Salaboy" Mauricio - -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150614/944cb5e8/attachment-0001.html From asped08 at gmail.com Thu Jun 25 17:18:27 2015 From: asped08 at gmail.com (Supun Athukorala) Date: Fri, 26 Jun 2015 02:48:27 +0530 Subject: [jboss-gsoc] jBPM on Android - Iteration 3 Message-ID: I have completed the Iteration 3 which is add process management feature to the mobile client. The details and some Screen shots are in this blog post http://aspedgsoc.blogspot.com/2015/06/iteration-3-15-june-25-june.html Link to my github repo is https://github.com/asped08/jbpm-android I would be grateful if you can review my code and give me suggestions to Improve the prototype. Regards, Supun Athukorala -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150626/61d7049c/attachment.html From meisele at redhat.com Tue Jun 30 13:03:38 2015 From: meisele at redhat.com (Markus Eisele) Date: Tue, 30 Jun 2015 13:03:38 -0400 (EDT) Subject: [jboss-gsoc] Attention Mentors! Evaluation due soon! Message-ID: Hi all,? Please make sure to get the half time evaluations in until the 3rd of July!!? Thanks,?Markus? _______http://blog.eisele.net?@myfear -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/gsoc/attachments/20150630/00ce49f9/attachment.html