Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-java · Yahoo! Java Developer Support Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1 - 27 of 27   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1 From: "Itamar Laserson" <itamar_laserson@...>
Date: Sun Nov 25, 2007 10:27 am
Subject: submitting a query of type "link: URL"
itamar_laserson
Send Email Send Email
 
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

#2 From: "oouc" <oouc@...>
Date: Sun Jan 6, 2008 6:13 am
Subject: Re: submitting a query of type "link: URL"
oouc
Send Email Send Email
 
--- 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

#3 From: "Ankit Gupta" <mail2ankit@...>
Date: Sun Feb 10, 2008 6:41 am
Subject: Errata for Java Development Center - YDN
mail2ankit
Send Email Send Email
 

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


#4 From: "JR Conlin" <jrconlin@...>
Date: Mon Mar 3, 2008 11:31 pm
Subject: Re: Errata for Java Development Center - YDN
jrconlin
Send Email Send Email
 
As a follow-up, looks like these were fixed. Sorry for the delay, and
thanks for spotting those.

--- In ydn-java@yahoogroups.com, "Ankit Gupta" <mail2ankit@...> wrote:
>
>
> 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.a\
> spx?s=md5
>

#5 From: "Dan Olsen" <dan@...>
Date: Thu Apr 24, 2008 4:25 pm
Subject: Yahoo! Weather API
danolseneclab
Send Email Send Email
 
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?

#6 From: "JR Conlin" <jrconlin@...>
Date: Sun Apr 27, 2008 12:57 am
Subject: Re: Yahoo! Weather API
jrconlin
Send Email Send Email
 
--- 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.

#7 From: "G" <martinsgreg@...>
Date: Sun Aug 17, 2008 2:19 am
Subject: No clue why boss doesn't like my request
ihatethissit...
Send Email Send Email
 
I'm trying the url
http://boss.yahooapis.com/ysearch/web/v1/playstation?appid=pN4wiHXV34G1V8I.eObMI\
plkSxexawQU2dVbYmcLSaBe4kJKOiY0YXihzS4rbv1HDURHv0KEMaOwDadvUYjVb.4-&count=12&fil\
ter=-porn&type=html

But I get the message
<yahoo:error>
<yahoo:code>403</yahoo:code>
<yahoo:description>Access is forbidden to the requested
page</yahoo:description>
<yahoo:detail>Invalid bbAuth AppID</yahoo:detail>
</yahoo:error>

I have no idea why it doesn't work. Does BOSS need BBAuth ID? Isn't it
just for web applications? Mine is a desktop one. The appid I am using
is in the generic id category.

Any light on why yahoo doesn't like my request is welcome.

Thanks

Greg

#8 From: "jx4245" <jx4245@...>
Date: Tue Aug 26, 2008 1:44 am
Subject: who know the yahoo calander api ?
jx4245
Send Email Send Email
 
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

#9 From: "Ted Kubaska" <ted.kubaska@...>
Date: Sun Sep 7, 2008 7:07 am
Subject: Why doesn't it matter what I put in for appid?
markcasimer
Send Email Send Email
 
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";

#10 From: "Brian Cantoni" <bcantoni@...>
Date: Tue Nov 11, 2008 5:42 pm
Subject: Re: Why doesn't it matter what I put in for appid?
brian.cantoni
Send Email Send Email
 
--- 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

#11 From: "Brian Cantoni" <bcantoni@...>
Date: Tue Nov 11, 2008 5:44 pm
Subject: Re: No clue why boss doesn't like my request
brian.cantoni
Send Email Send Email
 
--- In ydn-java@yahoogroups.com, "G" <martinsgreg@...> wrote:

> I'm trying the url
>
http://boss.yahooapis.com/ysearch/web/v1/playstation?appid=pN4wiHXV34G1V8I.eObMI\
plkSxexawQU2dVbYmcLSaBe4kJKOiY0YXihzS4rbv1HDURHv0KEMaOwDadvUYjVb.4-&count=12&fil\
ter=-porn&type=html
>
> But I get the message
> <yahoo:error>
> <yahoo:code>403</yahoo:code>
> <yahoo:description>Access is forbidden to the requested
> page</yahoo:description>
> <yahoo:detail>Invalid bbAuth AppID</yahoo:detail>
> </yahoo:error>

