Looking for a sustainable growth in Melbourne
Dear Sir,
Greeting from Riverstone Infotech,
I take this opportunity to introduce Riverstone Infotech, a Software Solution Corporation from San Francisco, US with the development center in Chennai, India. We have clients in U.S & Australia and been serving them for the last 10 years.
We are looking for a sustainable growth in Melbourne as we are progressing in our expertise in every domain, technology and software development. We have been providing cost effective IT solution to many industries and saved reasonable money to the company.
Read moreHow to send an Image to a Drupal Services 3 endpoint using json
Hi all!
I'm having a trouble during a simple Android application development. I'm trying to add a simple News on my Drupal site from the Android application. I created a new content type called "News" with 2 strings (title and body) and a Image field. I sent to my site a title and a body and it works correctly using JSONObject class.
JOB OPENING: SENIOR WEB DEVELOPER
Hero Digital Media was designed to be a full service Digital Media developer and implementer for businesses of all sizes. Our organization is set-up to handle the different needs of different sized businesses by steering the work either through our “Enterprise” group at Hero Media Group or for smaller to medium-sized businesses; we keep it right here at Hero Digital Media.
We offer Internet marketing solutions that are all designed to improve our clients “Return on Investment. Our “teams” are comprised of experts in the fields of:
Digital Strategy (link)
Digital Design (link)
Looking for contact to good Drupal devs!
Hey all!
I am new to the group - am looking for contact to the Seattle Drupal community. I have several projects going at the moment and am looking for drupal experts to help me finish them. I have budget :) - would love to meet up with anyone for a coffee to chat a little if you are up for it. I can't make the next event (traveling for business) but would be able to meet up next week some time if someone has the time. I am looking for contact to good drupal developers - am presently working together with partners on two projects developing reviews and ratings sites.
Read moreBest design for a Facebook application that runs on both JSP & Drupal (same-origin policy issues)
My organization (TechMission) currently has a live Facebook app on facebook.christianvolunteering.org, and a Drupal install at www.urbanministry.org. The Facebook app is coded in JSP, but runs off the Drupal database. (To see the app, visit http://apps.facebook.com/find-your-calling.)
Read moreDrupal - JasperReports API :: bridge
I have a idea to provide a bridge between Drupal and JasperReports API. JasperReport is open source Java reporting and it can write to screen , to a printer or into PDF, Spread Sheet, RTF, ODT and XML files. Creating this bridge customer can easily generate reports from MySQL database.
JasperReports is third party tool , I want to know this idea suitable project for GSOC 2010 ???
It is suitable I can submit Project Proposal.........
please do some comment...
Read moreDrupal - JasperReports API :: bridge
I have a idea to provide a bridge between Drupal and JasperReports API. JasperReport is open source Java reporting and it can write to screen , to a printer or into PDF, Spread Sheet, RTF, ODT and XML files. Creating this bridge customer can easily generate reports from MySQL database.
JasperReports is third party tool , I want to know this idea suitable project for GSOC 2010 ???
It is suitable I can submit Project Proposal.
Read moreUsing Apachesolr module as an API
Just want to share my experience with using the apachesolr module as an API. I use apachesolr module purely as interface between my own drupal modules and the Solr instance. Part of the reason to do so is that I use a different schema.xml, compared to the one provided with the apachesolr module.
For the single technical detail, read this issue.
Thanks a lot to the developers for creating the apachesolr module and making it nicely extensible!
Read morejava node.save example anywhere?
I have a java client up and running using org.apache.xmlrpc.client.XmlRpcClient as client lib and a current drupal 6 with services via xmlrpc enabled. I already can connect, login, logout and even loading a node works.
Authentication is done via sessionID, API-key is disabled.
Now for the problem: i can't get the node.save to work. I give the function two parameters, the session and some structure. What java type equivalent is there expected?
config.setEnabledForExtensions(true);
...
HashMap<String,Object> hmSave = new HashMap<String,Object>();
hmSave.put("type", "pruefsumme");
hmSave.put("title", ivFileList.get(i));
hmSave.put("field_crc32", ivCheckSumListCRC32.get(i));
params = new Object[] {
sessid,
hmSave
};
Object oSave = client.execute(WS_ACTION_SAVE, params);
System.out.println(WS_ACTION_SAVE + "\t" + oSave);java and services
Any one can provide some examples or tips of using Services module in Java program?
Thanks very much!



