BusMod development

120 views
Skip to first unread message

Thorsten Marx

unread,
May 10, 2012, 2:26:31 PM5/10/12
to vert.x
Hi,

first of all, many thanks for vert.x. I realy love it.


I just think about the best way to develop a new busmod.
Currently I forked the vert.x repo, configured an eclipse project and
put my busmod directly into this structur. This works, but it's not my
prefered way of doing this.

Any hints how others do that?


Some kind of a public busmod repository would be cool to.
A simple vertx insall redis-client should install the busmod from the
internet to my local machine.


And by the way, if anyone is interested on a redis busmod, visit
https://github.com/thmarx/vert.x.

not very feature rich at the moment, but works for my usecase.

ciao
Thorsten

Carl Larson

unread,
May 13, 2012, 7:58:47 AM5/13/12
to ve...@googlegroups.com
Well done on the redis busmod. A public repository like npm would definitely be cool, but even just a catalogue or listing of these would be useful to start with. Most node/npm modules have their own github repos, which gives at least one avenue for finding them.

By the way, I thought the tutorial was really good.
-Carl

Pid

unread,
May 13, 2012, 8:57:26 AM5/13/12
to ve...@googlegroups.com
On 10/05/2012 19:26, Thorsten Marx wrote:
> Hi,
>
> first of all, many thanks for vert.x. I realy love it.
>
>
> I just think about the best way to develop a new busmod.
> Currently I forked the vert.x repo, configured an eclipse project and
> put my busmod directly into this structur. This works, but it's not my
> prefered way of doing this.
>
> Any hints how others do that?

I've got POMs & Maven friendly JARs built as part of the refactoring I'm
doing. This will mean that people can use the build tools/mechanisms
they're familiar with to build busmods & verticles.


p



> Some kind of a public busmod repository would be cool to.
> A simple vertx insall redis-client should install the busmod from the
> internet to my local machine.
>
>
> And by the way, if anyone is interested on a redis busmod, visit
> https://github.com/thmarx/vert.x.
>
> not very feature rich at the moment, but works for my usecase.
>
> ciao
> Thorsten


--

[key:62590808]

signature.asc

Bruce Snyder

unread,
May 15, 2012, 1:17:15 AM5/15/12
to ve...@googlegroups.com
On Sun, May 13, 2012 at 6:57 AM, Pid <p...@pidster.com> wrote:
> On 10/05/2012 19:26, Thorsten Marx wrote:
>> Hi,
>>
>> first of all, many thanks for vert.x. I realy love it.
>>
>>
>> I just think about the best way to develop a new busmod.
>> Currently I forked the vert.x repo, configured an eclipse project and
>> put my busmod directly into this structur. This works, but it's not my
>> prefered way of doing this.
>>
>> Any hints how others do that?
>
> I've got POMs & Maven friendly JARs built as part of the refactoring I'm
> doing.  This will mean that people can use the build tools/mechanisms
> they're familiar with to build busmods & verticles.

Pid, if you need some help with this work, please let me know. I'm
looking for a place to dig in.

Bruce
--
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

ActiveMQ in Action: http://bit.ly/2je6cQ
Blog: http://bruceblog.org/
Twitter: http://twitter.com/brucesnyder

Thorsten Marx

unread,
May 15, 2012, 2:04:00 AM5/15/12
to vert.x


On 13 Mai, 14:57, Pid <p...@pidster.com> wrote:
> On 10/05/2012 19:26, Thorsten Marx wrote:
>
> > Hi,
>
> > first of all, many thanks for vert.x. I realy love it.
>
> > I just think about the best way to develop a new busmod.
> > Currently I forked the vert.x repo, configured an eclipse project and
> > put my busmod directly into this structur. This works, but it's not my
> > prefered way of doing this.
>
> > Any hints how others do that?
>
> I've got POMs & Maven friendly JARs built as part of the refactoring I'm
> doing.  This will mean that people can use the build tools/mechanisms
> they're familiar with to build busmods & verticles.

Great, maven friendliness is exactly what I'm looking for.


> p
>
> > Some kind of a public busmod repository would be cool to.
> > A simple vertx insall redis-client should install the busmod from the
> > internet to my local machine.
>
> > And by the way, if anyone is interested on a redis busmod, visit
> >https://github.com/thmarx/vert.x.
>
> > not very feature rich at the moment, but works for my usecase.
>
> > ciao
> > Thorsten
>
> --
>
> [key:62590808]
>
>  signature.asc
> < 1 KBAnzeigenHerunterladen

Pid

unread,
May 15, 2012, 12:12:18 PM5/15/12
to ve...@googlegroups.com
On 15/05/2012 06:17, Bruce Snyder wrote:
> On Sun, May 13, 2012 at 6:57 AM, Pid <p...@pidster.com> wrote:
>> On 10/05/2012 19:26, Thorsten Marx wrote:
>>> Hi,
>>>
>>> first of all, many thanks for vert.x. I realy love it.
>>>
>>>
>>> I just think about the best way to develop a new busmod.
>>> Currently I forked the vert.x repo, configured an eclipse project and
>>> put my busmod directly into this structur. This works, but it's not my
>>> prefered way of doing this.
>>>
>>> Any hints how others do that?
>>
>> I've got POMs & Maven friendly JARs built as part of the refactoring I'm
>> doing. This will mean that people can use the build tools/mechanisms
>> they're familiar with to build busmods & verticles.
>
> Pid, if you need some help with this work, please let me know. I'm
> looking for a place to dig in.

Thanks, I'm trying to get Gradle to upload to Sonatype at the moment
(it's complaining about my creds). Soon as I've got that fixed I'll
report & people can have a play.

Was blocked on a weird signing error, seems to have been a genuine Java
7 bug. Upgrading to the latest Oracle JDK fixed it.

:o/


p

--

[key:62590808]

signature.asc

Tim Fox

unread,
May 16, 2012, 10:40:28 AM5/16/12
to ve...@googlegroups.com
On 15/05/12 06:17, Bruce Snyder wrote:
> On Sun, May 13, 2012 at 6:57 AM, Pid<p...@pidster.com> wrote:
>> On 10/05/2012 19:26, Thorsten Marx wrote:
>>> Hi,
>>>
>>> first of all, many thanks for vert.x. I realy love it.
>>>
>>>
>>> I just think about the best way to develop a new busmod.
>>> Currently I forked the vert.x repo, configured an eclipse project and
>>> put my busmod directly into this structur. This works, but it's not my
>>> prefered way of doing this.
>>>
>>> Any hints how others do that?
>> I've got POMs& Maven friendly JARs built as part of the refactoring I'm
>> doing. This will mean that people can use the build tools/mechanisms
>> they're familiar with to build busmods& verticles.
> Pid, if you need some help with this work, please let me know. I'm
> looking for a place to dig in.

Bruce, if you're looking for something to do, also take a look here:

https://github.com/purplefox/vert.x/wiki/Modules-&-Features-wish-list
<https://github.com/purplefox/vert.x/wiki/Modules-&-Features-wish-list>
https://github.com/purplefox/vert.x/wiki/Task-list

Tell me if anything catches your eye :)
> Bruce


--
Tim Fox

Vert.x - effortless polyglot asynchronous application development
http://vertx.io
twitter:@timfox

Reply all
Reply to author
Forward
0 new messages