I'm new in grails, and trying to build a backend for my webservice, the apps only access the webservice provided not access to databases directly.
package backend
import org.grails.plugins.wsclient.service.WebService
class BackendController {
WebService webService
def index = {
def wsdlUrl = "http://localhost8080/Ba...
while creating a UDDi registry its ask for inquiry url what is it??
...
I have been into Python i know a bit.
But what i really want is a good balance with web development and actual programs.
For that i'll have to learn more than one language for sure.
When i look at some companies (Google ) i see that Python has the power i thought it would have in web.
But i would have to write the server myself.
PHP has ...
We have a website that is getting over 1m hits a day.
The site is running off an old architecture (Struts Tomcat Hibenate MySQl) with no real scope for scalability.
Now that we are expanding further I am looking for a modern (not too bleeding edge please) web architecture.
My first thoughts were to use Google App Engine - but I'm not ...
i was trying to implement the a badgeing system or a web reputation feature into my app, and i was wondering how to go about it!! i still cnt get my head around how it works!! so if theres any toturials out thier of how i can implent ir or some sort of framework that i can use to inject into my app? thanks
...
Can anyone tell me what does CAPTCHA do as far as security issue is concerned?Registration form of many sites have this field but how it works?
...
I want to wrap a website and create an application around it (kind of like the iPhone/iPod Facebook app) and i want the application to be as portable as possible so with a very few modification to the code it can run on pc, mac, iPod, android or any other.
I know that Java is known for it's portability but i dislike it and i don't know a...
Is there a reliable crossbrowser way to open up a shell using javascript (e.g. explorer.exe)?
...
With the advent of smart phones, individuals are now able to access a given site or application in one of three ways:
Through the same site that is rendered on desktop machines
Through a minimized mobile version of the site
Through a proprietary mobile application
In an ideal world, users could choose from any of those three methods....
What i want to do is to create an web page for every user when they signup on my page.
Example: www.someweb.com/username and this will be their webpage.
I know that this can be done easy with mkdir() and other related functions, but the problem is that my root folder is not chmod 777 and i don want to chmod 777 this root folder becaus...
I have a website which contains french, with accents "é, è, à,...".
The website displays fine in chrome but those symbols are messed up in firefox. I generated these pages with C# StreamWriter. I choose Encoding "UTF8".
I've tried with ISO-8859-1 and ASCII too with little succes.
Is there a way to figure out which encoding I can use t...
Hello, I am in a class now and looking for a good project to work on that would be helpful to a community of people. This could be a new project or maintaining or improving on a project such as an existing open source project. The project is for a group of 3 that will be working for at least a semester, the project doesn't necessarily ha...
Javascript:
can be run on web browsers with sproutcore/cappuccino.
can be run on web server with node.js/express.
can be run on mobile phones with appcelerator/phonegap.
can be run on the terminal as scripts.
Of course javascript will grows stronger on the latter three areas by time.
I read somewhere someone said something like:
"W...
I've not built a Java web application before, but I have it complete enough to test and Maven is building my WAR file just fine. It is a multi-module Maven project and the dependent modules all have their JAR files in the WEB-INF/lib directory of the WAR.
So everything seems fine, but how to debug? I know how to (from the command li...
For example, when a user adds a question to a Q&A site, that question typically gets its own web page, and that web page was created on-the-fly. How can you do this with PHP? Could anyone point me to any resources? Thanks.
...
Hi, is there a free framework which I can use to develop a web analytics tool?
We want to know how many people visit our site, which pages of our sites is the Most Popular and etc.
like this:
http://www.google.com/intl/en/analytics/tour.html
Obviously, we do not need to analytize other sites but only our own site.
BTW, we use tomcat ...
Hi,
I want to create service that contains two binding and two contracts.
The binding are:
1. wsDualHttpBinding
2. wsHttpBinding
I get two interfaces:
public interface IBasicSite
public interface ISiteGateway:IBasicSite
The difference between IBasicSite and ISiteGateway is only that ISiteGateway support also Callback's that called I...
How can I load a web-page into a string in .net ?
i want the fastest way possible ...
...
I run a website for music students that allows them to stream a variety of content from a number of sources.
Our primary 'customers' are really the librarians at the institutions who subscribe to our service, so it's important to them to see the actual usage of the service, but they want more information than simple web analytics are ab...
Hi,
I have a PHP script that dynamically creates a HTML file. In command line, I would like to load all elements in the HTML file.
So let's say the HTML file has these elements:
img src="http://www.test.com/image.php" ...
iframe name="xxx" src="https://www.abc.com" ...
I would like the Web servers test.com and abc.com to actually rec...