Greg, getting caught up on old messages and in case anyone else runs
into this: You are correct in that BOSS does require bbAuth AppID in
order to work correctly.

For any specific questions related to the BOSS interface, I encourage
developers to visit the BOSS forum:
http://tech.groups.yahoo.com/group/ysearchboss/

Brian Cantoni
Yahoo! Developer Network

#12 From: "Brian Cantoni" <bcantoni@...>
Date: Tue Nov 11, 2008 5:46 pm
Subject: Re: who know the yahoo calander api ?
brian.cantoni
Send Email Send Email
 
--- 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

#13 From: "w4hy03_06018124" <w4hy03_06018124@...>
Date: Sun Nov 16, 2008 6:24 am
Subject: Help Me Please
w4hy03_06018124
Send Email Send Email
 
Guys, I want to make YMClient with java Me..
What Must i do .. you have tutorial to help me ?

#15 From: "kaylondaniels" <kaylondaniels@...>
Date: Thu Dec 4, 2008 8:39 pm
Subject: YQL & Java
kaylondaniels
Send Email Send Email
 
Is there an example showing the proper syntax of a YQL query from a
Java app? Thx.

#16 From: "shwetanaik52" <shwetanaik52@...>
Date: Tue Jan 13, 2009 8:35 am
Subject: java Web Proxy for Cross-Domain XMLHttpRequest Calls
shwetanaik52
Send Email Send Email
 
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.

#17 From: "shwetanaik52" <shwetanaik52@...>
Date: Tue Jan 13, 2009 8:40 am
Subject: Java Web Proxy for Cross-Domain XMLHttpRequest Calls
shwetanaik52
Send Email Send Email
 
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.

#18 From: "amwfllc" <amwfllc@...>
Date: Thu Feb 12, 2009 1:03 am
Subject: 3 Sr Java Openings - Libre Digital - Austin, TX
amwfllc
Send Email Send Email
 
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

#19 From: "amwfllc" <amwfllc@...>
Date: Mon Feb 23, 2009 7:21 pm
Subject: 3 Sr Java Developer Job Opportunities - Austin, TX
amwfllc
Send Email Send Email
 
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

#20 From: "herin1213" <honeyruhela@...>
Date: Mon Feb 16, 2009 5:17 am
Subject: MVC with YUI
herin1213
Send Email Send Email
 
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....

#21 From: "amwfllc" <amwfllc@...>
Date: Mon Feb 16, 2009 6:35 pm
Subject: 3 Full Time Sr Java Openings - Austin,TX
amwfllc
Send Email Send Email
 
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

#22 From: "amwfllc" <amwfllc@...>
Date: Wed Feb 25, 2009 12:48 am
Subject: Job Order - Java/UI Developer - Austin, TX
amwfllc
Send Email Send Email
 
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.

#23 From: "richard.bibb@..." <richard.bibb@...>
Date: Thu Mar 12, 2009 5:18 pm
Subject: Getting a streaming stock quote data into a java application
richard.bibb...
Send Email Send Email
 
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

#24 From: "a.reiter@..." <a.reiter@...>
Date: Mon Mar 16, 2009 12:57 pm
Subject: BBAuth
a.reiter...
Send Email Send Email
 
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

#25 From: "diogoprosoft" <diogoprosoft@...>
Date: Mon Mar 16, 2009 5:22 pm
Subject: Help with weather layout framework yahoo
diogoprosoft
Send Email Send Email
 
How do I change the country and the state weather, I am not able

#26 From: "Robyn Tippins" <rtippins@...>
Date: Mon Apr 6, 2009 10:20 pm
Subject: Moving this group to YDN Forums
duzins
Send Email Send Email
 
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

#27 From: "Robyn Tippins" <rtippins@...>
Date: Thu May 14, 2009 10:36 pm
Subject: Re: Moving this group to YDN Forums
duzins
Send Email Send Email
 
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
>

Messages 1 - 27 of 27   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help