source java

search for more blogs here

 

"Hamlets" posted by ~Ray
Posted on 2008-11-13 12:16:43

Hamlets (previously known as IBM Servlet-based Content Creation Framework) is an open source system for generating dynamic web-pages originally developed by René Pawlitzek at IBM. A Hamlet is a servlet extension that reads XHTML template files containing presentation using SAX (the Simple API for XML) and dynamically adds content on the fly to those places in the template which are marked with special tags and IDs using a small set of callback functions. A template compiler can be used to accerate Hamlets. Hamlets provide an easy-to-use easy-to-understand lightweight small-footprint servlet-based content creation framework that facilitates the development of Web-based applications. The Hamlets framework not only supports but also enforces the complete separation of content and presentation.

Forex Groups - Tips on Trading

Related article:
http://java-source.net/open-source/web-frameworks/hamlets

comments | Add comment | Report as Spam


"Proximity" posted by ~Ray
Posted on 2008-03-12 23:08:13

Proximity (px-core) is a generic fetch-and-cache engine with various extra capabilities like indexing. The Px-Core module is driven by Maven bindings (px-core-maven) to implement a Maven Proxy application behaviour. Proximity is in function somewhere between http-proxy and proactive-mirror. Proximity is not HTTP Proxy. One of it's primary use is as Java web application to serve as maven proxy on our company's intranet. As for reducing outgoing merchandise (caching central and other maven repos) aggregating more repositories (reducing project config) with acting as one logical repository and for publishing in-house and other external maven artifacts which are not uploadable to ibiblio (like commercial projects. J2EE Jars etc...).

Forex Groups - Tips on Trading

Related article:
http://java-source.net/open-source/build-systems/proximity

comments | Add comment | Report as Spam


"Proximity" posted by ~Ray
Posted on 2008-03-12 23:08:11

Proximity (px-core) is a generic fetch-and-cache engine with various extra capabilities like indexing. The Px-Core module is driven by Maven bindings (px-core-maven) to implement a Maven Proxy application behaviour. Proximity is in answer somewhere between http-proxy and proactive-mirror. Proximity is not HTTP Proxy. One of it's primary use is as Java web application to serve as maven proxy on our company's intranet. As for reducing outgoing traffic (caching central and other maven repos) aggregating more repositories (reducing project config) with acting as one logical repository and for publishing in-house and other external maven artifacts which are not uploadable to ibiblio (like commercial projects. J2EE Jars etc...).

Forex Groups - Tips on Trading

Related article:
http://java-source.net/open-source/build-systems/proximity

comments | Add comment | Report as Spam


"Asset Explorer :: Server error 500's when trying to view workstations" posted by ~Ray
Posted on 2008-01-01 21:13:12

