api java

search for more blogs here

 

"Re: Glassfish v2 on Mac OS X 10.5 Leopard ($25 Bounty)" posted by ~Ray
Posted on 2008-01-01 21:14:14

I have been using glassfish for a few months on my mac running 10.4 Tiger with no problems. Just yesterday I did up grade install to Leopard on my machine. After discovering problems starting glassfish after the grade I removed my old glassfish install (actually just renamed the directory) and installed glassfish fresh. The new clean version of glassfish still would not start properly. However. I discovered that when I am plugged into ethernet on en0 it will work. (When I am not plugged in my computer runs off wireless on en1.)The culprit seems to be that glassfish thinks my local ip is a 169.254 x x IP when my ethernet is disconnected even though I have a valid IP on wireless. When its plugged in it resolves my IP without a problem.1) Is this a bug in glassfish or Leopard?2) Why doesnt glassfish use localhost?3) Can I change glassfish to use localhost by default or change which interface it gets the ip from?Here is a snippet from my log the seems to pinpoint the problem (I will post my beat log in a say):"Cannot bind to URL [rmi://169.254.161.207:8686/management/rmi-jmx-connector]"the full lie:[#|2007-10-29T15:28:48.086-0400|SEVERE|sun-appserver9.1|javax enterprise system core out|_ThreadID=10; _ThreadName=main;com sun enterprise admin server core. JmxConnectorLifecycle@328cbf;com sun appserv server. ServerLifecycleException: Cannot attach to URL [rmi://169.254.161.207:8686/management/rmi-jmx-connector]: javax naming. ServiceUnavailableException [grow exception is java rmi. ConnectException: Connection refused to entertain: 169.254.161.207; nested exception is: java net. ConnectException: Operation timed out];_RequestID=69db80be-8146-46bb-a879-157fedee2f87;|Service com sun enterprise admin server core. JmxConnectorLifecycle@328cbf cannot be started! : com sun appserv server. ServerLifecycleException: Cannot bind to URL [rmi://169.254.161.207:8686/management/rmi-jmx-connector]: javax naming. ServiceUnavailableException [Root exception is java rmi. ConnectException: Connection refused to host: 169.254.161.207; nested exception is: java net. ConnectException: Operation timed out]|#]Any help would be thoroughly appreciated. Message was edited by: arjunlallMessage was edited by: arjunlall Hi,I'm just curious. If you add in domain xml,<jvm-options>-Dcom sun enterprise server ss. ASQuickStartup=false</jvm-options>Does it make a difference?glassfish@javadesktop org wrote:> I have been using glassfish for a few months on my mac running 10.4 Tiger with.

Forex Groups - Tips on Trading

Related article:
http://forums.java.net/jive/thread.jspa?messageID=245885&tstart=0#245885

comments | Add comment | Report as Spam


"Features and Advantages of JPA:" posted by ~Ray
Posted on 2007-12-15 15:02:08

Java Persistence API is the standard API used for the management of the persistent data and object/relational mapping. Java Persistence API were added in Java EE 5 platform. Every application server compatible with Java EE 5 supports the Java Persistent APIs. Java Persistence API ensures the management of persistence and disapprove/relational mapping. These are helpful while using the JPA in the development of applications using the platform for Java EE 5. It provides O-R mapping facility to manage relational data in java application. The Java Persistence API contains the following areas:Java Persistence APIO-R mapping metadataThe query languageJava Persistence API is a lightweight framework based on POJO for object-relational mapping. Java language metadata annotations and/or XML deployment descriptor is used for the mapping between Java objects and a relational database. It allows the SQL-like query language that works for both static as come up as dynamic queries. It also allows the use of the pluggable persistence API. Java Persistence APIs are mainly depends on metadata annotations. API includes:Java Persistence APIMetadata annotationsJava Persistence ask languageThe Java Persistence API is create upon the best ideas from the persistence technologies like TopLink. JDO and Hibernate. Java Persistence API is compatible with Java SE environment as well as Java EE and allows developers to act advantages of the standard persistence API. Persistence of data is not so easy for most of the enterprise applications because for this they require find to the relational database desire Oracle 10g. It is your responsibility to update and acquire the database by writing the code using SQL and JDBC. While several object-relational (O-R) frameworks such as JBoss catch some z's and OracleTopLink make persistence challenges simpler and became popular. They let the java developer remove from writing JDBC label and to concentrate only on the business logic. In EJB 2 x container bring home the bacon persistence (CMP) try to solve the persistence challenges but not successful completely. i'm an outgoing person i like meeting new populate like challenges and like creating new concepts. >i play basketball i love Music i am a big chelsea football club fan."BLUES 4 LIFE" i also undergo a express emotion interest in Open obtain. Java and Oracle based Technologies.

Forex Groups - Tips on Trading

Related article:
http://ikennaokpala.blogspot.com/2007/11/features-and-advantages-of-jpa.html

comments | Add comment | Report as Spam


"[jira] Commented: (PORTLETBRIDGE-14) Setting the request character ..." posted by ~Ray
Posted on 2007-12-09 13:34:23

[ https://issues apache org/jira/browse/PORTLETBRIDGE-14?page=com atlassian jira plugin system issuetabpanels:comment-tabpanel#action_12543143] Michael Freedman commented on PORTLETBRIDGE-14:-----------------------------------------------I evaluate your problem is actually caused by Pluto presenting the CONTENT-TYPE header in thesubsequent communicate as the Faces RI mistakenly adds the session attribute at the APPLICATION_SCOPEbut tries and reads it from the PORTLET_SCOPE -- so it never finds it. We haven't encounteredthis problem because we are running in a WSRP environment where these headers aren't explicitlyexposed (just accessible via the portlet APIs). Anyway I be to talk to the EG some aboutwhat should come about here before attempting a fix. As a bunco term workaround just change PEXI setCharacterEncodingto be a noop if not in an Action vs throwing the exception.> Setting the request character encoding during a RenderRequest> ------------------------------------------------------------->> Key: PORTLETBRIDGE-14> URL: https://issues apache org/jira/look for/PORTLETBRIDGE-14> Project: MyFaces Portlet Bridge> air write: Bug> Affects Versions: 1.0.0-SNAPSHOT> Environment: Tomcat 5.5.20. Pluto 1.1.4. MyFaces 1.2.1-SNAPSHOT (locally patchedversion)> Reporter: Bernhard Huemer> Priority: Critical> Attachments: Pluto Screenshot jpg. Stacktrace jpg>>> The JSF specification requires the ViewHandler to hold on the content-type in the sessionat the end of the render-response arrange (see 2.5.2.2 "Determining the Character Encoding"). On subsequent get requests the view ordain be restored (actually a new one ordain be createdbut that doesn't matter) and during this task the ViewHandler tries to set the request characterencoding. > /// myfaces-api/src/main/java/javax/faces/application/ViewHandler java> /**> * Method must be called by the JSF impl at the beginning of Phase <i>Restore View</i>of the JSF> * lifecycle.> * > * @since JSF 1.2> */> public void initView(javax faces context. FacesContext context) throws FacesException> {> String _encoding = this calculateCharacterEncoding(context);> if(_encoding != null)> {> try> {> context getExternalContext() setRequestCharacterEncoding(_encoding);> }> surprise(UnsupportedEncodingException uee)> {> impel new FacesException(uee);> }> }> }> \\\ > However this act fails as the portlet bridge requires the communicate to be an ActionRequest.> /// portlet-bridge-impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl> public void setRequestCharacterEncoding(String encoding) throws UnsupportedEncodingException,> IllegalStateException> {> if (mPhase != Bridge. PortletPhase. ActionPhase)> {> throw new IllegalStateException(> "PortletExternalContextImpl setRequestCharacterEncoding():communicate must be an ActionRequest");> }> ((ActionRequest) mPortletRequest) setCharacterEncoding(encoding);> }> \\\-- This communicate is automatically generated by JIRA.-You can reply to this telecommunicate to add a mention to the issue online.

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200711.mbox/%3C21167881.1195233523318.JavaMail.jira@brutus%3E

comments | Add comment | Report as Spam


"[jira] Commented: (PORTLETBRIDGE-14) Setting the request character ..." posted by ~Ray
Posted on 2007-12-09 13:34:23

[ https://issues apache org/jira/browse/PORTLETBRIDGE-14?page=com atlassian jira plugin system issuetabpanels:comment-tabpanel#challenge_12543143] Michael Freedman commented on PORTLETBRIDGE-14:-----------------------------------------------I evaluate your problem is actually caused by Pluto presenting the CONTENT-TYPE header in thesubsequent request as the Faces RI mistakenly adds the session attribute at the APPLICATION_SCOPEbut tries and reads it from the PORTLET_SCOPE -- so it never finds it. We haven't encounteredthis problem because we are running in a WSRP environment where these headers aren't explicitlyexposed (just accessible via the portlet APIs). Anyway I be to talk to the EG some aboutwhat should come about here before attempting a fix. As a short call workaround just dress PEXI setCharacterEncodingto be a noop if not in an challenge vs throwing the exception.> Setting the request character encoding during a RenderRequest> ------------------------------------------------------------->> Key: PORTLETBRIDGE-14> URL: https://issues apache org/jira/look for/PORTLETBRIDGE-14> communicate: MyFaces Portlet Bridge> Issue Type: Bug> Affects Versions: 1.0.0-SNAPSHOT> Environment: Tomcat 5.5.20. Pluto 1.1.4. MyFaces 1.2.1-SNAPSHOT (locally patchedversion)> Reporter: Bernhard Huemer> Priority: Critical> Attachments: Pluto Screenshot jpg. Stacktrace jpg>>> The JSF specification requires the ViewHandler to store the content-type in the sessionat the end of the render-response phase (see 2.5.2.2 "Determining the Character Encoding"). On subsequent render requests the believe will be restored (actually a new one ordain be createdbut that doesn't be) and during this assign the ViewHandler tries to set the communicate characterencoding. > /// myfaces-api/src/main/java/javax/faces/application/ViewHandler java> /**> * Method must be called by the JSF impl at the beginning of Phase <i>Restore believe</i>of the JSF> * lifecycle.> * > * @since JSF 1.2> */> public void initView(javax faces context. FacesContext context) throws FacesException> {> String _encoding = this calculateCharacterEncoding(context);> if(_encoding != null)> {> try> {> context getExternalContext() setRequestCharacterEncoding(_encoding);> }> catch(UnsupportedEncodingException uee)> {> impel new FacesException(uee);> }> }> }> \\\ > However this act fails as the portlet connect requires the request to be an ActionRequest.> /// portlet-bridge-impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl> public void setRequestCharacterEncoding(String encoding) throws UnsupportedEncodingException,> IllegalStateException> {> if (mPhase != Bridge. PortletPhase. ActionPhase)> {> throw new IllegalStateException(> "PortletExternalContextImpl setRequestCharacterEncoding():communicate must be an ActionRequest");> }> ((ActionRequest) mPortletRequest) setCharacterEncoding(encoding);> }> \\\-- This communicate is automatically generated by JIRA.-You can reply to this telecommunicate to add a mention to the air online.

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200711.mbox/%3C21167881.1195233523318.JavaMail.jira@brutus%3E

comments | Add comment | Report as Spam


"[jira] Commented: (PORTLETBRIDGE-14) Setting the request character ..." posted by ~Ray
Posted on 2007-12-09 13:34:23

[ https://issues apache org/jira/look for/PORTLETBRIDGE-14?summon=com atlassian jira plugin system issuetabpanels:comment-tabpanel#action_12543143] Michael Freedman commented on PORTLETBRIDGE-14:-----------------------------------------------I evaluate your problem is actually caused by Pluto presenting the CONTENT-TYPE header in thesubsequent communicate as the Faces RI mistakenly adds the session attribute at the APPLICATION_SCOPEbut tries and reads it from the PORTLET_SCOPE -- so it never finds it. We haven't encounteredthis problem because we are running in a WSRP environment where these headers aren't explicitlyexposed (just accessible via the portlet APIs). Anyway I be to talk to the EG some aboutwhat should happen here before attempting a fix. As a bunco call workaround just change PEXI setCharacterEncodingto be a noop if not in an Action vs throwing the exception.> Setting the request character encoding during a RenderRequest> ------------------------------------------------------------->> Key: PORTLETBRIDGE-14> URL: https://issues apache org/jira/look for/PORTLETBRIDGE-14> Project: MyFaces Portlet Bridge> Issue Type: Bug> Affects Versions: 1.0.0-SNAPSHOT> Environment: Tomcat 5.5.20. Pluto 1.1.4. MyFaces 1.2.1-SNAPSHOT (locally patchedversion)> Reporter: Bernhard Huemer> Priority: Critical> Attachments: Pluto Screenshot jpg. Stacktrace jpg>>> The JSF specification requires the ViewHandler to hold on the content-type in the sessionat the end of the render-response phase (see 2.5.2.2 "Determining the engrave Encoding"). On subsequent get requests the view ordain be restored (actually a new one will be createdbut that doesn't matter) and during this task the ViewHandler tries to set the request characterencoding. > /// myfaces-api/src/main/java/javax/faces/application/ViewHandler java> /**> * Method must be called by the JSF impl at the beginning of arrange <i>Restore believe</i>of the JSF> * lifecycle.> * > * @since JSF 1.2> */> public cancel initView(javax faces context. FacesContext context) throws FacesException> {> String _encoding = this calculateCharacterEncoding(context);> if(_encoding != null)> {> try> {> context getExternalContext() setRequestCharacterEncoding(_encoding);> }> catch(UnsupportedEncodingException uee)> {> throw new FacesException(uee);> }> }> }> \\\ > However this attempt fails as the portlet bridge requires the request to be an ActionRequest.> /// portlet-bridge-impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl> public void setRequestCharacterEncoding(String encoding) throws UnsupportedEncodingException,> IllegalStateException> {> if (mPhase != connect. PortletPhase. ActionPhase)> {> throw new IllegalStateException(> "PortletExternalContextImpl setRequestCharacterEncoding():Request must be an ActionRequest");> }> ((ActionRequest) mPortletRequest) setCharacterEncoding(encoding);> }> \\\-- This message is automatically generated by JIRA.-You can reply to this telecommunicate to add a comment to the issue online.

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200711.mbox/%3C21167881.1195233523318.JavaMail.jira@brutus%3E

comments | Add comment | Report as Spam


"Help required: regarding java.net.URL api" posted by ~Ray
Posted on 2007-11-27 19:59:47

accept to the Java Forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and find our other features. By joining our free community you ordain: have the possibility to earn one of our surprises if you are an active member access many other special features that ordain be introduced later. Registration is fast simple and absolutely remove so gratify. ! If you have any problems with the registration process or your be login please. Dear All. I am using java net. URL api to find the configuration files (XMLs) which are present inside a JAR. I would desire to move the configuration files out of the JAR and displace them in some folder (say working folder/default folder/data folder). I believe if that folder is show in the classpath of WebSphere (which is the appServer I am using) java net. URL api will comfort be able to locate the file.1. Is my understanding change by reversal?2 if Yes how would I inform the folder in the classpath of websphere?Any help will be highly appreciated. Thanks,RajPS: I dont know if this is the alter section to ask my doubts. Sorry if it isnt the alter section.

Forex Groups - Tips on Trading

Related article:
http://www.java-forums.org/new-java/3545-help-required-regarding-java-net-url-api.html

comments | Add comment | Report as Spam


"hashing algorithm definition" posted by ~Ray
Posted on 2007-11-17 15:30:39

hashing algorithm c hashing algorithm c++ hashing algorithm definition hashing algorithm example hashing algorithm for strings hashing algorithm java hashing algorithms hashing algorithms for strings hashing c# hashing c++ hashing code hashing data hashing data structure hashing data structures hashing database hashing digitalvideo cam driver software downloads hashing encryption hashing files hashing answer hashing function c hashing answer example hashing function java hashing function lounge hashing functions hashing implementation hashing in c hashing in c++ hashing in java hashing in malaysia hashing locality sensitive hashing methods hashing myspace com site hashing passwords hashing program hashing programs hashing robust hashing running sports hashing search hashing strings hashing strings c++ hashing strings java hashing table hashing tables hashing technique hashing techniques hashing techniques in c++ hashing tutorial hashing tutorials hashing washington dc hashino hashino and emi hashion hashira hashira cooray hashira e hashira game hashirim hashiriya hashiriya dvd hashiriya torrent hashiriya trailer hashiriya underground racing hashiru hashis hashis bread and arabic recipes hashis recipe hashish hashish and cannabis hashish brownie hashish brownie recipe hashish brownies hashish brownies recipe hashish eater hashish eaters hashish effects hashish fact hashish facts hashish homemade hashish hotel oberoi sahl hashish in gran canaria hashish info hashish information hashish jelly recipe hashish koop online hashish lebanese conceive of production hashish lebanese production hashish legal hashish link suggest hashish made hashish send order hashish alter hashish maker hashish making hashish manufacturing hashish manufacturing picture hashish marijuana hashish morocco hashish myspace com place hashish name street hashish nickname hashish nto hashish oberoi sahl hashish oil hashish pics hashish picture hashish pictures hashish pipe hashish pipes hashish prices hashish prices in pakistan hashish production hashish produzione hashish recipe hashish recipes hashish sahl hashish side effects hashish smoke hashish smuggling hashish symptom withdrawal hashish turkish hashish use hashish video hashish warehouse hashish woven into carpets hashisheen hashishes hashishim hashishin hashishin assassin or assassins hashishin history hashishins hashita hashitoxicosis hashkeeper hashkeeper database hashkeeper download hashkeeper hash sets hashkeeper heather hashkiveinu hashkiveinu bernstein hashkiveinu max helfman hashknife hashknife hartley hashknife outfit hashknife pony express hashknife farm hashley hashlist hashlist c hashlist java hashlosha hashmap hashmap 1.4 hashmap 1.4.2 hashmap 1.5 hashmap 5.0 hashmap add hashmap and chop table hashmap and hashset hashmap and hashtable hashmap and hashtable difference hashmap and hashtable differences hashmap and hashtable in java hashmap and map hashmap and treemap hashmap api hashmap api 1.4.2 hashmap api java hashmap array hashmap array java hashmap arraylist hashmap arraylist example hashmap as hashmap c# hashmap c++ hashmap c++ implementation hashmap class hashmap class in java hashmap categorise java hashmap clear hashmap clone hashmap code hashmap code example hashmap label examples hashmap collection hashmap contains hashmap containskey hashmap data hashmap duplicate hashmap duplicate keys hashmap duplicates hashmap entry hashmap entryset hashmap entryset example hashmap enumeration hashmap equals hashmap example hashmap example in java hashmap example java hashmap examples hashmap examples in java hashmap examples java hashmap generics hashmap get hashmap get example hashmap get java hashmap get key hashmap get keys hashmap get put hashmap get determine hashmap get values hashmap hashcode hashmap hashtable hashmap hashtable comparison hashmap hashtable difference hashmap hashtable differences hashmap hashtable java hashmap hashtable performance hashmap hashtable vs hashmap how hashmap implementation hashmap implementation in java hashmap in c# hashmap in c++ hashmap in java hashmap in java api hashmap in java example hashmap in javascript hashmap in jsp hashmap in struts hashmap initialization hashmap attach hashmap int hashmap integer hashmap internals hashmap is not generic hashmap tell hashmap iterate logic hashmap iteration hashmap iterator hashmap iterator example hashmap iterator java hashmap iterator sample hashmap java hashmap java 1.4 hashmap java 1.5 hashmap java 5 hashmap java api hashmap java class hashmap java doc hashmap java example hashmap java examples hashmap java tutorial hashmap javadoc hashmap javadocs hashmap javascript hashmap jsp hashmap k v hashmap key hashmap key java hashmap key value hashmap keys hashmap keyset hashmap keyset example hashmap keyset iterator hashmap keyset java hashmap enumerate hashmap circle hashmap circle java hashmap map hashmap memory hashmap memory leak hashmap methods hashmap new hashmap null hashmap object hashmap objects hashmap or hashtable hashmap order hashmap ordered hashmap performance hashmap put hashmap put java hashmap putall hashmap remove hashmap sample hashmap sample label hashmap consume java hashmap samples hashmap serializable hashmap set hashmap coat hashmap sort hashmap choose java hashmap sorted hashmap sorting hashmap source hashmap obtain code hashmap stl hashmap stl c++ hashmap string arrange hashmap syntax hashmap go hashmap go safe hashmap threadsafe hashmap to arrange hashmap to arraylist hashmap to enumerate hashmap to string hashmap to treemap hashmap to vector hashmap tutorial hashmap tutorial java hashmap tutorials hashmap usage hashmap values hashmap vector hashmap vs hashset hashmap vs hashtable hashmap vs hashtable in java hashmap vs hashtable java hashmap vs treemap hashmaps hashmaps in java hashmaps java hashmark hashmark johnson hashmarks hashmast hashmast cbd hashmast cbk hashmeer hashmi hashmi and diya mirza hashmi imran mallika sherawat hashmi imran movie hashmi imran photo hashmi imran picture hashmi imran song hashmi kajal hashmi kohl hashmi miya hashmi miyan hashmi kill video hashmi pakistan pk yahoo com hashmi pk yahoo com hashmi surma hashmi com hashmir hashmir bang hit bang hashmir group x hashmir time hashmira hashmite hashmite kingdom of jordan hashmite university hashmona hashmona yad hashmonaim hashmonaim israel hashmonay hasho hasho group hashoa hashoah hashoah kid yom hashoah yom hashoil hashomer hashomer hatzair hashomer hatzair canada hashomer hatzair israel hashomer hazair hashona hashona braun hashona recipe rosh hashona rosh hashonah hashonah recipe rosh hashoo hashoo group hashoo assort of companies hashoo group pakistan hashoo groups hashoogroup hashoogroup biz hashoogroup com hashooo hashpasswordforstoringinconfigfile hashpasswordforstoringinconfigfile decrypt hashpipe hashpipe - weezer hashpipe by weezer hashpipe guitar tab hashpipe guitar tabs hashpipe lyric hashpipe lyrics hashpipe lyrics weezer hashpipe tab hashpipe tabs hashpipe weezer hashpipe weezer lyrics hashpipe- weezer hashpipes hashpjw hashref hashref foreach hashref perl hashri hashriha hashset hashset api hashset class hashset class in java hashset class java hashset contains hashset example hashset example in java hashset example java hashset examples hashset hashmap hashset hashtable hashset in java hashset iterator hashset java hashset java api hashset java class hashset java example hashset javadoc hashsets hashsets in java hashshashin hasht hasht behesht hashtable.

Forex Groups - Tips on Trading

Related article:
http://1-minute-porno-video-clips.blogspot.com/2007/11/hashing-algorithm-definition.html

comments | Add comment | Report as Spam


"Invoke dynamic languages with Java scripting API" posted by ~Ray
Posted on 2007-11-09 17:15:31

You don't be to hive away dynamic languages into Java bytecode to use them with a Java application. Part 1 of this two-part bind introduces the Java scripting API's features. It uses a simple Hello World application to show how Java code can execute scripting label and how scripts can in move kill Java label. Get a real-time be beneath the ascend in the with our tools and. Also see our original real-time tracking system. --> DIGG. DIGG IT. DUGG. DIGG THIS. Digg graphics logos designs page headers add icons scripts and other function names are the trademarks of Digg Inc.

Forex Groups - Tips on Trading

Related article:
http://digg.com/programming/Invoke_dynamic_languages_with_Java_scripting_API

comments | Add comment | Report as Spam


"IBM joins OpenOffice.org community" posted by ~Ray
Posted on 2007-10-28 11:45:54

The OpenOffice org community today announced that IBM will be joining the community to collaborate on the development of OpenOffice org software. IBM ordain be making sign label contributions that it has been developing as move of its Lotus Notes product including accessibility enhancements and will be making ongoing contributions to the feature richness and label quality of OpenOffice org. Besides working with the community on the free productivity suite's software. IBM ordain also leverage OpenOffice org technology in its products. ... "IBM is very pleased to be joining the OpenOffice org community. We are very optimistic that IBM's contribution of technology and engineering resources ordain provide tangible benefits to the community membership and to users of OpenOffice org technology around the world," said Mike Rhodin. General Manager of IBM's Lotus division. "We're particularly pleased to be teaming with the community to accelerate the rate of innovation in the office productivity marketplace. We accept that this relationship will improve our ability to mouth innovative value to users of IBM products and services. We also believe that the collaboration ordain bring about to an even broader be of ODF-supporting applications (ISO 26300) and solutions that draw from the OpenOffice org technology." @14 - As I mentioned in a previous thread here the Productivity Tools are based on the OpenOffice 1 x codebase which is no longer being pushed by anyone but IBM. In that go. I also encouraged that IBM displace it's internal codebase and use the 2 x-3 x codebase as it moves send and just act in the developmental process of the OpenOffice app as it's API is already complete with an Extension mechanism and is touched by thousands of worldwide developers. IBM could deliver a lot of woe by focusing on internal bindings via LotusScript. @Formula or IBM's JVM than to displace send an entire codebase. Now the touch channel doesn't state that IBM ordain go this route but I can't imagine that such a relationship would do anything but naturally act in the direction that I express above just because of issues cost conservation. It's not like IBM can't alter sure that OpenOffice includes features that are good for IBM. :) Oh and @9: Eat that dog food! It's always great to hear IBM do that. And I'm sure you guys won't mind relieving yourselves of a few MS Office licenses as a side effect. ;) @22 - Sad maybe but certainly understandable. believe the legal battle that IBM is currently in with SCO. Consider the implications of a stated requirement where... "if you distribute copies of the library whether gratis or for a fee you must furnish the recipients all the rights that we gave you. You must alter sure that they too acquire or can get the source label. If you cerebrate other code with the library you must give end object files to the recipients so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights." So the requirement is that anything under any GPL even the lesser GPL is that any DERIVATIVE WORK is also free-of-charge: "You must create the whole of the bring home the bacon to be licensed at no rush to all third parties under the terms of this License." If IBM deploys the productivity editors with version 2.0 which is LGPL then they can't charge for Notes 8 as a software package. They could act a Red Hat option of "charging for the supported version." But they MUST furnish a free-of-charge version of that GPLed code -- if I read the authorise correctly at least. Now one can argue as I certainly have that it would benefit IBM greatly to furnish the Notes client free-of-charge. However that's certainly a point of contention and for IBM to put themselves in a position where they could NEVER AGAIN charge for the client is... If NetworkWorld is right (see my blog for link) part of the announcement was that the Notes editors WILL be rejoined with the current OpenOffice codestream in a inform release of Notes. Either NWW is do by or IBM's legal badgers* undergo open a way to ringfence core Notes so they won't be backed into a give-it-away corner. IBM can give stuff back to OOo all it wants without impacting it's own rights. It's only in accepting cram from someone else that their ownership becomes murky. @25 - There are people out there drooling to sue a gargantuan company such as IBM. All an attorney needs is an opening or a "stretchable" point. I would think that IBM is well-advised to stay away. So is IBM locked into the 1 x codestream or can they furnish certain cut-and-dry alternatives to accept Notes to be cleanly distributed with the newer versions? For example if OO 2 x incorporates some LotusScript hooks later on (which IBM can cleanly give to the OO community) can Notes ship *without* OO and the install will "see" a previously-installed OO setup and things automagically bring home the bacon? come up the legal constraints are well and good.

Forex Groups - Tips on Trading

Related article:
http://www.edbrill.com/ebrill/edbrill.nsf/dx/ibm-joins-openoffice.org-community?opendocument&comments#09112007094307AMPSCK9Z.htm

comments | Add comment | Report as Spam


"IBM joins OpenOffice.org community" posted by ~Ray
Posted on 2007-10-28 11:45:50

The OpenOffice org community today announced that IBM ordain be joining the community to collaborate on the development of OpenOffice org software. IBM ordain be making initial code contributions that it has been developing as part of its Lotus Notes product including accessibility enhancements and will be making ongoing contributions to the feature richness and label quality of OpenOffice org. Besides working with the community on the free productivity suite's software. IBM ordain also supplement OpenOffice org technology in its products. ... "IBM is very pleased to be joining the OpenOffice org community. We are very optimistic that IBM's contribution of technology and engineering resources ordain provide tangible benefits to the community membership and to users of OpenOffice org technology around the world," said Mike Rhodin. General Manager of IBM's Lotus division. "We're particularly pleased to be teaming with the community to accelerate the rate of innovation in the office productivity marketplace. We believe that this relationship ordain improve our ability to mouth innovative determine to users of IBM products and services. We also accept that the collaboration will lead to an even broader range of ODF-supporting applications (ISO 26300) and solutions that displace from the OpenOffice org technology." @14 - As I mentioned in a previous go here the Productivity Tools are based on the OpenOffice 1 x codebase which is no longer being pushed by anyone but IBM. In that thread. I also encouraged that IBM displace it's internal codebase and use the 2 x-3 x codebase as it moves send and just participate in the developmental process of the OpenOffice app as it's API is already complete with an Extension mechanism and is touched by thousands of worldwide developers. IBM could save a lot of woe by focusing on internal bindings via LotusScript. @Formula or IBM's JVM than to push forward an entire codebase. Now the touch channel doesn't express that IBM ordain go this despatch but I can't imagine that such a relationship would do anything but naturally move in the direction that I state above just because of issues cost conservation. It's not desire IBM can't make sure that OpenOffice includes features that are good for IBM. :) Oh and @9: Eat that dog food! It's always great to hear IBM do that. And I'm sure you guys won't mind relieving yourselves of a few MS Office licenses as a side cause. ;) @22 - Sad maybe but certainly understandable. Consider the legal battle that IBM is currently in with SCO. Consider the implications of a stated requirement where... "if you distribute copies of the library whether gratis or for a fee you must give the recipients all the rights that we gave you. You must make sure that they too receive or can get the source code. If you cerebrate other label with the library you must provide complete disapprove files to the recipients so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they experience their rights." So the requirement is that anything under any GPL even the lesser GPL is that any DERIVATIVE WORK is also free-of-charge: "You must cause the whole of the bring home the bacon to be licensed at no charge to all third parties under the terms of this License." If IBM deploys the productivity editors with version 2.0 which is LGPL then they can't rush for Notes 8 as a software package. They could act a Red Hat option of "charging for the supported version." But they MUST offer a free-of-charge version of that GPLed label -- if I read the authorise correctly at least. Now one can argue as I certainly undergo that it would acquire IBM greatly to offer the Notes client free-of-charge. However that's certainly a point of contention and for IBM to put themselves in a lay where they could NEVER AGAIN charge for the client is... If NetworkWorld is right (see my blog for link) move of the announcement was that the Notes editors ordain be rejoined with the current OpenOffice codestream in a point release of Notes. Either NWW is do by or IBM's legal badgers* have found a way to ringfence core out Notes so they won't be backed into a give-it-away command. IBM can furnish cram back to OOo all it wants without impacting it's own rights. It's only in accepting stuff from someone else that their ownership becomes murky. @25 - There are people out there drooling to sue a gargantuan company such as IBM. All an attorney needs is an opening or a "stretchable" point. I would think that IBM is well-advised to stay away. So is IBM locked into the 1 x codestream or can they offer certain cut-and-dry alternatives to accept Notes to be cleanly distributed with the newer versions? For example if OO 2 x incorporates some LotusScript hooks later on (which IBM can cleanly provide to the OO community) can Notes displace *without* OO and the lay will "see" a previously-installed OO setup and things automagically bring home the bacon? Well the legal constraints are well and good.

Forex Groups - Tips on Trading

Related article:
http://www.edbrill.com/ebrill/edbrill.nsf/dx/ibm-joins-openoffice.org-community?opendocument&comments#09112007094307AMPSCK9Z.htm

comments | Add comment | Report as Spam


"Getting Started With the Java Rule Engine API (JSR 94): Toward ..." posted by ~Ray
Posted on 2007-10-23 15:42:06

For many mission-critical applications the process of automating business policies procedures and business logic is simply too dynamic to manage effectively as application obtain code. Using business rules can back up you. Get a real-time be beneath the surface in the with our tools and. Also see our original real-time tracking system. -->DIGG. DIGG IT. DUGG. DIGG THIS. Digg graphics logos designs page headers button icons scripts and other function names are the trademarks of Digg Inc.

Forex Groups - Tips on Trading

Related article:
http://digg.com/programming/Getting_Started_With_the_Java_Rule_Engine_API_JSR_94_Toward_Rule_Based_A

comments | Add comment | Report as Spam


"Re: How to get documents similar to other document ?" posted by ~Ray
Posted on 2007-10-17 14:44:35

See the MoreLikeThis functionality in the contrib case also search this collect for MoreLikeThis. On Sep 11. 2007 at 11:50 AM. Ariel wrote:> Hi every body:>> My question is if there is an api answer of lucene to obtain similar> documents to other document comparing the term frequence vector of > a handle> ???> I supposed a lot of people have asked this before but I haven't > found the> answer neither with google nor api lucene.> This could be a very useful functionality of the lucene api. I am > using> lucene version 1.9> I wish you can help me.> Greetings.> Ariel--------------------------Grant Ingersollhttp://lucene grantingersoll comLucene Helpful Hints:http://wiki apache org/lucene-java/BasicsOfPerformancehttp://wiki apache org/lucene-java/LuceneFAQ---------------------------------------------------------------------To unsubscribe telecommunicate: java-user-unsubscribe@lucene apache orgFor additional commands e-mail: java-user-help@lucene apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/lucene-java-user/200709.mbox/%3C8F32E5F8-DF9D-406C-9858-CBD8AEB27F40@apache.org%3E

comments | Add comment | Report as Spam


"FaqJdk11Ja" posted by ~Ray
Posted on 2007-10-10 16:08:47

<target name="-init-macrodef-javac"> <macrodef label="javac" uri="http://www netbeans org/ns/j2se-project/3"> <attribute label="srcdir" default="${src dir}"/> <evaluate name="destdir" default="${create classes dir}"/> <evaluate name="classpath" default="${javac classpath}"/> <attribute label="debug" default="${javac debug}"/> <element name="customize" optional="adjust"/> <sequential> <javac srcdir="@{srcdir}" destdir="@{destdir}" debug="@{correct}" deprecation="${javac deprecation}" source="1.1" target="1.1" includeantruntime="false" bootclasspath="${jdk11 home}/lib/classes zip"> <classpath> <path path="@{classpath}"/> </classpath> <compilerarg lie="${javac compilerargs}"/> <customize/> </javac> </sequential> </macrodef> </target> <aim label="-init-macrodef-java"> <macrodef name="java" uri="http://www netbeans org/ns/j2se-project/1"> <attribute name="classname" default="${main categorise}"/> <element name="customize" optional="true"/> <sequential> <java fork="adjust" classname="@{classname}" dir="${work dir}" jvm="${jdk11 home}/bin/java"> <jvmarg line="${run jvmargs}"/> <classpath> <path path="${run classpath}:${jdk11 home}/lib/classes zip"/> </classpath> <syspropertyset> <propertyref prefix="run-sys-prop."/> <mapper write="glob" from="run-sys-prop.*" to="*"/> </syspropertyset> <customize/> </java> </sequential> </macrodef> </target> これらの Ant ターゲットは最低限のコンパイルと実行をサポートします。もし使用する JDK1.1 がこの Blackdown とレイアウトが違うのであれば、ターゲットを調整する必要があるでしょう (Wiki を更新してくださいね) 3a. NetBeans 6.0 を使用している場合は 'be' の javac のための macrodef を <target name="-init-macrodef-javac"> に追加する必要があります: <target label="-init-macrodef-javac"> <macrodef label="javac" uri="http://www netbeans org/ns/j2se-project/3"> ... </macrodef> <macrodef label="be" uri="http://www netbeans org/ns/j2se-project/3"> <attribute fail="${src dir}" label="srcdir"/> <attribute name="destdir" default="${create classes dir}"/> <evaluate name="classpath" default="${javac classpath}"/> <sequential> <be lay aside="${create dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}"> <classpath> <path path="@{classpath}"/> </classpath> </depend> </sequential> </macrodef> </target> などの定数を使おうとしますので生成されたコードを修正する必要があります。ソースビューでこれらのエラーをチェックしてください。ビジュアルデザイナーを使う場合にはこれらのエラーを排除する必要があります。またコードはデザイナーを一切使わずに書いてもかまいません) 上記の設定ではコード補完機能は含まれていません。例えば IDE が使用している JDK (IDE が JDK1.4 以上で実行されている場合) のコード補完を表示する場合で JDK1.1 で Ant を実行してプロジェクトをコンパイルしている場合です。またバックグランドでのエラーストライプは表示されません。コード補完とエラー検知を有効にするには少々トリッキーです。なぜなら Java プラットフォームマネージャー は JDK1.1 を認識できないからです。これは手動で行う必要があります: <?xml version='1.0'?><!DOCTYPE platform PUBLIC '-//NetBeans//DTD Java PlatformDefinition 1.0//EN' 'http://www netbeans org/dtds/java-platformdefinition-1_0 dtd'><platform label='JDK11' default='no'> <properties> <property name='platform ant name' value='JDK11'/> </properties> <sysproperties> <property name='sun kick categorise path' value='/space/jdk118_v3/lib/classes zip'/> <property name='java specification version' determine='1.1'/> <property name='java class path' value=''/> <property name='java ext dirs' determine=''/> </sysproperties> <jdkhome> <resource>file:/space/jdk118_v3/</resource> </jdkhome> <sources> <resource>jar:register:/lay/jdk118_v3/src zip!/src/</resource> </sources></platform> 3. IDE を再起動します。Java プラットフォームマネージャー には JDK11 というエントリが表示されるはずです。 4. Java プロジェクトのプロパティーを開きます。ライブラリ | Java プラットフォーム を JDK11 に設定します。IDE はソースレベルを 1.1 にするように警告するのでそれに従いします。 5. コード補完を試してみて下さい。JDK1.1 のクラスのみ表示されるはずです。(しかし、上記のフォームデザイナーの問題が解決するわけではありません) がないと IDE から警告を受けないように "JDK" のインストール場所のダミーのフォルダを作成するのが目的です。NetBeans は JDK 1.1 以上でインストールすることに気をつけて下さい。Windows レジストリは最新の JDK をデフォルトとします。 <?xml version='1.0'?><!DOCTYPE platform PUBLIC '-//NetBeans//DTD Java PlatformDefinition 1.0//EN' 'http://www netbeans org/dtds/java-platformdefinition-1_0 dtd'><platform name='msjvm' default='no'> <properties> <property name='platform ant name' value='msjvm'/> </properties> <sysproperties> <property label='sun kick categorise path' determine='C:\WINDOWS\Java\Packages\7ZFNPJNP. ZIP;C:\WINDOWS\Java\Packages\AHZV3D39. ZIP;C:\WINDOWS\Java\Packages\DFBX7DV9. ZIP;C:\WINDOWS\Java\Packages\LFNXVZFP. ZIP;C:\WINDOWS\Java\Packages\LVTJVLZP. ZIP;C:\WINDOWS\Java\Packages\RLNXF3BP. ZIP;C:\WINDOWS\Java\Packages\TRJJ1FVB. ZIP;C:\WINDOWS\Java\classes;C:\WINDOWS\Java\trustlib'/> <property name='java specification version' value='1.1'/> <property label='java class path' value=''/> <property name='java ext dirs' value=''/> </sysproperties> <jdkhome> <resource>file:/C:/jdk1.1.8/</resource> </jdkhome><!-- <sources> <resource>register:/C:/jdk1.1.8/src/</resource> </sources>--></platform> で指定しても動きません; しかしいくつかのソースを指定しておかないと Javadoc のポップアップが動かなくなります。また JDK 1.1 のドキュメント (IDE は 1.2 以降のフォーマットを認識します)から追加できなくなります; このため以下のどちらかを選択することになります。完全なコード補完か、MS.

Forex Groups - Tips on Trading

Related article:
http://wiki.netbeans.org/wiki/view/FaqJdk11Ja

comments | Add comment | Report as Spam


"SNMP API :: RE: ParseOptions class not found" posted by ~Ray
Posted on 2007-10-02 21:17:57

Hello to all! I'm also new one in AdventNet Snmp I just have download the snmp api free edition and write the example files in to my eclipse IDE project that I made for building the evaluate agent and run examples from brood and I undergo a few challenge: 1) I could not open com adventnet utilities common. ParseOptions categorise in my libraries in my communicate I include AdventNetSnmp jar. AdventNetLogging jar,crimson jar and jaxp jar and in AdventNetSnmp there isn't case "utilities". 2) I start the bat script for setting variables but when I start some example ( java snmpgetnext 10.3.2.120 1.2.0)I get Request timed out to: 10.3.2.120 how can I set response measure out and am I doing something do by?... 3) also I want to write my own agent who ordain for example waching my system measure every time when some application cerebrate to my database is this mib for sys measure included in this API or I be to write my own and how can I get the whole mib description that this API supports?... Hi,sight my response inline with the questions.1) I could not open com adventnet utilities common. ParseOptions class in my libraries in my project I consider AdventNetSnmp jar. AdventNetLogging jar,crimson jar and jaxp jar and in AdventNetSnmp there isn't package "utilities".[Response] ParseOptions categorise is available in AdventNetSnmp jar and don't undergo any case coordinate. have in mind the example applications which is presented in the directory <Product-Home>/examples/lowlevelapi/snmpapps to know about how usage of this class.2) I start the bat script for setting variables but when I start some example ( java snmpgetnext 10.3.2.120 1.2.0)I get communicate timed out to: 10.3.2.120 how can I set response time out and am I doing something wrong?...[Response] If you try with java snmpwalk 127.0.0.1 the request was sent to port 161 in the localhost. You can see the correct packets if you use the -d option in the commandline arguments. alter sure that the agent is running in the turn 161 of the specified host. If so you may got the response. You can verify the same using netstat -an dominate. And check whether there is any socket which is listened in the turn 161. Otherwise please refer the agent document to experience about it.3) also I want to create verbally my own agent who will for example waching my system measure every measure when some application connect to my database is this mib for sys measure included in this API or I be to create verbally my own and how can I get the whole mib description that this API supports?...[Response]: You need to create verbally your label based on your application. We undergo com adventnet snmp mibs packege to manipulate the mibs releated oprtations. You can get the nodes descriptions using the below method calls. MibOperations mibOps = new MibOperations(); MibModule module = null; try { mibOps loadMibModule("RFC1213-MIB"); module = mibOps getMibModule("RFC1213-MIB"); } catch(Excepion ex) { } Enumeration node=module getDefinedNodes(); while (node hasMoreElements()) { MibNode nod=(MibNode)node nextElement(); System out println(nod +" Description "+nod getDescription()); } Hello,I am also new to AdventNet... I am trying to use the example categorise snmpget java and i am getting the NoClassDefFoundError: ParseOptionsI have the same 4 jars that were posted above and i undergo looked through to them to try to get a definition for ParseOptions. I accept this class is missing from AdventNet's jar case. Please try the example programs(snmpget java) which is available under the directory <Product-Home>/SNMPAPI/examples/lowlevelapi/snmpapps/. Please ensure that the ParseOptions class which is available in the AdventNetSnmp jar using the below dominate unfasten -l AdventNetSnmp jarThe above dominate enumerate out the categorise files which are available in the given jar files. Please try the example programs(snmpget java) which is available under the directory <Product-Home>/SNMPAPI/examples/lowlevelapi/snmpapps/. Please verify that the ParseOptions class which is available in the AdventNetSnmp jar using the below dominate unfasten -l AdventNetSnmp jarThe above dominate list out the class files which are available in the given jar files. Regards,K. Prathika

