You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2010/12/08 21:23:01 UTC

[jira] Commented: (WICKET-3036) Remove dependancy on Java.AWT.*, Javax.Swing.*. classes

    [ https://issues.apache.org/jira/browse/WICKET-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969464#action_12969464 ] 

Peter Ertl commented on WICKET-3036:
------------------------------------

It will be great fun to "replace" these java.awt classes:

import java.awt.image.BufferedImage
import java.awt.Color;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.font.TextAttribute;
import java.awt.Shape;
import java.awt.geom.PathIterator;

> Remove dependancy on Java.AWT.*, Javax.Swing.*. classes
> -------------------------------------------------------
>
>                 Key: WICKET-3036
>                 URL: https://issues.apache.org/jira/browse/WICKET-3036
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket, wicket-examples
>    Affects Versions: 1.4.11, 1.5-M1
>            Reporter: Clint Checketts
>            Priority: Minor
>
> Instead of leveraging the existing classes in Java.AWT.*, Javax.Swing.* Wicket could create its own equivalents or repackage the existing ones.
> The motivation behind this is that Google's App Engine blacklists those packages for web development.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.