Hi all,
I have a problem using the Yahoo Java API when submiting a query of a
type "link: URL" to get all the URL's the given URL appears in.
This happend only when using the API. When I use the yahoo homepage and
submit a query in that format, it works.
Is it a known problem? Does anyone have sugestions?
Thanks,
Itamar
--- In ydn-java@yahoogroups.com, "Itamar Laserson"
<itamar_laserson@...> wrote:
>
> Hi all,
> I have a problem using the Yahoo Java API when submiting a query of a
> type "link: URL" to get all the URL's the given URL appears in.
> This happend only when using the API. When I use the yahoo homepage and
> submit a query in that format, it works.
> Is it a known problem? Does anyone have sugestions?
>
> Thanks,
> Itamar
>
It has been awhile since I taught/used Java. Also I am not great as
a soothsayer able to see your code that you did not post. If you
want an answer, I suggest you post your code and what is correctly
returned when you use the yahoo homepage and what is incorrectly
returned when you submit the Java API for "link: URL". Even then
I may have to ask more questions about context. But others can
and may answer more quickly if they actually see the code.
Hope I can help,
Oouc
http://developer.yahoo.com/java/ Invalid link for YahooBBAuthServlet.java (extension java is coming twice)
http://developer.yahoo.com/java/samples/YahooBBAuthRequest.java 'String authURL = "https://api.login.yahoo.com" + authWS + "?appcd=' appcd should be appid
Also, I was getting MD5 sig 0b89cd... from Yahoo while the code given was calculating b89cd... (ignoring leading 0). I used code given in http://www.koders.com/java/fid9708D032DD7945A0AB024E8220F8C6472C652C3B.aspx?s=md5
I am developing a Java app that will display the weather and a 5 day
forecast. However, the weather API only gives the current day's and
the next day's forecast. Is there some way I can get a 5 day forecast?
If not, is there a RESTful web service that will allow me to get a 5
day forecast?
--- In ydn-java@yahoogroups.com, "Dan Olsen" <dan@...> wrote:
>
> I am developing a Java app that will display the weather and a 5 day
> forecast. However, the weather API only gives the current day's and
> the next day's forecast. Is there some way I can get a 5 day forecast?
> If not, is there a RESTful web service that will allow me to get a 5
> day forecast?
>
Sorry, due to contractual restrictions, we can't offer the five day
forecast.
wunderground.com has a two day forecast as part of the RSS feed they
provide per page. It's ok, but not really detailed.
e.g.
http://rss.wunderground.com/auto/rss_full/CA/San_Jose.xml?units=both
There is the National Digital Forecast Database from NOAA
<http://www.weather.gov/ndfd/> but that's soap based. There is a "Web
Service" offering as well
<http://www.weather.gov/forecasts/xml/OGC_services/> but a bit closer
to REST. (You can use the Geocoder
<http://developer.yahoo.com/maps/rest/V1/geocode.html> to get the
lat/long of a location.)
Hope that helps.
hi ,all
i have seached it with google .but nothing about it . and there is
no the calander api too on the YDN . who can tell me how to find it ?
thx
Thank in advice
liuqing
So I'm just trying out Yahoo Web Services and there's something really
simple and basic that I'm confused about. I have an appid and the
example I'm trying does require that I specify an appid but it doesn't
seem to care what it is or even if it is valid.
Looking at http://developer.yahoo.com/java/howto-reqRestJava.html and
the example YahooWebServiceGet.java
The example has
String request = "http://search.yahooapis.com/WebSearchService/V1/
webSearch?appid=YahooDemo&query=madonna&results=2";
I can replace appid with any random string and the example still
works. Shouldn't I have to put in the appid string for the appid I
defined.
This works ...
String request =
"http://search.yahooapis.com/WebSearchService/V1/
webSearch?appid=JUNK&query=pizza&results=2";
And this works ...
String request =
"http://weather.yahooapis.com/forecastrss?appid=MoreJUNK&p=94089";
--- In ydn-java@yahoogroups.com, "Ted Kubaska" <ted.kubaska@...> wrote:
> So I'm just trying out Yahoo Web Services and there's something really
> simple and basic that I'm confused about. I have an appid and the
> example I'm trying does require that I specify an appid but it doesn't
> seem to care what it is or even if it is valid.
Ted, it's a bit of a legacy design. Our terms of service require that
developers register for a unique AppID (API Key) and use that as part
of their webservice calls. Some of our webservices don't authenticate
that the AppID passed is valid, so as you observed any string will
work. (This is also true for 'YahooDemo' which we use as a demo key in
our documentation.)
It's best to "future proof" your application by using a real AppID.
If/when AppID validation is implemented, you'll be covered.
Brian Cantoni
Yahoo! Developer Network
--- In ydn-java@yahoogroups.com, "jx4245" <jx4245@...> wrote:
> i have seached it with google .but nothing about it . and there is
> no the calander api too on the YDN . who can tell me how to find it
Unfortunately we do not yet have a public API for the Yahoo! Calendar
service.
Brian Cantoni
Yahoo! Developer Network
Is anybody know write proxy in java for Cross-Domain XMLHttpRequest
Calls?
http://developer.yahoo.com/javascript/howto-proxy.html given proxy
implementation in php, same i want to implemenat in java.
If anybody worked on please let me know.
Is anybody know how to write proxy for Cross-Domain XMLHttpRequest
Calls in java?
http://developer.yahoo.com/javascript/howto-proxy.html mention proxy
in php, same I wanted to do in java
If anybody worked on it please let me know.
Senior Java Developer LibreDigital Team Openings
We are looking to hire multiple Developers to execute critical
development projects and implement new technologies for the
LibreDigital Digital Warehouse.
Java Developer-eCommerce
Extensive experience with eCommerce development including:
o integration with multiple card processors
o integration with social networking sites to promote viral
marketing strategies
Java Developer-Data Mining & Reporting
Extensive experience designing User Interfaces that provide
an intuitive environment for users to access their data
General Responsibilities
Design and write high-performance reliable and maintainable
code for a variety of concurrent development projects
Lead development projects in the areas of client-server, web
services and database interaction
Clearly articulate, both verbally and through documentation,
the reasoning behind decision-making as well as problem resolution
General Requirements
5+ years experience developing applications in Java, with in-
depth experience with distributed enterprise class applications
Knowledge of and extensive experience working with: Java
(SE,EE), Web Services, JSF, Hibernate, Servlets, XML/XSLT, Maven,
Ant, EJB(3), JCA, JPA, Eclipse IDE, JBoss 4.x, 5, OOAD
Experience with: Java Web Services Developer Pack (JAXB,
JAXP, JAXP-RPC), JSF (Icelets, Facelets, RichFaces), XML APIs, JSP
(1,2), EJB (1,2,3), Spring, RAI, SWT/Jface, Websphere/BEA Weblogic
Java Web Services Developer Pack (JAXB, JAXP, JAXP-RPC), JSF
(Icelets, Facelets, RichFaces), XML APIs, JSP (1,2), EJB (1,2,3),
Spring, RAI, SWT/Jface, Websphere/BEA Weblogic
Strong problem solving and analytical abilities
Ability to work efficiently and effectively in a deadline
driven environment
Ability to work successfully both independently and in a team
setting
Excellent written and verbal communication skills
BSCS or equivalent industry experience
To apply, please send your resume to: 51605@...
with an indication in your cover email of which role is best suited
to your experience. Qualified applicants will be responded to as
quickly as possible. No phone calls please. Preference will be
given to local, Austin, TX based candidates. Relocation for non-
local candidates will be evaluated on a case-by-case basis.
LibreDigital is a privately held developer of technology that enables
publishers to capture readers of books and publications through
digital formats. This position is based in their corporate
headquarters in Austin, TX. Learn more about the company at:
www.libredigital.com
Senior Java Developer LibreDigital Team Openings
We are looking to hire multiple Developers to execute critical
development projects and implement new technologies for the
LibreDigital Digital Warehouse.
Java Developer-eCommerce
Extensive experience with eCommerce development including:
o integration with multiple card processors
o integration with social networking sites to promote viral
marketing strategies
Java Developer-Data Mining & Reporting
Extensive experience designing User Interfaces that provide
an intuitive environment for users to access their data
General Responsibilities
Design and write high-performance reliable and maintainable
code for a variety of concurrent development projects
Lead development projects in the areas of client-server, web
services and database interaction
Clearly articulate, both verbally and through documentation,
the reasoning behind decision-making as well as problem resolution
General Requirements
5+ years experience developing applications in Java, with in-
depth experience with distributed enterprise class applications
Knowledge of and extensive experience working with: Java
(SE,EE), Web Services, JSF, Hibernate, Servlets, XML/XSLT, Maven,
Ant, EJB(3), JCA, JPA, Eclipse IDE, JBoss 4.x, 5, OOAD
Experience with: Java Web Services Developer Pack (JAXB,
JAXP, JAXP-RPC), JSF (Icelets, Facelets, RichFaces), XML APIs, JSP
(1,2), EJB (1,2,3), Spring, RAI, SWT/Jface, Websphere/BEA Weblogic
Java Web Services Developer Pack (JAXB, JAXP, JAXP-RPC), JSF
(Icelets, Facelets, RichFaces), XML APIs, JSP (1,2), EJB (1,2,3),
Spring, RAI, SWT/Jface, Websphere/BEA Weblogic
Strong problem solving and analytical abilities
Ability to work efficiently and effectively in a deadline
driven environment
Ability to work successfully both independently and in a team
setting
Excellent written and verbal communication skills
BSCS or equivalent industry experience
To apply, please send your resume to: 51605@...
with an indication in your cover email of which role is best suited
to your experience. Qualified applicants will be responded to as
quickly as possible. No phone calls please. Preference will be
given to local, Austin, TX based candidates. Relocation for non-
local candidates will be evaluated on a case-by-case basis.
LibreDigital is a privately held developer of technology that enables
publishers to capture readers of books and publications through
digital formats. This position is based in their corporate
headquarters in Austin, TX. Learn more about the company at:
www.libredigital.com
Hello,
Finally after a lot of reviews of Google GWT, Adobe Flex and
others i opted for yahoo YUI. But still there is an issue.
"DO yui support MVC ?" I am relatively new to yui so i think this
question can be awkward. But crawling on the internet gave me no idea
abt this. Can you please give direction or share you experience on
implementing a MVC architecture in YUI with the community ?
My specific requirement is that, i need to send a Query String
action=XYZ to the Controller that will return the result of the Model.
Please reply soon....
Senior Java Developer LibreDigital Team Openings
We are looking to hire multiple Developers to execute critical
development projects and implement new technologies for the
LibreDigital Digital Warehouse.
Java Developer-eCommerce
Extensive experience with eCommerce development including:
o integration with multiple card processors
o integration with social networking sites to promote viral
marketing strategies
Java Developer-Data Mining & Reporting
Extensive experience designing User Interfaces that provide
an intuitive environment for users to access their data
General Responsibilities
Design and write high-performance reliable and maintainable
code for a variety of concurrent development projects
Lead development projects in the areas of client-server, web
services and database interaction
Clearly articulate, both verbally and through documentation,
the reasoning behind decision-making as well as problem resolution
General Requirements
5+ years experience developing applications in Java, with in-
depth experience with distributed enterprise class applications
Knowledge of and extensive experience working with: Java
(SE,EE), Web Services, JSF, Hibernate, Servlets, XML/XSLT, Maven,
Ant, EJB(3), JCA, JPA, Eclipse IDE, JBoss 4.x, 5, OOAD
Experience with: Java Web Services Developer Pack (JAXB,
JAXP, JAXP-RPC), JSF (Icelets, Facelets, RichFaces), XML APIs, JSP
(1,2), EJB (1,2,3), Spring, RAI, SWT/Jface, Websphere/BEA Weblogic
Java Web Services Developer Pack (JAXB, JAXP, JAXP-RPC), JSF
(Icelets, Facelets, RichFaces), XML APIs, JSP (1,2), EJB (1,2,3),
Spring, RAI, SWT/Jface, Websphere/BEA Weblogic
Strong problem solving and analytical abilities
Ability to work efficiently and effectively in a deadline
driven environment
Ability to work successfully both independently and in a team
setting
Excellent written and verbal communication skills
BSCS or equivalent industry experience
To apply, please send your resume to: 51605@...
with an indication in your cover email of which role is best suited
to your experience. Qualified applicants will be responded to as
quickly as possible. No phone calls please. Preference will be
given to local, Austin, TX based candidates. Relocation for non-
local candidates will be evaluated on a case-by-case basis.
LibreDigital is a privately held developer of technology that enables
publishers to capture readers of books and publications through
digital formats. This position is based in their corporate
headquarters in Austin, TX. Learn more about the company at:
www.libredigital.com
Java/UI Developer
LibreDigital is seeking a dynamic Java/UI Developer with extensive
experience leading the development of intuitive web user interfaces
with expert working knowledge of JEE and how it integrates with the
new interface designs of Adobe Flex. Your main responsibility will
be the design and development of cutting-edge RIAs using the Adobe
Flex platform.
LibreDigital is a privately held developer of technology that enables
publishers to capture readers of books and publications through
digital formats. Learn more about LibreDigital at:
www.libredigital.com
Requirements:
3+ years development experience in Java (JEE specifically),
XML, Ajax and JSF
2+ years development experience of enterprise level Adobe
Flex solutions
Extensive experience with Seam framework
Good working experience with Oracle/SQL databases
Excellent oral and written communication skills
Plus experience with ColdFusion
To apply, please send your resume to: 51608@...
Qualified applicants will be responded to as quickly as possible. No
phone calls please. Candidates who are local to Austin will be
considered first. Relocation will be evaluated on a case-by-case
basis.
Hi
I have been looking around for a way to getting a streaming stock quote into a
java application. If I request a stock quote, say
http://finance.yahoo.com/q?s=EMG.L the clearly the web page interacts with the
server and manages to get a streaming quote for, in this case, EMG.L. How would
I do the same within a java application? Obviously I can poll and scrape the web
page but that isn't either efficient or clean.
Any help would be appreciated
Richard
Hi folks
i have problems with the BBAuthentication...
after generating the login URL and accessing it, I get
https://api.login.yahoo.com/WSLogin/V1/wslogin?appid=r9rAyuLIkZrlFiiDTqzmRhwDYBh\
\
pBLg0CdIpusrfwHio&appdata=foobar&ts=1237033428&sig=171fa89f7acdd8c88128ee71d03cd\
\
d57
Sorry! This service is currently unavailable.
Invalid (missing) src or appid
whats wrong??? :-(
one more question:
on this site I can see all my registered applications
https://developer.yahoo.com/dashboard/
like this:
Avalanche
AppID: .tfQ6DPIkY07rN8yPRy5oozUqByTjcITCAdBHgLrI8S6gQ--
Shared Secret: Show Secrets
BBAuth URL: http://andiger.homelinux.org/ybbauth
Access Scope(s): music
if I click on "Show Secrets", i get:
BBAuth URL: http://******
ID: r9rAyuLIkZrlFiiDTqzmRhwDYBhpBLg0CdIpusrfwHio
Shared Secret: ***********
Scope: Yahoo! Music
I just wonder, why there are different ID,s?
.tfQ6DPIkY07rN8yPRy5oozUqByTjcITCAdBHgLrI8S6gQ--
and
r9rAyuLIkZrlFiiDTqzmRhwDYBhpBLg0CdIpusrfwHio
which one should be used for the BBAuth?
actually I tried every option, but got always the same errors
Sorry! This service is currently unavailable.
Invalid (missing) src or appid
what am i doing wrong?
regards
andre
Hi everyone,
We're going to be moving this group to the new Yahoo! Developer Network
forums. This group will be closing at the end of April.
The forums will make it easier and faster to get answers, as you will
be able to search for answers from other related groups, too.
The new Java Development Forum is at:
http://developer.yahoo.net/forum/index.php?showforum=71
Please post all future questions and comments there!
Sincerely,
Robyn Tippins
Community Manager, YDN
This group is closed. In the future, please visit:
http://developer.yahoo.net/forum/index.php?showforum=71
Robyn Tippins
Community Manager, YDN
--- In ydn-java@yahoogroups.com, "Robyn Tippins" <rtippins@...> wrote:
>
> Hi everyone,
>
> We're going to be moving this group to the new Yahoo! Developer Network
> forums. This group will be closing at the end of April.
>
> The forums will make it easier and faster to get answers, as you will
> be able to search for answers from other related groups, too.
>
> The new Java Development Forum is at:
> http://developer.yahoo.net/forum/index.php?showforum=71
>
> Please post all future questions and comments there!
>
> Sincerely,
>
> Robyn Tippins
> Community Manager, YDN
>