Thanks in advance. I am using first time this WURFL API
I am using wurfl-1.3.1.1.jar and wurfl-1.5.1.1-javadoc.jar in my demo application for detecting mobile browser capability.
But here in this jar I am not finding net.sourceforge.wurfl.core.WURFLEngine class so its failing at the compile time.
Please guide me how to proceed on this.
Note: If some one can provide me steps in detail "how to use wurfl" then it will be great for me.
Hi WURFL Creator and ScientiaMobile CTO here.
Version 1.5 of the WURFL API for Java has introduced several semplifications of the class structure.
APIs can be downloaded here:
https://www.scientiamobile.com/downloads
as far as Java is concerned, you may want to refer to the following links:
http://wurfl.sourceforge.net/njava_index.php
http://wurfl.sourceforge.net/javamigration_to_1dot5.php
If you post the specific code on the ScientiaMobile forum, that's the space that the WURFL support team monitors regularly and we should be able to assist more specifically. We also keep an eye on StackOverflow, but this is not our official support channel.
Thanks
Related
I have found this https://blueimp.github.io/jQuery-File-Upload/angularjs.html very interesting plugin to upload files with AngularJS which it has also a part with Google App engine. But i have not found JAVA implementation. Anyone knows if there is already a JAVA version ?
Here is the link which is working with java: https://github.com/blueimp/jQuery-File-Upload/wiki/Google-App-Engine-Java
All codes are given step by step. Hope it will help you.
For more, you can go through this tutorial also: https://stackoverflow.com/a/2424824/2293534
I need to make a demo web project with extensive support for reading and editing WM(T)S, like this project. For technology Java or .NET are possible solutions. I tired GeoMajas for couple of days now, but it get annoying error about refresh of main map that I can't solve. Also, community support is non-existing as there are only mialing lists about development of GeoMajas, no forum to help solve this problem. Any advice on what framework to choose?
I would suggest looking at one of the following
Openlayers http://openlayers.org/
Leaflet http://leafletjs.com/
Geo Ext http://opengeo.org/technology/geoext/
These are all java script libraries so if you really need to you can inlcude them in a Java or .net based website.
If your looking for a more complete framework I would look at the OpenGeo suite. If you download it and look at the Geoexplorer app makes a good starting point and it uses the OpenGeo GSP Libries which are basically a warpper around GeoExt and Openlayers.
I am new to MarkLogic Server and hence to have some hands on experience on MarkLogic I wished to get some help from the projects already developed using Java and MarkLogic.
On doing google search, I was unable to find suitable examples and hence I am looking forward to all of you.
Please help me.
Have a look at the developer site for resources. This page includes links to a number of java-based projects:
http://developer.marklogic.com/code
You can connect to MarkLogic over HTTP or using XCC, a library that is similar to JDBC. Here's the guide for XCC:
http://developer.marklogic.com/pubs/5.0/books/xcc.pdf
and the javadocs are here:
http://developer.marklogic.com/pubs/5.0/javadoc/index.html
Finally, there's a great archive of discussion from the developer list on MarkMail:
http://marklogic.markmail.org
Kelly
Kelly's answer is good. Drilling into the dev site a little, try some of the interactive tutorials at http://developer.marklogic.com/try/ninja/index
If you are interested in developing a REST-ful interface, try Corona at http://developer.marklogic.com/try/corona/index
For more sample applications, http://developer.marklogic.com/code has a good list: http://developer.marklogic.com/code/boing-boing might be a good one to start with, and its code is on github.
I am using the latest netcdf jar library from unidata website here: http://www.unidata.ucar.edu/downloads/netcdf/index.jsp
I am looking for a java netcdf 4 tutorial/example but I can't seem to find one on their website or anywhere else for that matter. Version 4 is significantly different than the previous versions in that the write function (to write data to a variable) is no longer used and is replaced by writeCDL...I think. Has anyone used the latest version of netcdf with java? I'd really appreciate if someone could point me in the right direction. Thanks for your help! -Dom
P.S. Here is their tutorial website...with no mention of java: http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial/index.html
I'm currently also working on a project using NetCDF.
Unfortunately, the NetCDF API for Java only supports reading from NetCDF-4 files, not writing. This API on support writing to NetCDF-3 files.
As for tutorials or help about using it in Java, you can find the API javadoc here: http://www.unidata.ucar.edu/software/netcdf-java/v4.0/javadoc/overview-summary.html
and tutorial:
http://www.unidata.ucar.edu/software/netcdf-java/tutorial/
I sure hope this helps you. NetCDF seems like a great way to store scientific data, but NetCDF-3 lacks a tons of features (multiple unlimited dimensions are only available from 4). My best advice for you is to read every documentation you can find on Unidata website. Not just documentation for the Java API, but documentation on NetCDF in general. Check sample files, small examples of code as well. And play a bit with the netCDF Java utils they distribute in the Java download section.
Just a note that the netCDF-Java library (as of 4.3.13) has netCDF-4 write support via the netCDF C library. It's still in beta, but it does work and feedback is certainly appreciated!
Please see the netCDF-Java reference docs for more details.
Have you looked into the Nujan library? It's for writing netcdf4 files
There are a handful of open-flash-charts tutorials on the web, mostly php from what I can see. I know there is a Java helper class, but I haven't found documentation or examples.
The helper library is also includes in the ofcharts grails plugin.
Java/Groovy or Grails suggestions welcome.
thanks!
One of the single best sources I have found on it is here
From the site: "This site is now mainly used to post examples, help and patches for users requesting help in the OFC2 forum which I occassionally haunt."
Has proven invaluable in my developing Java/Grails charts with it. Bear in mind that you need to do little else to make the charts work than to generate JSON. To that end Grails is ideal - however what you will spend a lot of time working on is structuring that JSON data.
The linked site provides the most detailed JSON API documentation that exists for the different chart types OFC supports.
There is also a Java API reference open source project hosted on Google Code:
http://code.google.com/p/jofc2/
This is the code embedded in the Grails plugin I've been using so the documentation has helped a ton!