JBoss gettingstarted.zip - jboss

I am looking for the gettingstarted.zip or the examples in the jboss tutorial, but could not find them, especially the sources for the jsfejb3 example. Are these examples removed from the distribution or am I to stupid to find them?

Do you mean the example shown in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3/html-single/Getting_Started_Guide/index.html#About_the_Example_Applications ?
If so it's available in the "Application Platform 4.3.0.GA_CP09 documentation" available from https://access.redhat.com/downloads/

this might be what you are looking for JBOSS Start Guide.zip, also maybe try JBoss Sourceforge page
edit: try this maybe JSF-EJB3 Example
and these guys LINK seem to have got working what you are having trouble with maybe something in thier posts can help

Related

JBoss Marshall options are not showing

I am new to JBoss Fuse. I am trying to follow the tutorials and use Marshall and Unmarshall features using JBoss Developer Studio.
Problem, I am facing is, I am not able to see any options in Properties tab for Marshall.
This is what I am seeing on my IDE.
Seen on my IDE
But in the tutorials, this what what is shown.
Shown in tutorial
Please help me and let me know what needs to be done to see those options.
Thanks for your help.
Regards, Vishu
you unfortunately hit a known regression in 9.1.0, see https://issues.jboss.org/browse/FUSETOOLS-2314
The good part is that this issue has been already fixed and fix will be available in next release, Fuse Tooling 9.2.0 which is currently planned at end of May.
regards,

Eclipse RCP terminologies and concepts

I am just starting to develop some application using Eclipse RCP. I was able to hack out a prototype by reading some tutorials. Although I was able to hack out some working code, I found myself shaky on some of the RCP concepts like:
What is a page? I see a lot of getActivePage() API calls, so I am assuming there can be multiple pages am I correct?
In the IWorkbechPart API there is an API called getSite(), which is being use a lot, but I am not sure what is a "site"
The above are just a sample of questions I am having, so it would really help me if someone can point me to some articles explain these type of concepts (I did google around without success).
I would also appreciate it if someone can point me to some articles that can educate me on how to write clean RCP code; kind of like the "Effective Java" for RCP.
You may want to check this as well:
Take a look at the JavaDoc for the Interfaces, they are well documented and give you an idea of the terminology. For example:
What is a page?
Look at the Javadoc at org.eclipse.ui.IWorkbenchPage
called getSite(),
Look at the Javadoc at org.eclipse.ui.IViewSite

Plugin Suggestions - Wordpress as a Membership Directory

I've been trying struggling over the last 2 weeks to find a viable way to configure a Wordpress installation as a membership directory that pulls information from user profiles (custom and default) and displays it in a presentable (possibly sortable) format.
Initially, something along the lines of the Sobi2 plugin for Joomla! was searched for, but to no avail. I stumbled on to a fairly straightforward blog entry on the subject, but it just seemed to list plugins without instructions on how to use them. see below.
http://www.cagintranet.com/archive/the-new-improved-way-to-turn-wordpress-27-into-a-membership-communit/
Any suggestions on decent plugins that can achieve what I'm looking for?
I'd like to avoid shelling out $175 for an enterprise plugin like aMember if possible.
#Nick
You must go with DirectoryPress if cost is not barrier. This is excellent Directory Plugin. Check below link...
http://directorypress.net/
If you're looking for Free Plugins then here are few of them...
http://wordpress.org/extend/plugins/business-directory-plugin/
http://wordpress.org/extend/plugins/connections/
http://wordpress.org/extend/plugins/wp-easy-business-directory-1/
check
http://wpclassipress.com/demo/ which is similar to Sobi2

How to launch minimal eclipse?

This my seem a little odd but I want to start eclipse (v3.5) in the most minimal version possible. Pherhaps just the core and the ui component without anything else. I'm new to eclipse Plugin Development so I don't really know if this is possible at all?
I googled this topic but there seems to be no useful info out there. Perhaps someone can help me...
Thanks
I found the solution. On this webpage in Section 3 "Create your first RCP application". There a minimal application based on the Extensions
org.eclipse.core.runtime.apllications
org.eclipse.ui.perspectives
is created.

Webservices on iPhone using Wsdl2Objc?

I have recently downloaded the most recent build of this awesome tool WSDL2OBJC from google code here: http://code.google.com/p/wsdl2objc/
After a bit of tweaking and downloading the latest version of the trunk from the svn repo I got a version that created the code for a WSDL I am using and compiles great and actually installs on my phone!
However, I'm not doing anything with it yet, because I am not really sure how to. There is very little in the way of sample code on the site, and there is a sample file in the project if you download it, but again it is very complicated and there are no real bits of documentation.
Has anyone managed to successfully use this stuff? It seems SOOO powerful and useful but from a look around the Internet, no one knows how to use it. We (all) would love someone who has figured it out to post a simple project or detailed walk-through of implementing this so we can put the code that lots of people have worked hard on to good use.
If anyone has found a blog entry or has this information it would be great to see!
I am totally stuck... with no errors. I would love to know how to use this now that it's all compiled successfully!
I wrote a short tutorial: http://brismith66.blogspot.com/2010/05/iphone-development-accesing-soap.html I hope it's helpful.