See Apps in Action
Build Your Own Apps
Posted 12/29/2009 - 22:36 by Subu
I am developing a Web 2.0 application using TIBCO General Interface.
I have mashup of (JavaFX) applications and I need to use this mashup in my Web 2.0 application being developed in TIBCO General Inteface.
What facilities JackBe provides to port the mashup and embed in other application? How can I achieve this? Please point me to sample and documentation.
Posted 12/22/2009 - 13:02 by bniknar
Hello,
I want to build a proof-of-concept with Presto. The goal: a web service which, when called with SoapUI, logs into a Intranet server with username and password, and scrapes data (name and phone number) from a web page. I hope to prove that:
-- Presto can host the web service itself
-- There is a simple GUI tool that can be used to setup the web service: point it to the Intranet server, "show" it the web page to scape, provide username and password for access [Read More...]
Posted 12/15/2009 - 17:08 by tculler
I know this may not be the right place to post this question, but it was the best fit. If I should send this question off to FigLeaf, I can do that. I'm just wondering if anyone here has had this problem and knows a fix...
Anyway, I'm following walkthrough 2.2, which registers the DCCrime WSDL. I fill out the blanks as shown, but each time I get this error: [Read More...]
Posted 12/08/2009 - 23:25 by TeaCii
Hi,
I want to take the carpool mashup program live in real life. Has there been a implementation already? Where can I get it and run it to serve people in Malaysia.
Please help. Thanks.
Posted 12/05/2009 - 18:48 by bartonhammond@g...
Hi,
I've repeated this on two machines (Vista & XP). I get the following error when I drop a Service on the Wires canvas. The steps I followed were:
Create provider, create WSDL in Service Explorer. Go to Wires, select Service, drop on canvas and get the following
I'm using version 2.7.0 [ build 060309 ]
Any ideas? I think the install went well as I can access everything.
Barton
Posted 12/04/2009 - 15:56 by fbadrud
Hi:
I created a java class and exported it as a jar. I then created an emml file to use the jar file. I am able to run the emml file from eclipse fine (I added the jar file to the server classpath settings).
I need to create a service from this EMML file. I pasted the jar file into
...\Presto2.7.0\server\apache-tomcat-5.5.20\webapps\presto\WEB-INF\lib
published the emmil file using studio.
Posted 12/03/2009 - 19:43 by tculler
#1. Video links are dead under 'How Do I->Share Mashlets' tab on the Presto Server home page:
http://www.jackbe.com/enterprise-mashup/videos/mashlets-create-mashlet-for-a-service
http://www.jackbe.com/enterprise-mashup/videos/mashlets-create-mashlet-for-a-type
I didn't try every link. I just know those two give you missing page errors (HTTP 404)
[Read More...]
Posted 12/02/2009 - 03:25 by nzblue_fish
Hi mashers,
I'm scratching my head a bit over a problem I've struck in an emml I'm working on.
I'm extracting an XML block from an xsd file. The block naturally has a namespace of xmlns:xsd="http://www.w3.org/2001/XMLSchema". I use an assign to pull this out of the xsd file:
<assign fromexpr="$schemaDoc/xsd:schema/xsd:element" outputvariable="$schemaRootElement" />
This is the <display> output from the variable I used to hold this block in: [Read More...]
Posted 11/30/2009 - 15:08 by tculler
OK - I've got two problems that sowed up at different times.
The first is that I can't install the same mashups from the prestocli directory - I get a ton of Java errors. It looks like the proxy is set up wrong, but I can't change the settings (see question #2, below.)
What am I specifying a proxy for? Is it a proxy to get to the Presto server (for some other part of Presto) or is it the proxy that the server will use to get to the outside world?
Errors: [Read More...]
Posted 11/25/2009 - 18:47 by nzblue_fish
Hi mashers,
I'm having problems converting a string containing xml elements into a document type that I can then work on further within the mashup.
The string appears as follows: [Read More...]