]]>Oracle 寮鏀綯oplink鐨勫叏閮ㄦ簮浠g爜錛?/title>http://www.tkk7.com/youlq/archive/2007/03/07/102373.html涓槨愪笁紕?/dc:creator>涓槨愪笁紕?/author>Wed, 07 Mar 2007 05:09:00 GMThttp://www.tkk7.com/youlq/archive/2007/03/07/102373.htmlhttp://www.tkk7.com/youlq/comments/102373.htmlhttp://www.tkk7.com/youlq/archive/2007/03/07/102373.html#Feedback1http://www.tkk7.com/youlq/comments/commentRss/102373.htmlhttp://www.tkk7.com/youlq/services/trackbacks/102373.html 娑堟伅鏉ユ簮錛?br /> Oracle Proposes Open Source Persistence Project at Eclipse Foundation
Today, at the EclipseCon Conference, Oracle (Nasdaq: ORCL), a newly appointed Eclipse Board Member and Strategic Developer, announced it will donate its award winning Java persistence framework, Oracle(R) TopLink, to the open source community. In addition, Oracle announced the proposal of a new Eclipse project to deliver a comprehensive persistence platform based on the contribution of Oracle TopLink, a component of Oracle Fusion Middleware, source code and test cases.
鍘熸枃閾炬帴錛?a >Prevent Windows automatic updates reboot
Another one of those reminder posts: How to prevent the reboot triggered by the Windows automatic update feature.
Disable automatic updates completely. Not recommended.
Change the policy. Recommended.
Start - Run - gpedit.msc
Local Group Policy - Computer Configuration - Administrative Templates - Windows - Components - Windows Updates
If you do not see the last element, use the context menu on Administrative Templates to add a new template. Pick the wuau.adm template and close the dialogs. Windows Updates should now show up.
Activatge "No auto-restart for scheduled Automatic Updates Installations" and/or use a different warning interval.
On XP Home go to or create the following registry key/value HKEY_LOCAL_MACHINE \Software\Policies \Microsoft\Windows \WindowsUpdate\AU\NoAutoRebootWithLoggedOnUsers (Dword) and set it to either 0 (allow reboots) or 1 (disallow reboots).
]]>[杞澆]Ajax based login using Acegi http://www.tkk7.com/youlq/archive/2006/08/23/65226.html涓槨愪笁紕?/dc:creator>涓槨愪笁紕?/author>Wed, 23 Aug 2006 03:00:00 GMThttp://www.tkk7.com/youlq/archive/2006/08/23/65226.htmlhttp://www.tkk7.com/youlq/comments/65226.htmlhttp://www.tkk7.com/youlq/archive/2006/08/23/65226.html#Feedback0http://www.tkk7.com/youlq/comments/commentRss/65226.htmlhttp://www.tkk7.com/youlq/services/trackbacks/65226.html http://www.jroller.com/page/sjivan?entry=ajax_based_login_using_aceci
Ajax based login using Acegi
Acegi is an extremely powerful Spring module for Authentication and Authorization and has almost become a defacto for web based applications built using Spring. Ajax based applications are getting hotter by the day and having a nice inplace Ajax based login page can improve coolness of your app and make it more Web 2.0'ish.
However implementing an Ajax-Acegi based login does require a little extra work because based on the J2EE spec, when a user tries to login, they are redirected back to the login page if the credentials are invalid or redirected to the success page on successful authentication.
]]>[杞澆]鍙噸鐢ㄧ殑AJAX 鎺т歡錛圓JAX Widgets錛夊垪琛?/title>http://www.tkk7.com/youlq/archive/2006/02/09/29995.html涓槨愪笁紕?/dc:creator>涓槨愪笁紕?/author>Thu, 09 Feb 2006 01:24:00 GMThttp://www.tkk7.com/youlq/archive/2006/02/09/29995.htmlhttp://www.tkk7.com/youlq/comments/29995.htmlhttp://www.tkk7.com/youlq/archive/2006/02/09/29995.html#Feedback0http://www.tkk7.com/youlq/comments/commentRss/29995.htmlhttp://www.tkk7.com/youlq/services/trackbacks/29995.html http://www.maxkiesler.com/index.php/weblog/comments/downloadable_web_20_and_ajax_widgets1/
Downloadable Web 2.0 and AJAX Widgets
It seems as though every other day a new web 2.0 or AJAX widget comes to the attention of del.icio.us or Google. Many user interface elements lend themselves to being "ajaxified". Calendars, image galleries, contact forms and auto-complete search functions are currently very popular. The problem is how to find working and downloadable examples. This post is an attempt to provide a list of the current best of the best web 2.0 and AJAX widgets that can be downloaded and integrated into your website.
I've been looking at AJAX widgets for about six months now through my own site mHub so these are ones 've downloaded and installed so I've made sure they are understandable by the average designer or developer.
AJAX: Image Galleries Zen Photo One of the nicest and most complete image gallery with AJAX functions. Features include uploading, comments, AJAX-powered edit-while-you-browse, and a theme engine.
AJAX Image Gallery Example - Alpha Release Both of these are extreme alpha developer releases. These two examples are really mash-ups of existing code to show what is possible.
AJAX Calendars Monket Calendar An Ajax enabled online calendar. Drag and drop events to change dates, drag the start/end of an event to create multi-day events, create and edit events without refreshing the page, all with an iCal style interface.The current release works in all major browsers (Firefox, Opera, Safari, and Internet Explorer). IE support still has a few bugs, namely the previous/next month links not working, and the need to click on a multi-day event before you can resize it.
AJAX Contact Forms Dustin's Ajax Contact Form At this point this is probably the most used AJAX contact form on the web. I first found it right after he first made one for himself and announced it but had no download or documentation. Now he has a nice page devoted to his easy to use AJAX contact form with a download and documentation.
AJAX and PHP Form Processing This is a nice tutorial, with example file that shows you how to make a php contact form with some easy to understand AJAX effects from Scriptaculous.
The Zapatec AJAX Forms Very nicely executed forms with a stripped down free download. These forms, "perform validation, provide feedback, and display error messages that enrich the user's experience while reducing the communications with the server behind the scenes." The paid versions have some amazing functionality.
Ajax Keyword Suggest Ajax Keyword Suggest Demo Want to add Keyword Suggest functionality into your site without installing new software? No Problem. Simply Login to ajaxed.com and create and customize your own Keyword Suggest List. All you have to do is copy and paste a small piece of code into your html page and you'll have the feature running instantly.
Ajax Suggest box for HTML Forms Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down 'suggest' box for form fields which updates as you type by querying the server in the background. Similar to the 'Google Suggest' application. Full tutorial, code snippets and further reources.
AJAX Slideshows AJAX Slideshow It resizes, it transitions, it fades in and out and it's not flash! The new AJAX slideshow on the homepage of my site comes to you courtesy of Scott Upton at Uptonic.
AJAX Surveys Asynchronous Polling This example shows how you can use AJAX to do server-side polling without to update page data without a page refresh.
Tabbed AJAX Websites Make an AJAX Website in Less than 10 Minutes I've been toying around with AJAX apps and XMLHttpRequest but have wanted to put up a site that loads all of its content asynchronously. If you're like me and you learn best from working with examples you're only 10 minutes away from your first AJAX website. Ajax Project - Tabbed Page Interface There are quite a few Javascript implementations of tabbed interfaces out there on the web. How much better, though, to be able to change from pagetab to pagetab without a page refresh? Here's an example of a tabbed interface using Ajax to load the new pages.
]]>[杞澆]How to get (almost) 3 GB heap on Windows!http://www.tkk7.com/youlq/archive/2005/12/08/22956.html涓槨愪笁紕?/dc:creator>涓槨愪笁紕?/author>Thu, 08 Dec 2005 03:38:00 GMThttp://www.tkk7.com/youlq/archive/2005/12/08/22956.htmlhttp://www.tkk7.com/youlq/comments/22956.htmlhttp://www.tkk7.com/youlq/archive/2005/12/08/22956.html#Feedback0http://www.tkk7.com/youlq/comments/commentRss/22956.htmlhttp://www.tkk7.com/youlq/services/trackbacks/22956.html 鍘熸枃:http://dev2dev.bea.com/blog/hstahl/archive/2005/12/how_to_get_almo.html