[JBoss JIRA] (JDF-131) Provide a MBean quickstart
by Jérémie Lagarde (JIRA)
Jérémie Lagarde created JDF-131:
-----------------------------------
Summary: Provide a MBean quickstart
Key: JDF-131
URL: https://issues.jboss.org/browse/JDF-131
Project: JBoss Developer Framework
Issue Type: Feature Request
Components: quickstarts
Reporter: Jérémie Lagarde
Add some quickstarts that show how to declare and use MBean in a CDI context.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
Re: [jdf-dev] Spring WebsphereMQ quickstart
by Sande Gilda
Hi Doug,
The instructions have no information about how to download WebSphere MQ,
how to configure it, where to get the RAR, etc. A quickstart needs to
have detailed instructions for every step in the process. Check out the
"Install and Configure the PostgreSQL Database" in the root readme file
for the quickstarts here for an example of what I'm talking about:
https://github.com/jboss-jdf/jboss-as-quickstart
My biggest concern is the ability to configure, test (including
automated tests), and support this quickstart. I still think there may
be a better location for this information.
Thanks,
Sande
On 11/13/2012 04:17 PM, Doug Grove wrote:
> We actually had a debate internally on the applicability of this sample
> code as a quickstart - for exactly the reasons that Sande lists.
>
> I originally wrote the code in my own testing project, but after several
> customer requests, we thought to do it in quickstart format.
>
> I suspect that this might be a continuing theme. Use the quickstart
> format for customer interactions, even if the specific topic may not
> warrant inclusion on the main site.
>
> Certainly, let me know how I can improve the instructions.
>
> On Tue, 2012-11-13 at 15:25 -0500, Sande Gilda wrote:
>> Hi everyone,
>>
>> Doug submitted a quickstart that demonstrates IBM's WebSphere MQ
>> messaging and Spring JMS. it's a very nice example, but I 'm don't think
>> it is a good candidate for a quickstart.
>>
>> While we ship other quickstarts that are dependent on 3rd party
>> software, currently we only include those where the 3rd party software
>> is freely downloadable and fairly simple to configure. My concern with
>> this quickstart is that even though you can get an evaluation copy for
>> free, it is short term and doesn't allow us to test this quickstart over
>> numerous releases. Also, WebSphere MQ requires setup and configuration
>> and I really don't think we want to support this in a quickstart. I also
>> don't know how we could set up automated tests for it. I would prefer to
>> see this written up on confluence, docspace, or as a support document,
>> although I think it needs more detailed instructions.
>>
>> You can view the pull here:
>> https://github.com/jboss-jdf/jboss-as-quickstart/pull/356
>>
>> What does everyone else think about this?
>>
>> Thanks,
>> Sande
>
12 years, 1 month
JDF Stacks unit tests
by Rafael Benevides
Hi all,
Today I added unit tests to stacks.yaml so it check the following:
1 - Is it parsable ?
2 - Is the recommendedVersion a declared BomVersion/ArchetypeVersion ?
3 - Does the Runtime/Archetype/Bom can be resolved ?
You can run it doing a basic mvn test.
If you think that is something missing, please report, so I can improve
the tests.
Thanks
--
Rafael Benevides | Senior Software Engineer
Red Hat Brazil
+55-61-9269-6576
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
12 years, 1 month