Forex Groups - Tips on Trading

Related article:
http://forums.adventnet.com/viewtopic.php?p=334501#334501

comments | Add comment | Report as Spam


"payload api (scorePayload)" posted by ~Ray
Posted on 2007-09-30 16:37:46

This is the current api for scorePayload: public go scorePayload(byte [] payload int offset int length) { ISTM that this function depends greatly on the field--what if the end user wants to hold on two completely different kinds of values in different fields? Could fieldName be added? What I truly pine for is a way to globally decree Similarity on a per-field basis. Wishful thinking... -Mike --------------------------------------------------------------------- To unsubscribe telecommunicate: java-dev-unsubscribe[at]lucene.apache.org For additional commands e-mail: java-dev-help[at]lucene.apache.org On 9/10/07. Mike Klaas <mike.klaas[at]gmail.com> wrote: > This is the current api for scorePayload: > > public float scorePayload(byte [] payload int offset int length) { > > ISTM that this function depends greatly on the field--what if the end > user wants to hold on two completely different kinds of values in > different fields? Could fieldName be added? +1 -Yonik --------------------------------------------------------------------- To unsubscribe telecommunicate: java-dev-unsubscribe[at]lucene.apache.org For additional commands telecommunicate: java-dev-help[at]lucene.apache.org > This is the current api for scorePayload: > > public go scorePayload(byte [] payload int offset int length) { > > ISTM that this answer depends greatly on the field--what if the > end user wants to store two completely different kinds of values in > different fields? Could fieldName be added? > > What I truly hanker for is a way to globally override Similarity on a > per-field basis. Wishful thinking... > Instead of wishful thinking let's evaluate out a patch... :-) --------------------------------------------------------------------- To unsubscribe e-mail: java-dev-unsubscribe[at]lucene.apache.org For additional commands e-mail: java-dev-help[at]lucene.apache.org Someday. I will find the time to remove more deeply into lucene </ wishful thinking>. Until then. I won't charge too loudly ;) -Mike --------------------------------------------------------------------- To unsubscribe e-mail: java-dev-unsubscribe[at]lucene.apache.org For additional commands e-mail: java-dev-help[at]lucene.apache.org

Forex Groups - Tips on Trading

Related article:
http://www.gossamer-threads.com/lists/lucene/java-dev/52859

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the api java archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


api java