I need to install the mail plugin for grails. The console shows the following error: Failed to install plugin [mail-1.0-SNAPSHOT]. Plugin has missing JAR dependencies.
imagine there is BeanA bound to ViewA.xhtml and BeanB bound to ViewB.xhtml. BeanA and BeanB are backing beans with just one attribute per bean: \"Object obj;\" with getters and setters.
I am new to android, and i am trying to develop an app which sends GPS information of current location to a server and retrieve the related information from the datab开发者_开发技巧ase.you need to lea
I want to implement a simple POS for a client because current proprietary software isnt easy to use.. PDAs(windows) connect directly to database to fetch data in current software.
We\'re currently working on a small scale indie card game for Facebook, which we hope will reach hundreds of thousands of players (eventually).
The system should allow a fast, reliable and decentralized way to broadcast a message by phone (voice or text) to a preregistered community. Messages are forwarded between membe开发者_如何学JAVArs acc
I have a rather strange question on C++ to Ruby on Rails communication. I\'m trying to update the views in my Rails server whenever certain events happen in my C++ program, both of which are on the sa
i have PC that c开发者_如何学运维onnect to my WebService on the server. what are the best recommendation to use and check if i have connection ?
I am writing the spec for a complex business solution; it is basically a set of web apps that are all on their own servers.I want them to be independant so if one has a problem or becomes very busy th
I am using protobuf for implementing a communication protocol between a Java application and a native application written in C++. The messages are event driven: when an event occurs in the C++ applica