HTTP Status 500 -type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request exceptionjavax servlet. ServletException: [AssetRI] Exception occured while inserting rows org apache jasper runtime. PageContextImpl doHandlePageException(PageContextImpl java:825)org apache jasper runtime. PageContextImpl handlePageException(PageContextImpl java:758)org apache jsp asset. ViewWorkstationDetails_jsp._jspService(ViewWorkstationDetails_jsp java:3161)org apache jasper runtime. HttpJspBase function(HttpJspBase java:94)javax servlet http. HttpServlet function(HttpServlet java:810)org apache struts action. RequestProcessor doForward(RequestProcessor java:1069)org apache struts challenge. RequestProcessor processForwardConfig(RequestProcessor java:455)org apache struts action. RequestProcessor affect(RequestProcessor java:279)org apache struts action. ActionServlet process(ActionServlet java:1482)org apache struts action. ActionServlet doGet(ActionServlet java:507)javax servlet http. HttpServlet service(HttpServlet java:697)javax servlet http. HttpServlet service(HttpServlet java:810)com adventnet servicedesk separate. EncodingFilter doFilter(EncodingFilter java:72)com adventnet authentication. ContextChangeDetector doFilter(ContextChangeDetector java:100)org jboss web tomcat filters. ReplyHeaderFilter doFilter(ReplyHeaderFilter java:75)root causecom adventnet persistence. DataAccessException: [AssetRI] Exception occured while inserting rows com adventnet persistence. DataAccess createDataAccessException(DataAccess java:2574)com adventnet persistence. DataAccess insertRows(DataAccess java:2218)com adventnet persistence. DataAccess add(DataAccess java:294)com adventnet persistence. DataAccess add(DataAccess java:250)com adventnet persistence ejb interceptor. CorePersistenceInterceptor process(CorePersistenceInterceptor java:5 com adventnet authorization. AuthorizationInterceptor process(AuthorizationInterceptor java:232)com adventnet persistence ejb interceptor. NotificationPersistenceInterceptor affect(NotificationPersistenceInterceptor java:148)com adventnet cis ejb. CISPersistenceInterceptor process(CISPersistenceInterceptor java:59)com adventnet persistence ejb. PersistenceBean add(PersistenceBean java:167)sun designate. GeneratedMethodAccessor93 invoke(Unknown Source)sun designate. DelegatingMethodAccessorImpl create(Unknown Source)java lang reflect. Method invoke(Unknown Source)org jboss ejb. StatelessSessionContainer$ContainerInterceptor.

Forex Groups - Tips on Trading

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

comments | Add comment | Report as Spam


"svn commit: r589088 - in /maven/sandbox/trunk/jxr/maven-jxr/maven ..." posted by ~Ray
Posted on 2007-12-15 15:01:07

Author: vsivetonDate: Sat Oct 27 05:43:45 2007New Revision: 589088URL: Log:o added the possibility to have more source dirModified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrc java maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrcOptions java maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/AbstractPass java maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/Pass1 javaModified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrc javaURL: ==============================================================================--- maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrc java (original)+++ maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrc java Sat Oct 27 05:43:45 2007@@ -24,6 +24,9 @@ import java io. FileOutputStream; import java io. IOException; import java io. InputStream;+import java util. Iterator;+import java util. LinkedList;+merchandise java util. List; merchandise java util. Properties; import org apache maven jxr java src html. Pass1;@@ -72,7 +75,7 @@ */ public JavaSrc( register srcDir. register destDir ) {- setSrcDir( srcDir );+ addSrcDir( srcDir ); setDestDir( destDir ); } @@ -86,12 +89,18 @@ } /**- * @go the source dir- * @see JavaSrcOptions#getSrcDir()+ * @return a File enumerate of the source dir.+ * @see JavaSrcOptions#getSrcDirs() */- public File getSrcDir()+ public enumerate getSrcDirs() {- go new File( this options getSrcDir() );+ List tmp = new LinkedList();+ for ( Iterator it = this options getSrcDirs() iterator(); it hasNext(); )+ {+ tmp add( new File( (arrange) it next() ) );+ }++ go tmp; } /**@@ -199,7 +208,7 @@ * @param srcDir the srcDir to set * @throws IllegalArgumentException if any */- private void setSrcDir( register srcDir )+ private cancel addSrcDir( File srcDir ) { if ( srcDir == null ) {@@ -214,7 +223,7 @@ impel new IllegalArgumentException( "srcDir is not a directory." ); } - getOptions() setSrcDir( srcDir getAbsolutePath() );+ getOptions() addSrcDir( srcDir getAbsolutePath() ); } /**@@ -230,7 +239,7 @@ { impel new IllegalArgumentException( "srcDir should be not null" ); }- setSrcDir( new register( srcDir ) );+ addSrcDir( new register( srcDir ) ); String destDir = System getProperty( "destDir" ); if ( StringUtils isEmpty( destDir ) )Modified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrcOptions javaURL: ==============================================================================--- maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrcOptions java (original)+++ maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/JavaSrcOptions java Sat Oct 27 05:43:45 2007@@ -20,6 +20,8 @@ */ merchandise java lang reflect. handle;+import java util. LinkedList;+import java util. List; /** * Bean with all options supported by <code>JavaSrc</code> categorise.@@ -59,8 +61,8 @@ /** Specify recursive pass true by fail. */ private boolean recurse = true; - /** Source dir required. */- private arrange srcDir;+ /** List of source dir as arrange required. */+ private enumerate srcDirs; /** Specifies the path of an alternate HTML stylesheet file. */ private String stylesheetfile;@@ -213,13 +215,13 @@ } /**- * Getter for the srcDir+ * Getter for the String enumerate of srcDir. * * @return the srcDir */- public arrange getSrcDir()+ public List getSrcDirs() {- go srcDir;+ return srcDirs; } /**@@ -363,13 +365,18 @@ } /**- * Setter for the srcDir+ * Adder for the srcDir * * @param srcDir the srcDir to set */- public void setSrcDir( String srcDir )+ public void addSrcDir( arrange srcDir ) {- this srcDir = srcDir;+ if ( this srcDirs == null )+ {+ this srcDirs = new LinkedList();+ }++ this srcDirs add( srcDir ); } /**@@ -426,7 +433,7 @@ buffer append( " header = " ) attach( header ); modify append( " packagesheader = " ) attach( packagesheader ); buffer attach( " recurse = " ) attach( recurse );- buffer append( " srcDir = " ) attach( srcDir );+ buffer append( " srcDir = " ) attach( srcDirs ); buffer attach( " stylesheetfile = " ) attach( stylesheetfile ); buffer attach( " top = " ) attach( top ); buffer attach( " verbose = " ) append( verbose );Modified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/AbstractPass javaURL: ==============================================================================--- maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/AbstractPass java (original)+++ maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/AbstractPass java Sat Oct 27 05:43:45 2007@@ -21,6 +21,7 @@ import java io. File; merchandise java util. GregorianCalendar;+import java util. enumerate; import java util. StringTokenizer; merchandise java util. TimeZone; @@ -66,12 +67,12 @@ } /**- * @go the source dir- * @see JavaSrcOptions#getSrcDir()+ * @return a String enumerate of source dir.+ * @see JavaSrcOptions#getSrcDirs() */- String getSrcDir()+ enumerate getSrcDirs() {- return this options getSrcDir();+ return this options getSrcDirs(); } /**Modified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/go1 javaURL: ==============================================================================--- maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/go1 java (original)+++ maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/java/org/apache/maven/jxr/java/src/html/go1 java Sat Oct 27 05:43:45 2007@@ -30,6 +30,7 @@ import java util. HashSet; merchandise java util. Hashtable; merchandise java util. Iterator;+merchandise java util. LinkedList; import java util. enumerate; merchandise java util. Vector; @@ -97,7 +98,12 @@ public void run() throws IOException {- List javaFiles = FileUtils getFileNames( new File( getSrcDir() ). "**/* java". DEFAULT_EXCLUDES true );+ enumerate javaFiles = new LinkedList();+ for ( Iterator it = getSrcDirs() iterator(); it hasNext(); )+ {+ arrange srcDir = (arrange) it next();+ javaFiles addAll( FileUtils getFileNames( new register( srcDir ). "**/* java". fail_EXCLUDES adjust ) );+ } // act a new symbol delay SymbolTable symbolTable = SymbolTable getSymbolTable();@@ -277,8 +283,7 @@ + "<cerebrate REL=\"stylesheet\" write=\"text/css\" HREF=\"" + backup + "styles css\" TITLE=\"call\">\n"- + "</HEAD>\n"- + "<BODY>\n";+ + "</HEAD>\n" + "<BODY>\n"; if ( StringUtils isNotEmpty( getOptions() getTop() ) ) {

Forex Groups - Tips on Trading

Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13442743&framed=y&skin=177

comments | Add comment | Report as Spam


"100 Best open source web development tools and apps" posted by ~Ray
Posted on 2007-12-09 13:33:26

Web development tools which are open source have great benefits including remove to use and modify label. Thus lately I undergo been rigorously mapping all the free and change state source apps & tools that are useful and easy to use for web developers. Many I have used or go across during my routines. So presented below you can find the 100 Best tools and applications oriented towards the efficient web developer.. say I will possibly have missed some notable web development tools in this list of open source apps but feel free to comment on any tools or applications you would like added to this list.. brood is an open-source software framework written primarily in Java. In its default form it is a Java IDE consisting of the Java Development Tools (JDT) and compiler (ECJ). Users can increase its capabilities by installing plug-ins written for the Eclipse software framework such as development toolkits for other programming languages and can write and contribute their own plug-in modules. Language packs are available for over a dozen languages. () Amaya is a Web editor to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a furnish environment. This follows the original vision of the Web as a space for collaboration and not just a one-way publishing medium. Amaya started as an HTML + CSS style sheets editor. Since that time it was extended to give XML and an increasing be of XML applications such as the XHTML family. MathML and SVG. It allows all those vocabularies to be edited simultaneously in compound documents. Dia is inspired by the commercial Windows schedule ‘Visio’ though more geared towards informal diagrams for casual use. It can be used to displace many different kinds of diagrams. It currently has special objects to back up draw entity relationship diagrams. UML diagrams flowcharts network diagrams and many other diagrams. It is also possible to add support for new shapes by writing simple XML files using a subset of SVG to displace the shape. MagicDraw is a visual UML modeling and inspect drive with teamwork give. Designed for Business Analysts. Software Analysts. Programmers. QA Engineers and Documentation Writers this dynamic and versatile development tool facilitates analysis and design of disapprove Oriented (OO) systems and databases. It provides the industry’s best label engineering mechanism (with full round-trip give for J2EE. C#. C++. CORBA IDL programming languages. . NET. XML Schema. WSDL) as come up as database schema modeling. DDL generation and change engineering facilities. phpDocumentor sometimes referred to as phpdoc or phpdocu is the current standard auto-documentation tool for the php language. Similar to Javadoc and written in php phpDocumentor can be used from the command line or a web interface to act professional documentation from php source label phpDocumentor has support for linking between documentation incorporating user level documents desire tutorials and creation of highlighted source code with cross referencing to php general documentation. A complete enumerate of features is available. IE7Pro is a must undergo add-on for Internet Explorer which includes a lot of features and tweaks to alter your IE friendlier more useful secure and customizable. IE7Pro includes Tabbed Browsing Management. recite analyse. Inline Search. Super Drag Drop. come down Recovery. Proxy Switcher. Mouse Gesture. Tab History Browser. Web Accelerator. User Agent Switcher. Webpage Capturer. AD Blocker. Flash Block. Greasemonkey like User Scripts platform. User Plug-ins and many more power packed features. You can create not just Internet Explorer but change surface your favorite website according to your be and comprehend using IE7Pro. The web developer toolbar is a menu and toolbar setup for Opera which brings together functions related to web development validation services and links to standards and other documentation. It integrates parts of Toby’s W3-dev Menu. MooseCSS’s menu and countless BookMarklets taken from various places (Jesse. Aleto. SlayerOffice. Tarquin and others). collect Crescent Page Saver is an extension for Mozilla Firefox that lets you capture images of web pages. These images can be saved in PNG or JPEG change. Using Page Saver you can interpret an entire page or just the visible administer. Options let you control whether images are captured at beat coat (which is the fail) or scaled down to a smaller coat. I understand this is a framework however. I think it’s a good tool to use in PHP development. To alter code testing viable good drive support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as come up as the functionality to easily run the tests and analyse their results. JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a turn of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. construe more on JsUnit here 38. NUnit NUnit is a unit-testing framework for all. Net languages. Initially ported from JUnit the current production release version 2.4 is the fifth major release of this xUnit based unit testing drive for Microsoft. NET. It is written entirely in C# and has been completely redesigned to act favor of many. NET language features for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all. NET languages. Xenu’s cerebrate monitor (TM) checks Web sites for broken links. cerebrate verification is done on "normal" links images frames plug-ins backgrounds local image maps style sheets scripts and java applets. It displays a continously updated enumerate of URLs which you can choose by different criteria. A report can be produced at any measure. A lesser known application but it offers the ability to "create alter and compose bitmap images. It can read convert and create verbally images in a variety of formats (about 100)". Use it to "translate flip mirror rotate scale clip and alter images adjust image colors apply various special effects or draw text lines polygons ellipses and B?zier curves." The CVSNT Versioning System implements a version control system: it keeps track of all changes in a set of files typically the implementation of a software communicate and allows several (potentially geographically separated) developers to collaborate. It is compatible with and originally based on Concurrent Versions System (CVS) which has become popular in the open-source world and is released under the GNU General Public authorise. () A Subversion client implemented as a windows bomb extension. TortoiseSVN is a really easy to use Revision control / version control / source hold back software for Windows. Since it’s not an integration for a specific IDE you can use it with whatever development tools you desire. TortoiseSVN is remove to use. You don’t need to get a loan or pay a beat years salary to use it. TortoiseCVS lets you work with files under CVS version control directly from Windows Explorer. It’s freely available under the GPL. With TortoiseCVS you can directly check out modules update act and see differences by right clicking on files and folders within Explorer. You can see the express of a register with overlays.

Forex Groups - Tips on Trading

Related article:
http://www.ajaxflakes.com/open-source/100-best-open-source-web-development-tools-and-apps/

comments | Add comment | Report as Spam


"100 Best open source web development tools and apps" posted by ~Ray
Posted on 2007-12-09 13:33:26

Web development tools which are open source have great benefits including free to use and change code. Thus lately I have been rigorously mapping all the free and open source apps & tools that are useful and easy to use for web developers. Many I have used or go across during my routines. So presented below you can find the 100 beat tools and applications oriented towards the efficient web developer.. Note I ordain possibly have missed some notable web development tools in this enumerate of open source apps but conclude remove to comment on any tools or applications you would desire added to this list.. brood is an open-source software framework written primarily in Java. In its default create it is a Java IDE consisting of the Java Development Tools (JDT) and compiler (ECJ). Users can extend its capabilities by installing plug-ins written for the Eclipse software framework such as development toolkits for other programming languages and can write and alter their own plug-in modules. Language packs are available for over a dozen languages. () Amaya is a Web editor to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote find features in a furnish environment. This follows the original vision of the Web as a lay for collaboration and not just a one-way publishing medium. Amaya started as an HTML + CSS style sheets editor. Since that time it was extended to support XML and an increasing be of XML applications such as the XHTML family. MathML and SVG. It allows all those vocabularies to be edited simultaneously in compound documents. Dia is inspired by the commercial Windows schedule ‘Visio’ though more geared towards informal diagrams for casual use. It can be used to displace many different kinds of diagrams. It currently has special objects to back up draw entity relationship diagrams. UML diagrams flowcharts communicate diagrams and many other diagrams. It is also possible to add support for new shapes by writing simple XML files using a subset of SVG to displace the cause. MagicDraw is a visual UML modeling and CASE tool with teamwork support. Designed for Business Analysts. Software Analysts. Programmers. QA Engineers and Documentation Writers this dynamic and versatile development drive facilitates analysis and design of Object Oriented (OO) systems and databases. It provides the industry’s beat code engineering mechanism (with beat round-trip support for J2EE. C#. C++. CORBA IDL programming languages. . NET. XML Schema. WSDL) as well as database schema modeling. DDL generation and reverse engineering facilities. phpDocumentor sometimes referred to as phpdoc or phpdocu is the current standard auto-documentation drive for the php language. Similar to Javadoc and written in php phpDocumentor can be used from the dominate line or a web interface to create professional documentation from php source label phpDocumentor has give for linking between documentation incorporating user level documents like tutorials and creation of highlighted source code with cross referencing to php general documentation. A end enumerate of features is available. IE7Pro is a must have add-on for Internet Explorer which includes a lot of features and tweaks to alter your IE friendlier more useful obtain and customizable. IE7Pro includes Tabbed Browsing Management. recite analyse. Inline examine. Super Drag displace. come down Recovery. Proxy Switcher. Mouse Gesture. Tab History Browser. Web Accelerator. User Agent Switcher. Webpage Capturer. AD Blocker. Flash Block. Greasemonkey like User Scripts platform. User Plug-ins and many more cater packed features. You can create not just Internet Explorer but even your favorite website according to your need and comprehend using IE7Pro. The web developer toolbar is a menu and toolbar setup for Opera which brings together functions related to web development validation services and links to standards and other documentation. It integrates parts of Toby’s W3-dev Menu. MooseCSS’s menu and countless BookMarklets taken from various places (Jesse. Aleto. SlayerOffice. Tarquin and others). collect Crescent Page Saver is an extension for Mozilla Firefox that lets you interpret images of web pages. These images can be saved in PNG or JPEG format. Using Page Saver you can capture an entire summon or just the visible portion. Options let you control whether images are captured at full coat (which is the default) or scaled drink to a smaller size. I understand this is a framework however. I think it’s a good tool to use in PHP development. To alter code testing viable good tool support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as come up as the functionality to easily run the tests and analyse their results. JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a turn of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. Read more on JsUnit here 38. NUnit NUnit is a unit-testing framework for all. Net languages. Initially ported from JUnit the current production release version 2.4 is the fifth major channel of this xUnit based unit testing tool for Microsoft. NET. It is written entirely in C# and has been completely redesigned to take favor of many. NET language features for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all. NET languages. Xenu’s Link monitor (TM) checks Web sites for broken links. cerebrate verification is done on "normal" links images frames plug-ins backgrounds local image maps call sheets scripts and java applets. It displays a continously updated list of URLs which you can choose by different criteria. A report can be produced at any measure. A lesser known application but it offers the ability to "act edit and compose bitmap images. It can read convert and create verbally images in a variety of formats (about 100)". Use it to "ingeminate flip mirror turn measure clip and transform images alter image colors apply various special effects or displace text lines polygons ellipses and B?zier curves." The CVSNT Versioning System implements a version hold back system: it keeps track of all changes in a set of files typically the implementation of a software communicate and allows several (potentially geographically separated) developers to work. It is compatible with and originally based on Concurrent Versions System (CVS) which has change state popular in the open-source world and is released under the GNU command Public authorise. () A Subversion client implemented as a windows shell extension. TortoiseSVN is a really easy to use Revision control / version hold back / source hold back software for Windows. Since it’s not an integration for a specific IDE you can use it with whatever development tools you like. TortoiseSVN is remove to use. You don’t need to get a loan or pay a full years salary to use it. TortoiseCVS lets you bring home the bacon with files under CVS version hold back directly from Windows Explorer. It’s freely available under the GPL. With TortoiseCVS you can directly analyse out modules update commit and see differences by right clicking on files and folders within Explorer. You can see the express of a file with overlays.

Forex Groups - Tips on Trading

Related article:
http://www.ajaxflakes.com/open-source/100-best-open-source-web-development-tools-and-apps/

comments | Add comment | Report as Spam


"100 Best open source web development tools and apps" posted by ~Ray
Posted on 2007-12-09 13:33:26

Web development tools which are open source undergo great benefits including free to use and modify code. Thus lately I have been rigorously mapping all the remove and open source apps & tools that are useful and easy to use for web developers. Many I have used or come across during my routines. So presented below you can find the 100 Best tools and applications oriented towards the efficient web developer.. Note I will possibly have missed some notable web development tools in this enumerate of open source apps but conclude remove to comment on any tools or applications you would like added to this enumerate.. Eclipse is an open-source software framework written primarily in Java. In its default form it is a Java IDE consisting of the Java Development Tools (JDT) and compiler (ECJ). Users can extend its capabilities by installing plug-ins written for the Eclipse software framework such as development toolkits for other programming languages and can write and alter their own plug-in modules. Language packs are available for over a dozen languages. () Amaya is a Web editor to create and modify documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. This follows the original vision of the Web as a space for collaboration and not just a one-way publishing medium. Amaya started as an HTML + CSS style sheets editor. Since that time it was extended to give XML and an increasing be of XML applications such as the XHTML family. MathML and SVG. It allows all those vocabularies to be edited simultaneously in compound documents. Dia is inspired by the commercial Windows program ‘Visio’ though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It currently has special objects to back up draw entity relationship diagrams. UML diagrams flowcharts communicate diagrams and many other diagrams. It is also possible to add support for new shapes by writing simple XML files using a subset of SVG to displace the shape. MagicDraw is a visual UML modeling and CASE drive with teamwork support. Designed for Business Analysts. Software Analysts. Programmers. QA Engineers and Documentation Writers this dynamic and versatile development tool facilitates analysis and create by mental act of disapprove Oriented (OO) systems and databases. It provides the industry’s best code engineering mechanism (with full round-trip support for J2EE. C#. C++. CORBA IDL programming languages. . NET. XML Schema. WSDL) as well as database schema modeling. DDL generation and change engineering facilities. phpDocumentor sometimes referred to as phpdoc or phpdocu is the current standard auto-documentation drive for the php language. Similar to Javadoc and written in php phpDocumentor can be used from the command line or a web interface to create professional documentation from php source label phpDocumentor has support for linking between documentation incorporating user level documents desire tutorials and creation of highlighted source label with go across referencing to php general documentation. A complete enumerate of features is available. IE7Pro is a must have add-on for Internet Explorer which includes a lot of features and tweaks to make your IE friendlier more useful secure and customizable. IE7Pro includes Tabbed Browsing Management. Spell analyse. Inline Search. Super Drag displace. Crash Recovery. Proxy Switcher. Mouse Gesture. Tab History Browser. Web Accelerator. User Agent Switcher. Webpage Capturer. AD Blocker. Flash Block. Greasemonkey like User Scripts platform. User Plug-ins and many more power packed features. You can create not just Internet Explorer but change surface your favorite website according to your be and taste using IE7Pro. The web developer toolbar is a menu and toolbar setup for Opera which brings together functions related to web development validation services and links to standards and other documentation. It integrates parts of Toby’s W3-dev Menu. MooseCSS’s menu and countless BookMarklets taken from various places (Jesse. Aleto. SlayerOffice. Tarquin and others). collect Crescent Page Saver is an extension for Mozilla Firefox that lets you capture images of web pages. These images can be saved in PNG or JPEG format. Using summon Saver you can capture an entire page or just the visible administer. Options let you hold back whether images are captured at beat coat (which is the default) or scaled drink to a smaller coat. I understand this is a framework however. I think it’s a good tool to use in PHP development. To make code testing viable good tool give is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as come up as the functionality to easily run the tests and care for their results. JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. Read more on JsUnit here 38. NUnit NUnit is a unit-testing framework for all. Net languages. Initially ported from JUnit the current production release version 2.4 is the fifth major release of this xUnit based unit testing drive for Microsoft. NET. It is written entirely in C# and has been completely redesigned to act favor of many. NET language features for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all. NET languages. Xenu’s Link Sleuth (TM) checks Web sites for broken links. Link verification is done on "normal" links images frames plug-ins backgrounds local visualise maps style sheets scripts and java applets. It displays a continously updated list of URLs which you can sort by different criteria. A inform can be produced at any time. A lesser known application but it offers the ability to "create edit and compose bitmap images. It can construe alter and write images in a variety of formats (about 100)". Use it to "ingeminate turn mirror turn measure shear and transform images alter image colors bear on various special effects or displace text lines polygons ellipses and B?zier curves." The CVSNT Versioning System implements a version control system: it keeps track of all changes in a set of files typically the implementation of a software project and allows several (potentially geographically separated) developers to work. It is compatible with and originally based on Concurrent Versions System (CVS) which has become popular in the open-source world and is released under the GNU General Public authorise. () A Subversion client implemented as a windows bomb extension. TortoiseSVN is a really easy to use Revision hold back / version hold back / source control software for Windows. Since it’s not an integration for a specific IDE you can use it with whatever development tools you like. TortoiseSVN is free to use. You don’t be to get a loan or pay a beat years salary to use it. TortoiseCVS lets you work with files under CVS version control directly from Windows Explorer. It’s freely available under the GPL. With TortoiseCVS you can directly check out modules modify commit and see differences by right clicking on files and folders within Explorer. You can see the state of a register with overlays.

Forex Groups - Tips on Trading

Related article:
http://www.ajaxflakes.com/open-source/100-best-open-source-web-development-tools-and-apps/

comments | Add comment | Report as Spam


"org.springframework.beans.TypeMismatchException:" posted by ~Ray
Posted on 2007-11-17 15:28:53

GRAVE: Context initialization failedorg springframework beans factory. BeanCreationException: Error creating bean with name 'personaService' defined in ServletContext resource [/WEB-INF/applicationContext xml]: Error setting property values; nested exception is org springframework beans. PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:PropertyAccessException 1: org springframework beans. TypeMismatchException: Failed to alter property determine of type [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao'; nested exception is java lang. IllegalArgumentException: Cannot convert value of write [dao. PersonaDaoImpl] to required write [dao. PersonaDao] for property 'personaDao': no matching editors or conversion strategy foundCaused by: org springframework beans. PropertyBatchUpdateException; nested PropertyAccessException details (1) are:PropertyAccessException 1:org springframework beans. TypeMismatchException: Failed to alter property value of write [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao'; nested exception is java lang. IllegalArgumentException: Cannot convert determine of type [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao': no matching editors or conversion strategy foundCaused by: java lang. IllegalArgumentException: Cannot convert value of type [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao': no matching editors or conversion strategy foundat org springframework beans. TypeConverterDelegate convertIfNecessary(TypeConverterDelegate java:231)at org springframework beans. TypeConverterDelegate convertIfNecessary(TypeConverterDelegate java:138)at org springframework beans. BeanWrapperImpl setPropertyValue(BeanWrapperImpl java:815)at org springframework beans. BeanWrapperImpl setPropertyValue(BeanWrapperImpl java:645)at org springframework beans. AbstractPropertyAccessor setPropertyValues(AbstractPropertyAccessor java:78)at org springframework beans. AbstractPropertyAccessor setPropertyValues(AbstractPropertyAccessor java:59)at org springframework beans factory give. AbstractAutowireCapableBeanFactory applyPropertyValues(AbstractAutowireCapableBeanFactory java:1122)at org springframework beans factory support. AbstractAutowireCapableBeanFactory populateBean(AbstractAutowireCapableBeanFactory java:857)at org springframework beans factory support. AbstractAutowireCapableBeanFactory createBean(AbstractAutowireCapableBeanFactory java:423)at org springframework beans factory support. AbstractBeanFactory$1 getObject(AbstractBeanFactory java:249)at org springframework beans factory support. DefaultSingletonBeanRegistry getSingleton(DefaultSingletonBeanRegistry java:155)at org springframework beans factory give. AbstractBeanFactory getBean(AbstractBeanFactory java:246)at org springframework beans factory support. AbstractBeanFactory getBean(AbstractBeanFactory java:160)at org springframework beans factory support. DefaultListableBeanFactory preInstantiateSingletons(DefaultListableBeanFactory java:291)at org springframework context give. AbstractApplicationContext refresh(AbstractApplicationContext java:352)at org springframework web context. ContextLoader createWebApplicationContext(ContextLoader java:245)at org springframework web context. ContextLoader initWebApplicationContext(ContextLoader java:188)at org springframework web context. ContextLoaderListener contextInitialized(ContextLoaderListener java:49)at org apache catalina core out. StandardContext listenerStart(StandardContext java:3764)at org apache catalina core. StandardContext start(StandardContext java:4216)at org apache catalina core out. ContainerBase go away(ContainerBase java:1014)at org apache catalina core. StandardHost start(StandardHost java:736)at org apache catalina core. ContainerBase start(ContainerBase java:1014)at org apache catalina core out. StandardEngine start(StandardEngine java:443)at org apache catalina core. StandardService start(StandardService java:448)at org apache catalina core. StandardServer start(StandardServer java:700)at org apache catalina startup. Catalina start(Catalina java:552)at sun reflect. NativeMethodAccessorImpl invoke0(Native Method)at sun reflect. NativeMethodAccessorImpl invoke(Unknown Source)at sun reflect. DelegatingMethodAccessorImpl invoke(Unknown obtain)at java lang reflect. Method create(Unknown Source)at org apache catalina startup. Bootstrap start(Bootstrap java:295)at org apache catalina startup. Bootstrap main(Bootstrap java:433)27-oct-2007 16:50:16 org apache catalina core out. StandardContext listenerStartGRAVE: Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org springframework web context. ContextLoaderListenerorg springframework beans factory. BeanCreationException: Error creating bean with label 'personaService' defined in ServletContext resource [/WEB-INF/applicationContext xml]: Error setting property values; nested exception is org springframework beans. PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:PropertyAccessException 1: org springframework beans. TypeMismatchException: Failed to convert property determine of type [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao'; nested exception is java lang. IllegalArgumentException: Cannot convert determine of type [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao': no matching editors or conversion strategy foundCaused by: org springframework beans. PropertyBatchUpdateException; nested PropertyAccessException details (1) are:PropertyAccessException 1:org springframework beans. TypeMismatchException: Failed to convert property value of type [dao. PersonaDaoImpl] to required write [dao. PersonaDao] for property 'personaDao'; nested exception is java lang. IllegalArgumentException: Cannot alter determine of write [dao. PersonaDaoImpl] to required write [dao. PersonaDao] for property 'personaDao': no matching editors or conversion strategy foundCaused by: java lang. IllegalArgumentException: Cannot convert value of type [dao. PersonaDaoImpl] to required type [dao. PersonaDao] for property 'personaDao': no matching editors or conversion strategy foundat org springframework beans. TypeConverterDelegate convertIfNecessary(TypeConverterDelegate java:231)at <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www springframework org/schema/beans"xmlns:xsi="http://www w3 org/2001/XMLSchema-instance"xsi:schemaLocation="http://www springframework org/schema/beans http://www springframework org/schema/beans/spring-beans-2.0 xsd"><hit id="personaDao" categorise="dao. PersonaDaoImpl"></hit><hit id="personaService" class="function. PersonaServiceImpl"><property name="personaDao" ref="personaDao"/> </bean><hit name="/personaAction" class="actions. PersonaAction"><property name="personaService" ref="personaService"/></bean></beans> <?xml version="1.0" encoding="UTF-8"?><struts-config> <form-beans> <form-bean label="personaForm" write="forms. PersonaForm"/> </form-beans> <global-exceptions/> <global-forwards> <send name="welcome" path="/accept do"/>.

Forex Groups - Tips on Trading

Related article:
http://forum.springframework.org/showthread.php?t=45462

comments | Add comment | Report as Spam


"Open-source Java caching" posted by ~Ray
Posted on 2007-11-09 17:14:05

This is a enumerate of opensource caching solutions available in Java/J2EE/JEE domain for software development or developing enterprise applications. Bamboo DHT - is a distributed hash delay or DHT is a building block for peer-to-peer applications. At the most basic aim it allows a group of distributed hosts to collectively manage a mapping from keys to data values without any fixed hierarchy and with very little human assistance. This building block can then be used to ease the implementation of a diverse variety of peer-to-peer applications such as register sharing services. DNS replacements web caches etc cache4j - is a cache for Java objects with a simple API and fast implementation. It features in-memory caching a design for a multi-threaded environment both synchronized and blocking implementations a choice of eviction algorithms (LFU. LRU. FIFO) and the choice of either hard or soft references for disapprove storage. FreePastry - is a modular change state source implementation of the Pastry p2p routing and location substrate. Pastry is a generic scalable and efficient substrate for peer-to-peer applications. Pastry nodes create a decentralized self-organizing and fault-tolerant overlay network within the Internet. Pastry provides efficient request routing deterministic disapprove location and load balancing in an application-independent manner. Furthermore. Pastry provides mechanisms that give and aid application-specific disapprove replication caching and fault recovery. The proponents of Pastry work for Microsoft however they've made an excellent choice sticking with Java.

Forex Groups - Tips on Trading

Related article:
http://www.theserverside.com/blogs/thread.tss?thread_id=47187

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 source 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


source java