Getting data from a J2EE application
Posted 01/03/2012 - 14:37 by gomashan07
I have developed a small web application.First page is a form with a text box and submit button. i enter a name and click submit and that name gets displayed on the next page . [Read More...]
Accessing J2EE web apps without parameters in the URL
Posted 12/15/2011 - 07:14 by gomashan07
When the J2EE app runs with the following URL
- Login or register to post comments
- Email this page
Getting a popup displaying 'Mashup server is not currently availiable' in Presto Wires.
Posted 10/20/2011 - 05:12 by Kishore_Puppala
Hi,
I was able to create and save a mashup in Presto Wires but unable to edit the mashup in the Wires. [Read More...]
- Login or register to post comments
- Email this page
Use date picker inside custom apps
Posted 08/24/2011 - 15:27 by karthi4uonly
Hi
I have developed a custom app. For the date wise filtering i need to apply the date picker. [Read More...]
- Login or register to post comments
- Email this page
Invoking an HTML file existing within an App
Posted 08/19/2011 - 03:09 by nitish.kumar
Error in Tightly coupled interaction
Posted 08/17/2011 - 08:16 by gomashan07
Dear all , [Read More...]
numeric floating point e-notation
Posted 08/04/2011 - 08:16 by pbenskin
In my mashups created both by wires and custom with Eclipse, when I group using a sum aggregate my totals over 1 million appear in e-notation (i.e. 1.1284255E6). [Read More...]
debugging and breakpoints in custom app
Posted 08/01/2011 - 10:18 by pbenskin
I am new to presto and really open source tools and languages in general. What is the best/easiest way to set breakpoints and generalyl debug custom apps? [Read More...]
Need help for creating Apps. I have two queries. Please help me in this regard
Posted 06/06/2011 - 08:39 by kpramc
1. I want to create the jsclass object inside the app.js file. which is requires constructor parameter app. I dont know how to provide the app parameter. example
Sample.SampleClass =function(app) {
//by default app parameter have values and i can able to access.
}
//here i wrote some function outside of the class.
function test()
{
var obj= new Sample.SampleClass( ?); // ? - how to I have to mentioned the app parameter for that constructor.
}
So, please help me to create and call that class. [Read More...]
