Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits to Build on Google Cloud
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Generator for strategy and/or state pattern code in Java
New version 2.0.4 is available since April, 4th 2017
=========================================
Please download from here:
https://sourceforge.net/projects/strategystategenerator/files/strategy-state-generator-2.0.4/
Description
===========
The *Strategy/State Generator* creates Java Source Code for classes representing strategies of strategy pattern or states of state pattern in a half-automated way.
The *State Pattern* and the *Strategy Pattern* are from a technical view identical (see [DesignPattern](http://c2.com/cgi/wiki?StrategyPattern)). Thus the ancestor project [Strategy Generator](https://sourceforge.net/projects/strategygenerator/) has been adapted as new project *Strategy/State Generator* to generate also *State Pattern* Java source code.
...
Generator for visitor code providing no Visitor Pattern in Java
...The Visitor Generator creates Java Source Code for classes traversing non-visitable component tree in a half-automated way.
Please note that the Visitor Generator does not generate code according to the Visitor DesignPattern.
The Visitor Generator generates code for components having no Visitor DesignPattern implemented by customer or design restrictions but there is a need to traverse the component tree.
The generates code separates the code for the "visiting" (what to do on a visited node component) and the code implementing the traversal logic by a RelationResolver.
...
The Clump language proposes a natural evolution of the basic Object-Oriented paradigm revisiting the duality existing between the data and the knowledge. This implies a design based on Class-Oriented and Pattern-Oriented approaches in a same language
The builder plug-in project consists of an Eclipse plugin which automates the application of a modified GoF Builder pattern to a target POJO, thus converting the POJO into an immutable object which can improve thread safety in concurrent applications
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
An implementation of the Model-View-Controller (MVC) designpattern based on the Jakarta Struts Framework. Includes a core library (Horizon), a servlet container (Stratus), and a Server Pages Engine (Phase). Resembles the J2EE web container environment.
This project build a PHP framework based on struts and webworks design, implements the MVC pattern and autogenerate code from xml document. Use Propel and Smarty.
Eloquence is a plug-in for the Eclipse IDE to allow seamless and automated integration of aspect-oriented designpattern implementations with Java/AspectJ projects.
...It produces classes for abstract syntax trees in compiler frontends from simple and compact specifications. Generated classes have builtin support for the Visitor designpattern.